/* Kumo Kloud — approved mobile homepage, WordPress / Leven edition.
   Paste in Additional CSS, without  tags.
   Theme adjustments activate only when this new homepage block exists. */
html:has(#kumo-home) {
	font-size: 100%;
	letter-spacing: normal;
	scroll-behavior: smooth;
	scroll-padding-top: 26px;
}

body:has(#kumo-home) {
	margin: 0;
	background: #fffcf9;
}

body:has(#kumo-home) #masthead {
	display: none;
}

body:has(#kumo-home) #main {
	padding: 0;
	margin: 0;
	max-width: none;
}

.entry:has(#kumo-home), .entry-content:has(#kumo-home) {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: none;
}

.entry:has(#kumo-home) > .entry-header {
	display: none;
}

.entry-content > #kumo-home {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

#kumo-home {
	position: relative;
	text-align: left;
	letter-spacing: normal;
	font-weight: 400;
}

#kumo-home h1, #kumo-home h2, #kumo-home h3, #kumo-home p {
	padding: 0;
	font-family: inherit;
}

#kumo-home a, #kumo-home a:visited {
	color: inherit;
	border: 0;
	box-shadow: none;
	text-decoration: none;
}

#kumo-home a::before, #kumo-home a::after {
	content: none;
}

#kumo-home img {
	border: 0;
	padding: 0;
	margin: 0;
	box-shadow: none;
	filter: none;
}

#kumo-home {
}

#kumo-home * {
	box-sizing: border-box;
}

#kumo-home {
	margin: 0;
	background: var(--background);
	color: var(--ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.55;
}

#kumo-home button,
#kumo-home a {
}

#kumo-home a {
	text-decoration: none;
	color: inherit;
}

#kumo-home button {
	cursor: pointer;
}

#kumo-home a:focus-visible,
#kumo-home button:focus-visible {
	outline: 2px solid var(--rose);
	outline-offset: 5px;
}

#kumo-home img {
	max-width: 100%;
	display: block;
}

#kumo-home h1,
#kumo-home h2,
#kumo-home h3,
#kumo-home p {
	margin: 0;
}

#kumo-home .skip-link {
	position: absolute;
	left: 16px;
	top: -100px;
	z-index: 99;
	background: white;
	padding: 12px;
}

#kumo-home .skip-link:focus {
	top: 12px;
}

#kumo-home .announcement {
	padding: 9px 16px;
	background: var(--pink);
	text-align: center;
	font-size: .8125rem;
	color: #61424a;
	letter-spacing: .015em;
}

#kumo-home .announcement span {
	margin-left: 8px;
	padding-left: 12px;
	border-left: 1px solid #bd9399;
}

#kumo-home .site-header {
	max-width: 1160px;
	margin: auto;
	padding: 22px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

#kumo-home .brand {
	display: flex;
	gap: 13px;
	align-items: center;
}

#kumo-home .brand img {
	width: 48px;
	height: 48px;
	object-fit: contain;
}

#kumo-home .brand>span {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.6rem;
	letter-spacing: -.03em;
	line-height: 1.1;
}

#kumo-home .brand small {
	display: block;
	margin-top: 7px;
	font: 500 .6875rem/1.2 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: .08em;
}

#kumo-home .header-nav {
	display: flex;
	align-items: center;
	gap: 23px;
}

#kumo-home .desktop-link {
	font-size: .9375rem;
}

#kumo-home .instagram-link {
	display: grid;
	width: 44px;
	height: 44px;
}

#kumo-home .instagram-link .kk-icon {
	width: 21px;
}

#kumo-home .contact-button {
	min-height: 46px;
	border-radius: 99px;
	padding: 11px 19px !important;
	border: 1px solid #cfb3b4;
	background: transparent;
	color: var(--rose);
	font-size: .875rem !important;
	font-weight: 500;
}

#kumo-home .contact-button:hover {
	background: #f6e6e6;
}

#kumo-home .contact-button .kk-icon {
	width: 18px !important;
	height: 18px !important;
}

#kumo-home .kumo-main {
	max-width: 1100px;
	margin: 0 auto;
}

#kumo-home .hero {
	display: grid;
	grid-template-columns: 1fr 1fr;
	background: var(--cream);
	overflow: hidden;
	border-radius: 3px 3px 60px 3px;
}

#kumo-home .hero-copy {
	padding: 50px 45px 45px;
	align-self: center;
}

#kumo-home .eyebrow {
	display: block;
	font-size: .75rem;
	font-weight: 500;
	letter-spacing: .12em;
	color: var(--rose);
}

