body.home {
	--artiks-bg: #120f0a;
	--artiks-surface: #1d1811;
	--artiks-surface-soft: #262016;
	--artiks-surface-alt: #efe6d6;
	--artiks-border: rgba(212, 175, 53, 0.18);
	--artiks-primary: #d4af35;
	--artiks-primary-soft: rgba(212, 175, 53, 0.12);
	--artiks-text: #f5efe4;
	--artiks-muted: #b7aa95;
	--artiks-dark: #17120c;
	background: #120f0a;
	color: #f5efe4;
	font-family: 'Noto Sans JP', sans-serif;
}

body.home #content,
body.home #main,
body.home .main-inner {
	width: auto;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.home #content {
	background: transparent;
}

body.home .artiks-front {
	position: relative;
	display: block;
	overflow: hidden;
	background: radial-gradient(circle at top left, rgba(212, 175, 53, 0.08), transparent 26%), linear-gradient(180deg, #17120c 0%, #120f0a 100%);
	color: var(--artiks-text);
	font-family: 'Noto Sans JP', sans-serif;
}

.artiks-front :lang(ja) {
	line-break: strict;
	word-break: normal;
	overflow-wrap: anywhere;
	font-kerning: auto;
	font-feature-settings: normal;
}

.artiks-front :lang(en) {
	font-family: 'Manrope', 'Noto Sans JP', sans-serif;
}

.artiks-front p,
.artiks-front li,
.artiks-front dd {
	line-break: strict;
	word-break: normal;
	overflow-wrap: anywhere;
}

.artiks-front__shell {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

body.home #header.artiks-site-header--front {
	position: relative;
	z-index: 10;
	margin-bottom: 14px;
	padding: 14px 0 0;
	background: linear-gradient(180deg, rgba(10, 8, 6, 0.92), rgba(10, 8, 6, 0));
	backdrop-filter: blur(18px);
	transition:
		background-color 0.25s ease,
		border-color 0.25s ease,
		box-shadow 0.25s ease;
}

body.home #header.artiks-site-header--front .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
	padding: 18px 28px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 22px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.015)), linear-gradient(135deg, rgba(20, 16, 11, 0.82), rgba(20, 16, 11, 0.36));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.12),
		0 18px 40px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(22px);
}

body.home #header + .artiks-front .artiks-front__hero {
	margin-top: -138px;
	padding-top: 186px;
}

body.home .artiks-site-header__brand {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0;
	flex: 0 0 auto;
	min-width: 0;
}

body.home #logo {
	margin: 0;
	float: none;
	line-height: 1;
}

body.home #logo a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	min-width: 154px;
	padding: 0 26px;
	border: 1px solid rgba(212, 175, 53, 0.24);
	border-radius: 20px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)), radial-gradient(circle at top left, rgba(212, 175, 53, 0.12), transparent 60%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.14),
		0 10px 24px rgba(0, 0, 0, 0.14);
}

body.home #logo a,
body.home #logo a:link,
body.home #logo a:visited {
	color: #fffdf7;
	font-family: 'Cormorant Garamond', 'Noto Serif JP', serif;
	font-size: clamp(28px, 2vw, 36px);
	font-weight: 600;
	letter-spacing: 0.04em;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 4px 14px rgba(212, 175, 53, 0.14);
}

body.home #header #logo img,
body.home #logo.imagelogo img {
	max-height: 34px;
	width: auto;
	opacity: 1 !important;
	filter: brightness(0) invert(1) contrast(1.08) drop-shadow(0 6px 16px rgba(212, 175, 53, 0.16)) !important;
	mix-blend-mode: normal;
}

body.home .artiks-site-header__tagline {
	display: none;
}

body.home #header-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 18px;
	float: none;
	margin-left: auto;
	background: transparent !important;
	flex: 1 1 auto;
}

body.home #header-gnav-area,
body.home #gnav,
body.home #gnav .gnav-container,
body.home #gnav-container,
body.home #gnav-ul,
body.home #gnav-ul > li {
	background: transparent !important;
	box-shadow: none !important;
	border: 0 !important;
}

body.home #gnav-ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	margin: 0;
	padding: 0;
}

body.home #gnav-ul > li {
	position: relative;
	margin: 0;
}

body.home #gnav-ul > li > a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 18px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05) !important;
	color: rgba(255, 248, 238, 0.84);
	font-family: 'Manrope', 'Noto Sans JP', sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.03em;
	box-shadow: none !important;
	transition:
		color 0.2s ease,
		background-color 0.2s ease,
		transform 0.2s ease;
}

body.home #gnav-ul > li.current-menu-item > a,
body.home #gnav-ul > li > a:hover {
	color: #fff9ee;
	background: rgba(255, 255, 255, 0.14) !important;
	transform: translateY(-1px);
}

body.home #gnav-ul .sub-menu {
	min-width: 220px;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 18px;
	background: rgba(17, 14, 10, 0.96);
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
}

body.home #gnav-ul .sub-menu li a {
	padding: 10px 12px;
	color: #f5efe4;
	font-size: 13px;
	line-height: 1.6;
}

body.home .artiks-site-header__actions {
	display: flex;
	align-items: center;
}

body.home .artiks-site-header__cta,
body.home .artiks-site-drawer__cta,
body.home .artiks-site-footer__cta,
body.home .artiks-site-footer__text-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