#kumo-home h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
	font-size: 4rem;
	line-height: 1.06;
	letter-spacing: -.055em;
	margin: 20px 0;
}

#kumo-home h1 em {
	font-weight: 400;
	color: var(--rose);
}

#kumo-home .hero-copy p {
	font-size: 1rem;
	line-height: 1.7;
	color: #71625a;
	max-width: 330px;
}

#kumo-home .hero-link {
	display: inline-flex;
	align-items: center;
	gap: 20px;
	font-size: .9375rem;
	font-weight: 500;
	border-bottom: 1px solid #a2837c;
	padding: 15px 0 8px;
	margin-top: 15px;
}

#kumo-home .hero-image-link {
	position: relative;
	min-width: 0;
	background: #faf5f2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 22px;
}

#kumo-home .hero-image {
	width: 100%;
	height: auto;
	object-fit: contain;
	aspect-ratio: 1/1;
}

#kumo-home .image-caption {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 12px 4px 0;
	color: #624345;
	font-size: .75rem;
	letter-spacing: .08em;
	gap: 5px;
}

#kumo-home .little-note {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 23px 10px;
	color: var(--quiet);
	font-size: .8125rem;
}

#kumo-home .little-note span+span::before {
	content: "·";
	margin-right: 12px;
}

#kumo-home .collections {
	padding: 28px 0 64px;
}

#kumo-home .section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 24px;
}

#kumo-home .section-heading h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2rem;
	line-height: 1.2;
	letter-spacing: -.035em;
	margin-top: 9px;
	font-weight: 400;
}

#kumo-home .collection-count {
	font-size: .8125rem;
	color: var(--quiet);
	padding-bottom: 3px;
}

#kumo-home .collection-grid {
	display: grid;
	grid-template-columns: repeat(4,minmax(0,1fr));
	gap: 34px 22px;
}

#kumo-home .collection-card {
	display: block;
	min-width: 0;
}

#kumo-home .collection-image {
	aspect-ratio: 1/1;
	position: relative;
	overflow: hidden;
	background: #f3e8e4;
	border-radius: 12px;
}

#kumo-home .collection-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform .25s ease;
}

#kumo-home .collection-arrow {
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: #fffcf9f2;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	display: grid;
}

#kumo-home .collection-card:hover h3 {
	text-decoration: underline;
	text-underline-offset: 4px;
}

#kumo-home .collection-card h3 {
	font-size: 1rem;
	font-weight: 600;
	margin: 12px 0 3px;
	letter-spacing: .015em;
}

#kumo-home .collection-card p {
	font-size: .875rem;
	line-height: 1.5;
	color: var(--quiet);
}

#kumo-home .community {
	padding: 43px 25px 40px;
	background: #f4e1e4;
	text-align: center;
	border-radius: 65px 4px 65px 4px;
	max-width: 790px;
	margin: 0 auto;
}

#kumo-home .community-symbol {
	display: grid;
	width: 44px;
	height: 44px;
	border: 1px solid #c29ba2;
	border-radius: 50%;
	margin: 0 auto 17px;
	color: var(--rose);
}

#kumo-home .community-symbol .kk-icon {
	width: 21px;
}

#kumo-home .community h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
	font-size: 2.6rem;
	letter-spacing: -.045em;
	line-height: 1.15;
	margin: 17px 0;
}

#kumo-home .community h2 em {
	font-weight: 400;
	color: var(--rose);
}

#kumo-home .community p {
	max-width: 385px;
	margin: 0 auto;
	color: #745f62;
	font-size: 1rem;
	line-height: 1.75;
}

#kumo-home .primary-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	border-radius: 99px;
	background: var(--rose);
	color: #fff;
	padding: 15px 21px;
	margin-top: 23px;
	font-size: .9375rem;
	font-weight: 500;
	min-height: 48px;
}

#kumo-home .primary-link:hover {
	background: #63393e;
}

#kumo-home .group-label {
	display: block;
	font-size: .75rem;
	letter-spacing: .08em;
	margin-top: 13px;
	color: #785f64;
}

#kumo-home .welcome {
	max-width: 590px;
	text-align: center;
	margin: 65px auto 47px;
	padding: 0 20px;
}

#kumo-home .welcome h2 {
	font-size: 1.65rem;
	letter-spacing: -.04em;
	line-height: 1.45;
	font-weight: 400;
	margin: 16px 0;
}