body.home .artiks-site-header__cta {
	min-width: 148px;
	min-height: 46px;
	padding: 0 26px;
	border: 1px solid rgba(212, 175, 53, 0.34);
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(212, 175, 53, 0.2), rgba(255, 255, 255, 0.08));
	color: #fff9ec;
	font-family: 'Manrope', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.16),
		0 12px 24px rgba(0, 0, 0, 0.18);
}

body.home .artiks-site-header__menu-btn {
	display: none;
}

body.home .artiks-site-header__menu-btn a {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 50px;
	height: 50px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(22, 18, 13, 0.92), rgba(22, 18, 13, 0.72)) !important;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.12),
		0 14px 28px rgba(0, 0, 0, 0.2);
	text-decoration: none;
}

body.home .artiks-site-header__menu-btn a:link,
body.home .artiks-site-header__menu-btn a:visited,
body.home .artiks-site-header__menu-btn a:hover,
body.home .artiks-site-header__menu-btn a:focus {
	background: linear-gradient(135deg, rgba(22, 18, 13, 0.92), rgba(22, 18, 13, 0.72)) !important;
	text-decoration: none;
}

body.home .artiks-site-header__toggle-bar {
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 999px;
	background: #f7f2ea;
}

body.home #gnav-sp.artiks-site-drawer--front {
	position: fixed;
	right: 20px;
	left: 20px;
	z-index: 89;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 24px;
	background: rgba(15, 12, 9, 0.96);
	box-shadow: 0 28px 56px rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(18px);
}

body.home #gnav-sp.artiks-site-drawer--front .wrap {
	width: auto;
	margin: 0;
	padding: 24px;
}

body.home .artiks-site-drawer__section {
	margin-bottom: 20px;
}

body.home .artiks-site-drawer__section:last-child {
	margin-bottom: 0;
}

body.home .artiks-site-drawer__eyebrow {
	margin: 0 0 14px;
	color: var(--artiks-primary);
	font-family: 'Manrope', sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

body.home #gnav-sp.artiks-site-drawer--front ul {
	display: grid;
	gap: 10px;
	margin: 0;
}

body.home #gnav-sp.artiks-site-drawer--front li {
	width: 100%;
	padding: 0;
}

body.home #gnav-sp.artiks-site-drawer--front li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 16px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.04);
	color: #f5efe4;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	text-decoration: none;
}

body.home .artiks-site-drawer__cta {
	width: 100%;
	min-height: 54px;
	padding: 0 18px;
	border: 1px solid rgba(212, 175, 53, 0.34);
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(212, 175, 53, 0.18), rgba(255, 255, 255, 0.06));
	color: #fff9ec;
	font-family: 'Manrope', sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
}

body.home #footer.artiks-site-footer--front {
	position: relative;
	overflow: hidden;
	background: radial-gradient(circle at 20% 10%, rgba(212, 175, 53, 0.1), transparent 26%), linear-gradient(180deg, rgba(15, 12, 9, 1), rgba(8, 7, 5, 1));
	color: var(--artiks-text);
}

body.home #footer.artiks-site-footer--front::before {
	content: '';
	position: absolute;
	inset: 24px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 32px;
	pointer-events: none;
}

body.home #footer.artiks-site-footer--front .footer-01 {
	position: relative;
	padding: 80px 0 24px;
	background: transparent;
}

body.home #footer.artiks-site-footer--front .wrap {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

body.home .artiks-site-footer__top,
body.home .artiks-site-footer__content {
	display: grid;
	gap: 18px;
	margin: 0 0 18px;
}

body.home .artiks-site-footer__top {
	grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
}

body.home .artiks-site-footer__content {
	grid-template-columns: 1fr;
}

body.home .artiks-site-footer__brand,
body.home .artiks-site-footer__address,
body.home .artiks-site-footer__menu-group,
body.home .artiks-site-footer__meta {
	float: none;
	width: auto;
	min-height: 100%;
	padding: 24px 26px;
	border: 1px solid var(--artiks-border);
	border-radius: 26px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.1),
		0 24px 60px rgba(0, 0, 0, 0.18);
	backdrop-filter: blur(18px);
}

body.home .artiks-site-footer__menu-group {
	padding-top: 20px;
	padding-bottom: 20px;
}

body.home .artiks-site-footer__brand img {
	max-height: 58px;
	width: auto;
	margin-bottom: 14px;
}

body.home .artiks-site-footer__lead,
body.home .artiks-site-footer__address p,
body.home .artiks-site-footer__summary p {
	margin: 0;
	color: var(--artiks-muted);
	font-size: 14px;
	line-height: 1.8;
}

body.home .artiks-site-footer__eyebrow,
body.home #footer-cont-about h4,
body.home #footer-cont-sns h4 {
	margin: 0 0 16px;
	color: var(--artiks-primary);
	font-family: 'Manrope', sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

body.home .artiks-site-footer__address-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 18px;
}

body.home .artiks-site-footer__cta {
	min-width: 176px;
	min-height: 46px;
	padding: 0 18px;
	border: 1px solid rgba(212, 175, 53, 0.34);
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(212, 175, 53, 0.2), rgba(255, 255, 255, 0.08));
	color: #fff9ec;
	font-family: 'Manrope', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

body.home .artiks-site-footer__menu-group .row {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(240px, 0.75fr);
	gap: 12px 18px;
	margin: 0;
	align-items: start;
}

body.home .artiks-site-footer__menu-block {
	float: none;
	width: auto;
	margin: 0;
}

body.home #footer-nav,
body.home #footer-sns ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
}

body.home #footer-nav li,
body.home #footer-sns li {
	width: auto;
	margin: 0;
}

body.home #footer-nav a,
body.home #footer-sns a {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 40px;
	padding: 0 14px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.04);
	color: #f5efe4;
	font-size: 13px;
	text-decoration: none;
	transition:
		background-color 0.2s ease,
		transform 0.2s ease;
}

body.home #footer-nav a:hover,
body.home #footer-sns a:hover,
body.home .artiks-site-footer__cta:hover,
body.home .artiks-site-footer__text-link:hover,
body.home .artiks-site-header__cta:hover {
	transform: translateY(-2px);
	background-color: rgba(255, 255, 255, 0.08);
}

body.home #footer.artiks-site-footer--front .footer-02 {
	position: relative;
	padding: 0 0 34px;
	background: transparent;
}

body.home #footer.artiks-site-footer--front .footer-copy {
	margin: 0;
	color: rgba(245, 239, 228, 0.62);
	font-family: 'Manrope', sans-serif;
	font-size: 11px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

body.home .pagetop {
	right: 24px;
	bottom: 24px;
}

body.home .pagetop span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border: 1px solid rgba(212, 175, 53, 0.22);
	border-radius: 50%;
	background: rgba(16, 13, 10, 0.9);
	color: #fff9ec;
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
}

.artiks-front__eyebrow {
	display: inline-block;
	margin: 0 0 14px;
	color: var(--artiks-primary);
	font-family: 'Manrope', sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.artiks-front h1,
.artiks-front h2,
.artiks-front h3 {
	font-family: 'Cormorant Garamond', 'Noto Serif JP', serif;
	font-weight: 500;
	letter-spacing: 0.01em;
	word-break: auto-phrase;
	overflow-wrap: anywhere;
	text-wrap: balance;
}

.artiks-front strong {
	font-family: 'Manrope', 'Noto Sans JP', sans-serif;
}

.artiks-front h1,
.artiks-front h2,
.artiks-front h3,
.artiks-front p {
	margin-top: 0;
}

.artiks-front--notice {
	padding: 28px 0 0;
	background: #120f0a;
}

.artiks-front__notice-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.8fr) minmax(280px, 0.9fr);
	gap: 32px;
	align-items: center;
	padding: 28px 32px;
	border: 1px solid rgba(212, 175, 53, 0.18);
	border-radius: 24px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.02), rgba(212, 175, 53, 0.08));
}

.artiks-front__notice-grid p,
.artiks-front__notice-grid h2 {
	margin-bottom: 12px;
}

.artiks-front__notice-grid a {
	color: #f7d979;
}

.artiks-front__notice-title {
	font-size: clamp(28px, 3vw, 38px);
	line-height: 1.2;
}

.artiks-front__notice-image img {
	display: block;
	width: 100%;
	border-radius: 18px;
}

.artiks-front__hero {
	position: relative;
	min-height: calc(100vh - 104px);
	padding: 56px 0 78px;
}

.artiks-front__hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 18% 68%, rgba(10, 8, 5, 0.72), transparent 38%), linear-gradient(90deg, rgba(10, 8, 5, 0.5), rgba(10, 8, 5, 0.08) 44%, rgba(10, 8, 5, 0.24) 100%);
}

.artiks-front__hero-media {
	position: absolute;
	inset: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.artiks-front__hero::after {
	content: '';
	position: absolute;
	inset: auto 0 0;
	height: 220px;
	background: linear-gradient(180deg, rgba(18, 15, 10, 0), rgba(18, 15, 10, 1));
}

.artiks-front__hero-inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(320px, 410px);
	gap: 52px;
	align-items: end;
	min-height: calc(100vh - 176px);
}

.artiks-front__hero-copy {
	display: grid;
	gap: 22px;
	max-width: 720px;
}

.artiks-front__hero-copy h1 {
	margin-bottom: 0;
	color: #ffffff;
	max-width: 10em;
	font-size: clamp(34px, 4.8vw, 62px);
	font-weight: 500;
	letter-spacing: -0.015em;
	line-height: 1.16;
	text-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.artiks-front__hero-title span {
	display: block;
}

.artiks-front__hero-title span + span {
	margin-top: 0.08em;
}

.artiks-front__hero-text {
	max-width: 34em;
	margin-bottom: 0;
	color: rgba(245, 239, 228, 0.9);
	font-size: clamp(14px, 1.25vw, 16px);
	line-height: 1.95;
}

.artiks-front__hero-sidecards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	align-self: end;
	padding-top: 0;
}

.artiks-front__hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.artiks-front__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 168px;
	padding: 15px 24px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	font-family: 'Manrope', 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.35;
	color: #f7f2ea;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.18),
		0 14px 30px rgba(0, 0, 0, 0.16);
	backdrop-filter: blur(14px);
	text-decoration: none;
	white-space: nowrap;
	transition:
		transform 0.25s ease,
		background-color 0.25s ease,
		border-color 0.25s ease,
		color 0.25s ease;
}