#kumo-home .welcome>p {
	font-size: 1rem;
	line-height: 1.85;
	color: var(--quiet);
	margin-bottom: 22px;
}

#kumo-home .official-contact {
	display: flex;
	gap: 7px;
	justify-content: center;
	text-align: left;
	margin: 24px auto 0;
	max-width: 350px;
	color: #776760;
}

#kumo-home .official-contact>.kk-icon {
	flex-shrink: 0;
	margin-top: 2px;
}

#kumo-home .official-contact p {
	font-size: .8125rem;
	line-height: 1.8;
}

#kumo-home .official-contact a {
	white-space: nowrap;
	text-decoration: underline;
	text-underline-offset: 3px;
}

#kumo-home .site-footer {
	border-top: 1px solid var(--border);
	max-width: 1100px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 26px 0 30px;
	color: var(--quiet);
	font-size: .875rem;
}

#kumo-home .site-footer a {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
}

#kumo-home .site-footer>span {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-size: 1rem;
}

#kumo-home .mobile-dock {
	display: none;
}

#kumo-home .admin-options {
	display: grid;
	gap: 10px;
	margin-top: 14px;
}

#kumo-home .admin-options>a {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 15px;
	background: #f6e9e7;
	border-radius: 14px;
	min-height: 80px;
}

#kumo-home .admin-options>a>.kk-icon {
	margin-left: auto;
	width: 20px;
}

#kumo-home .admin-options strong {
	display: block;
	font-size: 1rem;
	font-weight: 500;
}

#kumo-home .admin-options small {
	display: block;
	font-size: .875rem;
	color: var(--quiet);
	margin-top: 3px;
}

#kumo-home .admin-icon {
	width: 40px;
	height: 40px;
	display: grid;
	color: var(--rose);
}

@media(max-width:1160px) {
	#kumo-home .kumo-main,
			#kumo-home .site-footer {
		margin-left: 30px;
		margin-right: 30px;
	}
}