.artiks-front a.artiks-front__button,
.artiks-front a.artiks-front__button:link,
.artiks-front a.artiks-front__button:visited,
.artiks-front a.artiks-front__button:hover,
.artiks-front a.artiks-front__button:focus {
	color: #f7f2ea;
}

.artiks-front__button:hover {
	transform: translateY(-2px);
	border-color: rgba(212, 175, 53, 0.45);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(212, 175, 53, 0.08));
}

.artiks-front__button--glass {
	border-color: rgba(212, 175, 53, 0.42);
	background: linear-gradient(135deg, rgba(212, 175, 53, 0.2), rgba(255, 255, 255, 0.08));
	color: #fff9ec;
}

.artiks-front__button--ghost {
	color: #ffffff;
	background: linear-gradient(135deg, rgba(18, 14, 10, 0.4), rgba(255, 255, 255, 0.04));
}

.artiks-front__button--inline {
	min-width: 0;
	margin-top: 22px;
}

.artiks-front__hero-meta {
	display: grid;
	gap: 20px;
	height: 100%;
	padding: 26px 24px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 20px;
	background: rgba(11, 10, 8, 0.58);
	backdrop-filter: blur(14px);
}

.artiks-front__hero-meta span {
	display: block;
	margin-bottom: 6px;
	color: var(--artiks-primary);
	font-family: 'Manrope', sans-serif;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.artiks-front__hero-meta strong {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}

.artiks-front__hero-pickup {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-height: 100%;
	padding: 20px;
	border: 1px solid rgba(212, 175, 53, 0.28);
	border-radius: 20px;
	background: rgba(19, 15, 10, 0.72);
	color: #fff;
	text-decoration: none;
	transition:
		transform 0.25s ease,
		border-color 0.25s ease,
		background-color 0.25s ease;
}

.artiks-front__hero-pickup:hover {
	transform: translateY(-3px);
	border-color: rgba(212, 175, 53, 0.48);
	background: rgba(25, 20, 14, 0.82);
}

.artiks-front__hero-pickup-image {
	display: block;
	overflow: hidden;
	margin: -2px -2px 16px;
	border-radius: 16px;
	aspect-ratio: 16 / 10;
}

.artiks-front__hero-pickup-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.artiks-front__hero-pickup strong {
	display: block;
	margin-bottom: 12px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
}

.artiks-front__hero-pickup-subtitle {
	display: block;
	margin-bottom: 18px;
	color: var(--artiks-muted);
	font-size: 12px;
	line-height: 1.8;
}

.artiks-front__hero-pickup-link {
	display: inline-flex;
	align-items: center;
	color: var(--artiks-primary);
	font-family: 'Manrope', sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.artiks-front__services,
.artiks-front__showcase,
.artiks-front__about,
.artiks-front__process,
.artiks-front__journal,
.artiks-front__contact {
	position: relative;
	overflow: hidden;
	padding: 118px 0;
}

.artiks-front__services,
.artiks-front__journal {
	background: radial-gradient(circle at 12% 18%, rgba(212, 175, 53, 0.08), transparent 22%), radial-gradient(circle at 82% 12%, rgba(255, 255, 255, 0.06), transparent 18%), linear-gradient(180deg, rgba(34, 26, 17, 0.98), rgba(20, 16, 11, 1));
}

.artiks-front__services::before,
.artiks-front__services::after,
.artiks-front__journal::before,
.artiks-front__journal::after {
	content: '';
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.artiks-front__services::before,
.artiks-front__journal::before {
	background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.035) 48%, transparent 52%), linear-gradient(60deg, transparent 0%, rgba(212, 175, 53, 0.05) 49%, transparent 51%);
	background-size:
		220px 220px,
		300px 300px;
	opacity: 0.34;
	animation: artiksMeshShift 20s linear infinite;
}

.artiks-front__services::after,
.artiks-front__journal::after {
	inset: 16px;
	border: 1px solid rgba(255, 255, 255, 0.04);
	border-radius: 32px;
}

.artiks-front__section-head {
	max-width: 760px;
	margin-bottom: 52px;
}

.artiks-front__section-head > .artiks-front__eyebrow,
.artiks-front__showcase-copy > .artiks-front__eyebrow,
.artiks-front__about-copy > .artiks-front__eyebrow,
.artiks-front__contact-copy > .artiks-front__eyebrow {
	margin-bottom: 16px;
}

.artiks-front__section-head--center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.artiks-front__section-head h2,
.artiks-front__showcase-copy h2,
.artiks-front__about-copy h2,
.artiks-front__contact-copy h2 {
	margin-bottom: 20px;
	color: #f8f4ee;
	font-size: clamp(34px, 4vw, 48px);
	font-weight: 500;
	letter-spacing: -0.015em;
	line-height: 1.18;
}

.artiks-front__section-head p:last-child,
.artiks-front__showcase-copy p,
.artiks-front__about-copy p,
.artiks-front__contact-copy p,
.artiks-front__strength-card p,
.artiks-front__process-card p,
.artiks-front__journal-body span:last-child {
	color: var(--artiks-muted);
	font-size: 15px;
	line-height: 1.98;
}

.artiks-front__section-head p:last-child,
.artiks-front__showcase-copy p,
.artiks-front__about-copy p,
.artiks-front__contact-copy p,
.artiks-front__strength-card p,
.artiks-front__process-card p,
.artiks-front__journal-body span:last-child,
.artiks-front__hero-text {
	max-width: 38em;
}

.artiks-front__service-grid,
.artiks-front__strength-grid,
.artiks-front__process-grid,
.artiks-front__journal-grid {
	display: grid;
	gap: 28px;
}

.artiks-front__service-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.artiks-front__service-card a {
	display: block;
	height: 100%;
	overflow: hidden;
	border: 1px solid var(--artiks-border);
	border-radius: 26px;
	background: var(--artiks-surface);
	text-decoration: none;
	transition:
		transform 0.3s ease,
		border-color 0.3s ease,
		box-shadow 0.3s ease;
}

.artiks-front__service-card a:hover,
.artiks-front__journal-card a:hover,
.artiks-front__work-card a:hover {
	transform: translateY(-6px);
	border-color: rgba(212, 175, 53, 0.34);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.22);
}

.artiks-front__service-image {
	display: block;
	aspect-ratio: 5 / 4;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.artiks-front__service-content {
	display: grid;
	align-content: start;
	gap: 12px;
	padding: 30px 26px 32px;
}

.artiks-front__service-content .artiks-front__eyebrow,
.artiks-front__strength-card .artiks-front__eyebrow,
.artiks-front__journal-body .artiks-front__journal-date,
.artiks-front__work-overlay .artiks-front__eyebrow {
	margin-bottom: 0;
}

.artiks-front__service-content strong,
.artiks-front__strength-card h3,
.artiks-front__process-card h3,
.artiks-front__journal-body strong,
.artiks-front__work-overlay strong {
	display: block;
	margin-bottom: 0;
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.38;
}

.artiks-front__service-content strong,
.artiks-front__strength-card h3,
.artiks-front__process-card h3,
.artiks-front__journal-body strong,
.artiks-front__work-overlay strong,
.artiks-front__hero-pickup strong {
	word-break: auto-phrase;
	overflow-wrap: anywhere;
	text-wrap: balance;
}

.artiks-front__service-content span:last-child {
	display: block;
	color: var(--artiks-muted);
	font-size: 14px;
	line-height: 1.95;
}

.artiks-front__showcase {
	background: radial-gradient(circle at top, rgba(255, 255, 255, 0.05), transparent 28%), linear-gradient(180deg, rgba(17, 14, 11, 0.96), rgba(14, 12, 10, 1));
}

.artiks-front__showcase::before,
.artiks-front__contact::before {
	content: '';
	position: absolute;
	inset: -10% 0 0;
	background-image: radial-gradient(circle, rgba(255, 255, 255, 0.55) 0 1px, transparent 1.6px), radial-gradient(circle, rgba(212, 175, 53, 0.4) 0 1.2px, transparent 1.8px), radial-gradient(circle, rgba(255, 255, 255, 0.22) 0 2px, transparent 2.5px);
	background-size:
		140px 140px,
		220px 220px,
		320px 320px;
	background-position:
		0 0,
		80px -30px,
		-60px 60px;
	opacity: 0.42;
	animation: artiksSnowFall 18s linear infinite;
	pointer-events: none;
}

.artiks-front__showcase::after,
.artiks-front__contact::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(16, 13, 10, 0.1), rgba(16, 13, 10, 0.45));
	pointer-events: none;
}

.artiks-front__showcase-layout,
.artiks-front__about-layout,
.artiks-front__contact-layout {
	display: grid;
	grid-template-columns: minmax(300px, 380px) minmax(0, 1fr);
	gap: 48px;
	align-items: start;
}

.artiks-front__contact-layout {
	grid-template-columns: minmax(360px, 430px) minmax(0, 1fr);
	gap: 38px;
	align-items: start;
}

.artiks-front__showcase-copy,
.artiks-front__about-copy,
.artiks-front__contact-copy {
	position: sticky;
	top: 120px;
	display: grid;
	align-content: start;
	gap: 18px;
}

.artiks-front__contact-copy {
	position: relative;
	top: auto;
	gap: 20px;
}

.artiks-front__about-copy {
	padding: 30px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 24px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.12),
		0 24px 60px rgba(0, 0, 0, 0.18);
	backdrop-filter: blur(18px);
}

.artiks-front__text-link {
	display: inline-flex;
	align-items: center;
	margin-top: 8px;
	color: var(--artiks-primary);
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.artiks-front__showcase-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.artiks-front__work-card--1,
.artiks-front__work-card--4 {
	grid-column: span 2;
}

.artiks-front__work-card a {
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 320px;
	border: 1px solid var(--artiks-border);
	border-radius: 24px;
	background: var(--artiks-surface);
	text-decoration: none;
}

.artiks-front__work-image,
.artiks-front__journal-thumb {
	display: block;
}

.artiks-front__work-image img,
.artiks-front__journal-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.artiks-front__work-card a::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(17, 15, 9, 0.08), rgba(17, 15, 9, 0.82));
}

.artiks-front__work-overlay {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: grid;
	gap: 10px;
	padding: 30px 28px;
}

.artiks-front__work-overlay strong {
	margin-bottom: 0;
	font-size: clamp(22px, 2.4vw, 34px);
	max-width: 12ch;
}