@media(max-width:760px) {
	#kumo-home {
		padding-bottom: calc(75px + env(safe-area-inset-bottom));
	}
	
	#kumo-home .announcement {
		padding: 8px 10px;
		font-size: .75rem;
	}
	
	#kumo-home .site-header {
		padding: 16px 20px;
	}
	
	#kumo-home .brand {
		gap: 10px;
	}
	
	#kumo-home .brand img {
		width: 40px;
		height: 40px;
	}
	
	#kumo-home .brand>span {
		font-size: 1.35rem;
	}
	
	#kumo-home .brand small {
		font-size: .625rem;
		letter-spacing: .04em;
		margin-top: 6px;
	}
	
	#kumo-home .header-nav {
		gap: 0;
	}
	
	#kumo-home .desktop-link,
			#kumo-home .desktop-contact {
		display: none;
	}
	
	#kumo-home .kumo-main {
		margin: 0 20px;
	}
	
	#kumo-home .hero {
		min-height: 290px;
		grid-template-columns: 1.05fr 1fr;
		border-radius: 3px 3px 38px 3px;
	}
	
	#kumo-home .hero-copy {
		padding: 23px 10px 25px 18px;
	}
	
	#kumo-home .eyebrow {
		font-size: .75rem;
		letter-spacing: .09em;
	}
	
	#kumo-home h1 {
		font-size: clamp(1.9rem,7.5vw,3.2rem);
		margin: 14px 0 13px;
		line-height: 1.08;
		letter-spacing: -.055em;
	}
	
	#kumo-home .hero-copy .eyebrow {
		font-size: .75rem;
		letter-spacing: .07em;
		line-height: 1.5;
	}
	
	#kumo-home .hero-copy p {
		font-size: 1rem;
		line-height: 1.6;
	}
	
	#kumo-home .hero-link {
		font-size: .875rem;
		gap: 9px;
		margin-top: 7px;
		padding: 11px 0 5px;
		min-height: 44px;
	}
	
	#kumo-home .hero-image-link {
		padding: 12px 10px;
		align-self: stretch;
	}
	
	#kumo-home .image-caption {
		font-size: .6875rem;
		padding: 8px 1px 0;
		letter-spacing: 0;
		gap: 4px;
	}
	
	#kumo-home .image-caption .kk-icon {
		width: 14px;
		flex-shrink: 0;
	}
	
	#kumo-home .little-note {
		padding: 18px 0 8px;
		font-size: .8125rem;
		gap: 6px;
	}
	
	#kumo-home .little-note span+span::before {
		margin-right: 6px;
	}
	
	#kumo-home .collections {
		padding: 24px 0 37px;
	}
	
	#kumo-home .section-heading {
		margin-bottom: 20px;
	}
	
	#kumo-home .section-heading h2 {
		font-size: 1.65rem;
		margin-top: 6px;
	}
	
	#kumo-home .collection-count {
		font-size: .75rem;
	}
	
	#kumo-home .collection-grid {
		grid-template-columns: repeat(2,minmax(0,1fr));
		gap: 25px 14px;
	}
	
	#kumo-home .collection-image {
		border-radius: 10px;
	}
	
	#kumo-home .collection-card h3 {
		font-size: 1rem;
		margin-top: 11px;
	}
	
	#kumo-home .collection-card p {
		font-size: .875rem;
		line-height: 1.5;
	}
	
	#kumo-home .collection-arrow {
		width: 29px;
		height: 29px;
		right: 8px;
		bottom: 8px;
	}
	
	#kumo-home .community {
		padding: 29px 22px 28px;
		border-radius: 44px 3px 44px 3px;
	}
	
	#kumo-home .community h2 {
		font-size: 1.95rem;
		margin: 14px 0;
		line-height: 1.2;
	}
	
	#kumo-home .community p {
		font-size: 1rem;
	}
	
	#kumo-home .primary-link {
		font-size: .875rem;
		padding: 14px 20px;
		gap: 12px;
		margin-top: 20px;
	}
	
	#kumo-home .welcome {
		margin: 40px auto 26px;
		padding: 0 10px;
	}
	
	#kumo-home .welcome h2 {
		font-size: 1.55rem;
	}
	
	#kumo-home .welcome>p {
		font-size: 1rem;
	}
	
	#kumo-home .site-footer {
		margin: 0 20px;
		display: flex;
		flex-direction: column;
		gap: 2px;
		padding: 15px 0 22px;
	}
	
	#kumo-home .site-footer>span {
		font-size: .875rem;
	}
	
	#kumo-home .mobile-dock {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 30;
		display: grid;
		grid-template-columns: repeat(3,minmax(0,1fr));
		align-items: center;
		padding: 7px 16px calc(8px + env(safe-area-inset-bottom));
		background: #fffcf9f7;
		border-top: 1px solid var(--border);
	}
	
	#kumo-home .dock-link {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 4px;
		padding: 5px !important;
		min-height: 51px;
		font-size: .8125rem !important;
		font-weight: 400 !important;
		height: auto !important;
		color: var(--rose);
		border-radius: 8px;
	}
	
	#kumo-home .dock-link .kk-icon {
		width: 21px !important;
		height: 21px !important;
	}
	
	#kumo-home .dock-link:hover {
		background: #f8e8e7;
	}
	
	#kumo-home .official-contact {
		margin-top: 20px;
	}
}

@media(max-width:360px) {
	#kumo-home .kumo-main {
		margin: 0 14px;
	}
	
	#kumo-home .site-header {
		padding: 14px;
	}
	
	#kumo-home .hero-copy {
		padding-left: 14px;
		padding-right: 8px;
	}
	
	#kumo-home .hero-copy .eyebrow {
		font-size: .6875rem;
	}
	
	#kumo-home .hero-link {
		gap: 6px;
		font-size: .8125rem;
	}
	
	#kumo-home .collection-grid {
		gap: 23px 12px;
	}
	
	#kumo-home .community {
		padding-left: 17px;
		padding-right: 17px;
	}
	
	#kumo-home .community h2 {
		font-size: 1.7rem;
	}
	
	#kumo-home .primary-link {
		gap: 8px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#kumo-home .little-note {
		font-size: .75rem;
	}
	
	#kumo-home .brand small {
		font-size: .625rem;
	}
}

@media(prefers-reduced-motion:reduce) {
	#kumo-home *,
			#kumo-home ::before,
			#kumo-home ::after {
		animation: none !important;
		transition: none !important;
	}
}

#kumo-home .section-heading {
	flex-wrap: wrap;
}

#kumo-home .section-heading>div {
	min-width: 0;
}

#kumo-home .collection-card h3,
#kumo-home .collection-card p {
	overflow-wrap: anywhere;
}