.artiks-front__about {
	background: radial-gradient(circle at 18% 30%, rgba(212, 175, 53, 0.1), transparent 24%), conic-gradient(from 180deg at 50% 50%, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0) 22%, rgba(212, 175, 53, 0.08) 46%, rgba(255, 255, 255, 0) 72%, rgba(255, 255, 255, 0.04)), linear-gradient(180deg, rgba(23, 18, 12, 1), rgba(18, 15, 10, 1));
}

.artiks-front__about::before {
	content: '';
	position: absolute;
	inset: 36px;
	border-radius: 28px;
	background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
	background-size: 56px 56px;
	mask-image: radial-gradient(circle at center, black 55%, transparent 100%);
	opacity: 0.3;
	pointer-events: none;
}

.artiks-front__strength-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.artiks-front__strength-card,
.artiks-front__process-card,
.artiks-front__journal-card a,
.artiks-front__contact-form {
	border: 1px solid var(--artiks-border);
	border-radius: 24px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.12),
		0 24px 60px rgba(0, 0, 0, 0.18);
	backdrop-filter: blur(18px);
}

.artiks-front__strength-card,
.artiks-front__process-card {
	display: grid;
	align-content: start;
	gap: 12px;
	padding: 32px 30px;
}

.artiks-front__strength-card h3,
.artiks-front__process-card h3 {
	font-size: 24px;
}

.artiks-front__process {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(212, 175, 53, 0.05));
}

.artiks-front__process-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.artiks-front__process-step {
	display: inline-flex;
	margin-bottom: 2px;
	color: var(--artiks-primary);
	font-family: 'Manrope', sans-serif;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: -0.04em;
}

.artiks-front__process-label {
	margin: 0;
	color: rgba(245, 239, 228, 0.7);
	font-family: 'Manrope', sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.artiks-front__journal-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.artiks-front__journal-card a {
	display: block;
	overflow: hidden;
	text-decoration: none;
	transition:
		transform 0.3s ease,
		border-color 0.3s ease,
		box-shadow 0.3s ease;
}

.artiks-front__journal-thumb {
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.artiks-front__journal-body {
	display: grid;
	align-content: start;
	gap: 12px;
	padding: 28px 26px 30px;
}

.artiks-front__journal-date {
	display: inline-block;
	margin-bottom: 12px;
	color: var(--artiks-primary);
	font-family: 'Manrope', sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.16em;
}

.artiks-front__journal-body strong {
	font-size: 22px;
}

.artiks-front__journal-body span:last-child {
	display: block;
}

body.home.color04 #front-contact.artiks-front__contact,
body.home #front-contact.artiks-front__contact,
.artiks-front__contact {
	padding-bottom: 130px;
	background: radial-gradient(circle at top, rgba(255, 255, 255, 0.05), transparent 28%), linear-gradient(180deg, rgba(17, 14, 11, 0.98), rgba(12, 10, 8, 1)) !important;
	background-color: #120f0a !important;
}

.artiks-front__contact-copy {
	position: relative;
	padding: 38px 36px;
	border: 1px solid var(--artiks-border);
	border-radius: 24px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.2),
		0 24px 60px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(18px);
}

.artiks-front__contact-copy h2 {
	max-width: none;
	font-size: clamp(34px, 3.6vw, 48px);
	line-height: 1.18;
	letter-spacing: -0.02em;
	text-wrap: pretty;
}

.artiks-front__contact-copy p {
	max-width: 26em;
}

.artiks-front__contact-copy .artiks-front__button {
	margin-top: 2px;
	justify-self: start;
}

.artiks-front__contact-copy .artiks-front__eyebrow,
.artiks-front__contact-copy h2,
.artiks-front__contact-copy p {
	position: relative;
	z-index: 1;
}

.artiks-front__contact-form {
	position: relative;
	padding: 38px 36px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.18),
		0 24px 60px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(20px);
	color: #f5efe4;
}

.artiks-front__contact-form p {
	color: var(--artiks-muted);
	margin-top: 0;
}

.artiks-front__contact-form label,
.artiks-front__contact-form .wpcf7-form-control-wrap,
.artiks-front__contact-form .wpcf7-form-control-wrap > span {
	display: block;
}

.artiks-front__contact-form label,
.artiks-front__contact-form .wpcf7-list-item-label,
.artiks-front__contact-form .wpcf7 form .wpcf7-response-output,
.artiks-front__contact-form .wpcf7-not-valid-tip {
	color: #f5efe4;
}

.artiks-front__contact-form .wpcf7-not-valid-tip {
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 1.6;
	color: rgba(245, 239, 228, 0.84);
}

.artiks-front__contact-form label,
.artiks-front__contact-form .wpcf7-list-item-label {
	font-size: 14px;
	line-height: 1.7;
}

.artiks-front__contact-form .wpcf7 {
	color: #f5efe4;
}

.artiks-front__contact-form .wpcf7-form > p {
	margin-bottom: 30px;
}

.artiks-front__contact-form .wpcf7-form > p:last-of-type {
	margin-bottom: 0;
}

.artiks-front__contact-form .wpcf7-form > p > label,
.artiks-front__contact-form .wpcf7-form > p > span:first-child {
	display: block;
	margin-bottom: 12px;
}

.artiks-front__contact-form input,
.artiks-front__contact-form textarea,
.artiks-front__contact-form select {
	width: 100%;
	padding: 15px 16px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	color: #fff;
	line-height: 1.7;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		background-color 0.2s ease;
}

.artiks-front__contact-form input::placeholder,
.artiks-front__contact-form textarea::placeholder {
	color: rgba(245, 239, 228, 0.48);
}

.artiks-front__contact-form input:focus,
.artiks-front__contact-form textarea:focus,
.artiks-front__contact-form select:focus {
	outline: none;
	border-color: rgba(212, 175, 53, 0.48);
	box-shadow: 0 0 0 4px rgba(212, 175, 53, 0.12);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
}

.artiks-front__contact-form textarea {
	min-height: 160px;
}

.artiks-front__contact-form input[type='radio'],
.artiks-front__contact-form input[type='checkbox'] {
	width: auto;
	margin: 0;
	accent-color: var(--artiks-primary);
}

.artiks-front__contact-form input[type='radio'] {
	position: relative;
	top: 0.08em;
	flex: 0 0 auto;
}

.artiks-front__contact-form .wpcf7-radio {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 14px;
	align-items: stretch;
}

.artiks-front__contact-form .wpcf7-list-item {
	display: flex;
	margin: 0;
	min-width: 0;
}

.artiks-front__contact-form .wpcf7-list-item label {
	display: inline-flex;
	align-items: center;
	width: 100%;
	gap: 10px;
	padding: 12px 15px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 20px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
	color: #f5efe4;
	font-size: 14px;
	line-height: 1.55;
	white-space: normal;
	transition:
		border-color 0.2s ease,
		background-color 0.2s ease,
		transform 0.2s ease;
}

.artiks-front__contact-form .wpcf7-list-item-label {
	min-width: 0;
	padding-top: 0;
}

.artiks-front__contact-form .wpcf7-list-item label:hover {
	transform: translateY(-1px);
	border-color: rgba(212, 175, 53, 0.34);
}

.artiks-front__contact-form .wpcf7-acceptance label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.artiks-front__contact-form .wpcf7-acceptance {
	display: block;
	margin-top: 10px;
}

.artiks-front__contact-form .wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0;
	padding: 12px 14px;
	border-color: rgba(212, 175, 53, 0.28);
	background: rgba(255, 255, 255, 0.04);
}

.artiks-front__contact-form input[type='submit'],
.artiks-front__contact-form button,
.artiks-front__contact-form .wpcf7-submit {
	width: auto;
	min-width: 180px;
	border: 1px solid rgba(212, 175, 53, 0.32);
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(212, 175, 53, 0.18), rgba(255, 255, 255, 0.08));
	color: #fff9ec;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.18),
		0 14px 30px rgba(0, 0, 0, 0.16);
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.03em;
}

@keyframes artiksMeshShift {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-120px, 60px, 0);
	}
}

@keyframes artiksSnowFall {
	0% {
		transform: translate3d(0, -4%, 0);
	}
	100% {
		transform: translate3d(-5%, 8%, 0);
	}
}

@keyframes artiksFloatGlow {
	0% {
		transform: translate3d(0, 0, 0) scale(1);
	}
	50% {
		transform: translate3d(-22px, 18px, 0) scale(1.08);
	}
	100% {
		transform: translate3d(0, 0, 0) scale(1);
	}
}

.artiks-front__contact-fallback {
	padding: 12px 0;
}

@media (max-width: 1080px) {
	body.home #header.artiks-site-header--front .wrap {
		padding: 16px 18px;
	}

	body.home #gnav-ul > li > a {
		padding: 0 14px;
		font-size: 12px;
	}

	.artiks-front__service-grid,
	.artiks-front__strength-grid,
	.artiks-front__process-grid,
	.artiks-front__journal-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.artiks-front__showcase-layout,
	.artiks-front__about-layout,
	.artiks-front__contact-layout {
		grid-template-columns: 1fr;
	}

	.artiks-front__hero-sidecards {
		grid-template-columns: 1fr 1fr;
	}

	.artiks-front__hero-inner {
		grid-template-columns: 1fr;
		gap: 28px;
		min-height: auto;
	}

	.artiks-front__hero-copy {
		max-width: 640px;
	}

	.artiks-front__hero-meta strong {
		font-size: 15px;
	}

	.artiks-front__showcase-copy,
	.artiks-front__about-copy,
	.artiks-front__contact-copy {
		position: static;
	}

	body.home .artiks-site-footer__top,
	body.home .artiks-site-footer__content {
		grid-template-columns: 1fr;
	}

	body.home #header + .artiks-front .artiks-front__hero {
		margin-top: -124px;
		padding-top: 172px;
	}
}