@media(max-width:760px) {
	#kumo-home {
		padding-bottom: calc(6rem + env(safe-area-inset-bottom));
	}
	
	#kumo-home .hero {
		grid-template-columns: repeat(auto-fit,minmax(min(100%,9.5rem),1fr));
	}
	
	#kumo-home .hero-copy {
		min-width: 0;
	}
	
	#kumo-home .collection-grid {
		grid-template-columns: repeat(auto-fit,minmax(min(100%,8.5rem),1fr));
	}
	
	#kumo-home .dock-link {
		min-width: 0;
		white-space: normal !important;
		text-align: center;
		line-height: 1.3;
		font-size: .875rem !important;
	}
	
	#kumo-home .dock-link span {
		min-width: 0;
		overflow-wrap: anywhere;
	}
	
	#kumo-home .mobile-dock {
		align-items: stretch;
	}
	
	#kumo-home .site-footer {
		gap: 5px;
	}
	
	#kumo-home .brand small {
		max-width: 15em;
		line-height: 1.4;
	}
}

@media(max-width:360px) {
	#kumo-home .hero {
		grid-template-columns: minmax(0,1fr);
	}
	
	#kumo-home .hero-copy {
		padding: 25px 24px 23px;
	}
	
	#kumo-home .hero-copy h1 {
		font-size: clamp(2.4rem,10vw,3rem);
	}
	
	#kumo-home .hero-copy p {
		max-width: 30ch;
	}
	
	#kumo-home .hero-image-link {
		padding: 15px 22px 22px;
	}
	
	#kumo-home .hero-image {
		max-width: 340px;
	}
	
	#kumo-home .image-caption {
		max-width: 340px;
	}
}

#kumo-home .site-header {
	position: relative;
	flex-wrap: wrap;
	padding-top: 26px;
	padding-bottom: 26px;
	gap: 20px;
}

#kumo-home .brand {
	gap: 18px;
	min-width: 0;
	max-width: 100%;
}

#kumo-home .brand img {
	width: 5.5rem;
	height: 5.5rem;
	flex-shrink: 0;
	border-radius: 50%;
	border: 0;
	box-shadow: none;
}

#kumo-home .brand>span {
	min-width: 0;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.12;
	color: var(--rose);
	letter-spacing: -.045em;
}

#kumo-home .brand small {
	max-width: 100%;
	font-size: .75rem;
	line-height: 1.5;
	letter-spacing: .08em;
	margin-top: 10px;
	color: var(--quiet);
}

#kumo-home .header-nav {
	flex-wrap: wrap;
}

@media(max-width:760px) {
	#kumo-home .site-header {
		display: grid;
		grid-template-columns: minmax(0,1fr);
		padding: 24px 20px 26px;
		gap: 0;
	}
	
	#kumo-home .brand {
		flex-direction: column;
		gap: 13px;
		text-align: center;
		width: 100%;
	}
	
	#kumo-home .brand img {
		width: 6.25rem;
		height: 6.25rem;
	}
	
	#kumo-home .brand>span {
		font-size: 2.25rem;
		max-width: 100%;
	}
	
	#kumo-home .brand small {
		max-width: 100%;
		font-size: .75rem;
		line-height: 1.5;
		letter-spacing: .08em;
		margin-top: 8px;
	}
	
	#kumo-home .header-nav {
		position: absolute;
		right: 16px;
		top: 16px;
		z-index: 1;
	}
	
	#kumo-home .instagram-link {
		border: 1px solid var(--border);
		border-radius: 50%;
		background: var(--background);
	}
}

/* WordPress uses direct contact links, so the two official admins remain accessible without scripts. */
#kumo-home .contact-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	line-height: 1.4;
}

#kumo-home .primary-link, #kumo-home .primary-link:visited {
	color: #fff;
}

#kumo-home .brand img {
	border: 0;
	box-shadow: none;
}

#kumo-home .brand > span {
	margin: 0;
}

#kumo-home .site-footer > * {
	margin-top: 0;
	margin-bottom: 0;
}

#kumo-home .kumo-contact {
	max-width: 440px;
	margin: 28px auto 0;
	scroll-margin-top: 24px;
}

#kumo-home .kumo-contact > h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.5rem;
	font-weight: 400;
	color: var(--rose);
}

#kumo-home .admin-options {
	text-align: left;
}

#kumo-home .admin-options a {
	border: 1px solid transparent;
}

#kumo-home .admin-options a:hover {
	border-color: #cfb3b4;
	background: #f1dfdf;
}

#kumo-home .official-contact {
	align-items: flex-start;
}

#kumo-home .official-contact .kk-icon {
	width: 16px;
	height: 16px;
	margin-top: 4px;
}

#kumo-home .kk-icon {
	display: inline-block;
	width: 21px;
	height: 21px;
	flex-shrink: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}

#kumo-home .hero-link .kk-icon, #kumo-home .collection-arrow .kk-icon, #kumo-home .primary-link .kk-icon {
	width: 18px;
	height: 18px;
}

#kumo-home .image-caption .kk-icon {
	width: 16px;
	height: 16px;
}

#kumo-home .site-footer .kk-icon {
	width: 17px;
	height: 17px;
}

#kumo-home .primary-link .kk-icon {
	filter: brightness(0) invert(1);
}

@media(max-width:760px) {
	#kumo-home .desktop-contact {
		display: none;
	}
	
	#kumo-home .contact-button {
		white-space: normal;
	}
	
	#kumo-home .mobile-dock {
		z-index: 99;
	}
	
	#kumo-home .little-note {
		flex-wrap: wrap;
	}
	
	body:has(#kumo-home) #colophon {
		padding-bottom: calc(6rem + env(safe-area-inset-bottom));
	}
}

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

#kumo-home .kk-instagram {
	background-image: ;
}

#kumo-home .kk-arrow-up-right {
	background-image: ;
}

#kumo-home .kk-arrow-down {
	background-image: ;
}

#kumo-home .kk-grid {
	background-image: ;
}

#kumo-home .kk-message-circle {
	background-image: ;
}

#kumo-home .kk-users {
	background-image: ;
}

#kumo-home .kk-check {
	background-image: ;
}

/* KUMO — koreksi warna dan ikon */
#kumo-home {
	background: #fffcf9;
	color: #42332f;
}

#kumo-home .announcement {
	background: #f1d7da;
}

#kumo-home .hero {
	background: #f7f0e7;
}

#kumo-home .brand > span,
#kumo-home .eyebrow,
#kumo-home h1 em,
#kumo-home .community h2 em,
#kumo-home .community-symbol,
#kumo-home .admin-icon,
#kumo-home .contact-button,
#kumo-home .contact-button:visited,
#kumo-home .dock-link,
#kumo-home .dock-link:visited,
#kumo-home .kumo-contact > h3 {
	color: #78494e;
}

#kumo-home .brand small,
#kumo-home .little-note,
#kumo-home .collection-count,
#kumo-home .collection-card p,
#kumo-home .welcome > p,
#kumo-home .site-footer,
#kumo-home .admin-options small {
	color: #776760;
}

#kumo-home .primary-link {
	background: #78494e;
	color: #fff;
}

#kumo-home .primary-link:hover {
	background: #63393e;
}

#kumo-home .site-footer {
	border-top: 1px solid #e9dfd9;
}

#kumo-home a:focus-visible,
#kumo-home button:focus-visible {
	outline: 2px solid #78494e;
}

#kumo-home .brand img {
	border: 0;
	box-shadow: none;
}

@media(max-width:760px) {
	#kumo-home .instagram-link {
		border: 1px solid #e9dfd9;
		background: #fffcf9;
	}
	
	#kumo-home .mobile-dock {
		background: #fffcf9;
		border-top: 1px solid #e9dfd9;
		padding: 12px 16px;
		padding-bottom: calc(12px + env(safe-area-inset-bottom));
	}
}

#kumo-home .kk-instagram {
	background-image: url('https://raw.githubusercontent.com/feathericons/feather/v4.29.2/icons/instagram.svg');
}

#kumo-home .kk-arrow-up-right {
	background-image: url('https://raw.githubusercontent.com/feathericons/feather/v4.29.2/icons/arrow-up-right.svg');
}

#kumo-home .kk-arrow-down {
	background-image: url('https://raw.githubusercontent.com/feathericons/feather/v4.29.2/icons/arrow-down.svg');
}

#kumo-home .kk-grid {
	background-image: url('https://raw.githubusercontent.com/feathericons/feather/v4.29.2/icons/grid.svg');
}

#kumo-home .kk-message-circle {
	background-image: url('https://raw.githubusercontent.com/feathericons/feather/v4.29.2/icons/message-circle.svg');
}

#kumo-home .kk-users {
	background-image: url('https://raw.githubusercontent.com/feathericons/feather/v4.29.2/icons/users.svg');
}

#kumo-home .kk-check {
	background-image: url('https://raw.githubusercontent.com/feathericons/feather/v4.29.2/icons/check.svg');
}

/* Kumo — posisi ikon di tengah */
#kumo-home .instagram-link,
#kumo-home .collection-arrow,
#kumo-home .community-symbol,
#kumo-home .admin-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}