@media (max-width: 767px) {
	body.home #header.artiks-site-header--front {
		margin-bottom: -22px;
		padding: 12px 0;
	}

	body.home #header.artiks-site-header--front .wrap {
		width: min(100% - 28px, 100%);
		padding: 14px 16px;
		border-radius: 20px;
	}

	body.home .artiks-site-header__tagline,
	body.home #header-right,
	body.home .artiks-site-header__actions {
		display: none;
	}
	#header #logo {
		float: none;
		height: 64px;
		line-height: 74px;
	}
	body.home .artiks-site-header__menu-btn {
		display: block;
		flex: 0 0 auto;
		width: auto;
		margin: 0;
		line-height: 1 !important;
		float: none;
	}

	body.home #header-nav-btn {
		width: 52px !important;
		margin: 0 !important;
		line-height: 1 !important;
		float: none !important;
		margin-left: auto !important;
	}

	body.home .artiks-site-header__menu-btn a,
	body.home #header-nav-btn.artiks-site-header__menu-btn a {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		gap: 6px;
		width: 52px !important;
		height: 52px;
		padding: 0 !important;
		line-height: 1 !important;
		font-size: 0 !important;
		text-align: center;
		overflow: hidden;
	}

	body.home .artiks-site-header__menu-btn a::before,
	body.home .artiks-site-header__menu-btn a::after,
	body.home #header-nav-btn.artiks-site-header__menu-btn a::before,
	body.home #header-nav-btn.artiks-site-header__menu-btn a::after {
		content: none !important;
		display: none !important;
	}

	body.home .artiks-site-header__toggle-bar {
		flex: 0 0 2px;
		width: 20px;
		height: 2px;
	}

	body.home #gnav-sp.artiks-site-drawer--front {
		right: 14px;
		left: 14px;
		border-radius: 20px;
	}

	body.home #gnav-sp.artiks-site-drawer--front .wrap {
		padding: 18px;
	}

	body.home #header + .artiks-front .artiks-front__hero {
		margin-top: -74px;
		padding-top: 112px;
	}

	body.home .artiks-site-footer__brand,
	body.home .artiks-site-footer__address,
	body.home .artiks-site-footer__menu-group,
	body.home .artiks-site-footer__meta {
		padding: 22px;
		border-radius: 22px;
	}

	body.home .artiks-site-footer__menu-group .row {
		grid-template-columns: 1fr;
	}

	body.home #footer.artiks-site-footer--front .footer-01 {
		padding: 60px 0 24px;
	}

	body.home #footer.artiks-site-footer--front::before {
		inset: 14px;
		border-radius: 24px;
	}

	body.home #footer-nav,
	body.home #footer-sns ul {
		display: grid;
		grid-template-columns: 1fr;
	}

	.artiks-front__shell {
		width: min(100% - 28px, 100%);
	}

	.artiks-front__hero-actions {
		align-items: stretch;
	}

	.artiks-front__hero-actions .artiks-front__button {
		width: 100%;
		min-width: 0;
		max-width: none;
		padding: 16px 20px;
		font-size: 13px;
		letter-spacing: 0.02em;
		white-space: normal;
	}

	.artiks-front__hero {
		min-height: auto;
		padding: 28px 0 56px;
	}

	.artiks-front__hero-inner,
	.artiks-front__hero-sidecards,
	.artiks-front__notice-grid,
	.artiks-front__service-grid,
	.artiks-front__strength-grid,
	.artiks-front__process-grid,
	.artiks-front__journal-grid,
	.artiks-front__showcase-grid {
		grid-template-columns: 1fr;
	}

	.artiks-front__work-card--1,
	.artiks-front__work-card--4 {
		grid-column: span 1;
	}

	.artiks-front__hero-copy h1 {
		font-size: clamp(34px, 10vw, 44px);
		max-width: 9em;
		line-height: 1.18;
	}

	.artiks-front__hero-meta,
	.artiks-front__hero-pickup {
		min-height: auto;
	}

	.artiks-front__hero-text,
	.artiks-front__section-head p:last-child,
	.artiks-front__showcase-copy p,
	.artiks-front__about-copy p,
	.artiks-front__contact-copy p {
		font-size: 14px;
	}

	.artiks-front__hero-meta,
	.artiks-front__hero-pickup,
	.artiks-front__contact-copy,
	.artiks-front__contact-form {
		padding: 22px;
	}

	.artiks-front__contact-copy {
		gap: 18px;
	}

	.artiks-front__contact-copy h2 {
		max-width: none;
		font-size: clamp(30px, 8vw, 40px);
	}

	.artiks-front__contact-copy p {
		max-width: none;
	}

	.artiks-front__services,
	.artiks-front__showcase,
	.artiks-front__about,
	.artiks-front__process,
	.artiks-front__journal,
	.artiks-front__contact {
		padding: 84px 0;
	}

	.artiks-front__service-content,
	.artiks-front__strength-card,
	.artiks-front__process-card,
	.artiks-front__journal-body,
	.artiks-front__contact-form {
		padding: 22px;
	}

	.artiks-front__section-head {
		margin-bottom: 40px;
	}

	.artiks-front__showcase-grid,
	.artiks-front__service-grid,
	.artiks-front__strength-grid,
	.artiks-front__process-grid,
	.artiks-front__journal-grid {
		gap: 20px;
	}

	.artiks-front__contact-form .wpcf7-radio {
		grid-template-columns: 1fr;
	}

	.artiks-front__work-card a {
		min-height: 260px;
	}

	.artiks-front__work-overlay {
		padding: 22px;
		gap: 8px;
	}

	.artiks-front__service-content strong,
	.artiks-front__strength-card h3,
	.artiks-front__process-card h3,
	.artiks-front__journal-body strong,
	.artiks-front__work-overlay strong {
		font-size: 24px;
	}

	.artiks-front__process-label {
		font-size: 10px;
		letter-spacing: 0.12em;
	}
}

@media screen and (max-width: 767px) {
}
