:root {
	--oshi-bg: #090a10;
	--oshi-header: #11121b;
	--oshi-nav: #151620;
	--oshi-panel: #12131c;
	--oshi-panel-2: #171924;
	--oshi-panel-3: #202230;
	--oshi-text: #eff5ff;
	--oshi-muted: #aeb8c7;
	--oshi-subtle: #758095;
	--oshi-border: #282b38;
	--oshi-border-strong: #363a4c;
	--oshi-accent: #f0184f;
	--oshi-accent-soft: rgba(240, 24, 79, 0.16);
	--oshi-link: #b7dbff;
	--oshi-link-hover: #ffffff;
	--oshi-max: 1040px;
	--oshi-radius: 8px;
	--oshi-shadow: 0 18px 48px rgba(0, 0, 0, 0.32);
}

html {
	box-sizing: border-box;
	font-size: 16px;
}

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

body.oshi-genesis {
	margin: 0;
	background: var(--oshi-bg);
	color: var(--oshi-text);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 1rem;
	line-height: 1.85;
	letter-spacing: 0;
	overflow-x: hidden;
}

.oshi-genesis a {
	color: var(--oshi-link);
	text-decoration: none;
}

.oshi-genesis a:hover,
.oshi-genesis a:focus-visible {
	color: var(--oshi-link-hover);
}

.oshi-genesis img {
	max-width: 100%;
	height: auto;
}

.screen-reader-shortcut,
.screen-reader-text,
.genesis-skip-link {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-shortcut:focus,
.screen-reader-text:focus {
	z-index: 100000;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	margin: 0;
	clip: auto;
	padding: 10px 14px;
	border-radius: 6px;
	background: #ffffff;
	color: #0b0d13;
	white-space: normal;
}

.site-container {
	min-height: 100vh;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0) 220px),
		var(--oshi-bg);
	overflow-x: hidden;
}

.site-header {
	background: var(--oshi-header);
	border-bottom: 1px solid #1e202a;
}

.site-header > .wrap,
.nav-primary > .wrap,
.site-inner > .wrap,
.footer-widgets > .wrap,
.site-footer > .wrap {
	width: min(var(--oshi-max), calc(100% - 24px));
	margin-inline: auto;
}

.site-header > .wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 128px;
	text-align: center;
}

.title-area {
	max-width: 100%;
}

.site-title {
	margin: 0;
	font-size: clamp(1.7rem, 4vw, 2rem);
	font-weight: 800;
	line-height: 1.25;
}

.site-title a {
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0 2px 18px rgba(240, 24, 79, 0.14);
}

.site-description {
	margin: 8px 0 0;
	color: var(--oshi-muted);
	font-size: 0.875rem;
}

.nav-primary {
	background: var(--oshi-nav);
	border-bottom: 1px solid #242733;
}

.genesis-nav-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0 clamp(18px, 5vw, 68px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.genesis-nav-menu .menu-item {
	margin: 0;
}

.genesis-nav-menu a {
	display: inline-flex;
	align-items: center;
	min-height: 60px;
	color: var(--oshi-link);
	font-size: 0.95rem;
	font-weight: 500;
	text-decoration: none;
}

.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus-visible {
	color: #ffffff;
}

.site-inner {
	padding: 42px 0 62px;
}

.content-sidebar .content-sidebar-wrap {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 290px;
	gap: 64px;
	align-items: start;
}

.full-width-content .content-sidebar-wrap {
	display: block;
}

.content,
.sidebar {
	min-width: 0;
}

.entry {
	max-width: 100%;
	margin: 0 0 28px;
	border: 1px solid var(--oshi-border);
	border-radius: var(--oshi-radius);
	background: var(--oshi-panel);
	box-shadow: var(--oshi-shadow);
}

.single .entry,
.page .entry {
	padding: clamp(24px, 4vw, 40px);
}

.entry-header {
	margin-bottom: 22px;
}

.entry-title {
	margin: 0;
	color: #ffffff;
	font-size: clamp(1.45rem, 2.5vw, 2rem);
	font-weight: 800;
	line-height: 1.42;
	letter-spacing: 0;
	word-break: break-word;
	line-break: anywhere;
	overflow-wrap: anywhere;
}

.entry-title a {
	color: inherit;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus-visible {
	color: #ffffff;
	text-decoration: underline;
	text-decoration-color: var(--oshi-accent);
	text-decoration-thickness: 2px;
	text-underline-offset: 0.22em;
}

.entry-meta,
.entry-footer {
	color: var(--oshi-subtle);
	font-size: 0.875rem;
}

.entry-content {
	color: var(--oshi-text);
	word-break: break-word;
	line-break: anywhere;
	overflow-wrap: anywhere;
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content p {
	margin: 1.2em 0;
}

.entry-content h2 {
	position: relative;
	margin: 2.4em 0 1.25em;
	padding: 0 0 14px;
	border-bottom: 2px solid var(--oshi-accent);
	color: #ffffff;
	font-size: clamp(1.35rem, 2.2vw, 1.7rem);
	line-height: 1.45;
}

.entry-content h2::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -2px;
	left: 0;
	height: 1px;
	background: rgba(255, 255, 255, 0.04);
}

.entry-content h3 {
	margin: 2em 0 1em;
	padding: 0 0 8px 12px;
	border-left: 3px solid var(--oshi-accent);
	border-bottom: 1px solid var(--oshi-border-strong);
	color: #ffffff;
	font-size: 1.15rem;
	line-height: 1.55;
}

.entry-content ul,
.entry-content ol {
	padding-left: 1.3em;
}

.entry-content li + li {
	margin-top: 0.35em;
}

.entry-content blockquote {
	position: relative;
	margin: 1.6em 0;
	border-left: 4px solid var(--oshi-accent);
	border-radius: 0 var(--oshi-radius) var(--oshi-radius) 0;
	background: var(--oshi-panel-2);
	padding: 18px 20px;
	color: var(--oshi-muted);
}

.entry-content img,
.entry-content figure img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	border-radius: 3px;
}

.oshi-single-featured {
	max-width: 100%;
	margin: 0 0 22px;
}

.oshi-single-featured__image {
	display: block;
	width: 100%;
	max-width: 100%;
	max-height: 720px;
	object-fit: contain;
	border-radius: 4px;
	background: #0b0c13;
}

.entry-content figure {
	margin: 1.8em 0;
}

.entry-content table {
	width: 100%;
	margin: 1.6em 0;
	border-collapse: collapse;
	border: 1px solid var(--oshi-border-strong);
	background: var(--oshi-panel-2);
}

.entry-content th,
.entry-content td {
	border: 1px solid var(--oshi-border-strong);
	padding: 11px 13px;
	vertical-align: top;
}

.entry-content th {
	width: 28%;
	background: #202433;
	color: #ffffff;
	font-weight: 700;
}

.entry-content .button,
.entry-content .wp-block-button__link,
button,
input[type="button"],
input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	border: 0;
	border-radius: 6px;
	background: #ffffff;
	color: #11131c;
	font-weight: 800;
	padding: 10px 18px;
	text-decoration: none;
}

.entry-content .button:hover,
.entry-content .wp-block-button__link:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	background: var(--oshi-accent);
	color: #ffffff;
}

.oshi-pr-notice,
.oshi-review-afterword,
.oshi-sns-reaction-card,
.oshi-official-cta,
.oshi-buy-grade,
.oshi-random-posts {
	margin: 20px 0;
	border: 1px solid var(--oshi-border-strong);
	border-radius: var(--oshi-radius);
	background: var(--oshi-panel-2);
	padding: 14px 16px;
}

.oshi-pr-notice {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	color: var(--oshi-muted);
	font-size: 0.92rem;
	overflow-wrap: anywhere;
}

.oshi-pr-notice strong {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	min-height: 26px;
	border: 1px solid #5a6072;
	border-radius: 4px;
	background: transparent;
	color: #ffffff;
	font-size: 0.78rem;
	line-height: 1;
}

.oshi-review-afterword {
	border-color: rgba(240, 24, 79, 0.45);
	background: linear-gradient(180deg, rgba(240, 24, 79, 0.09), rgba(255, 255, 255, 0.02));
}

.oshi-review-afterword__label,
.oshi-sns-reaction-card__label,
.oshi-official-cta__source,
.oshi-random-posts__title {
	margin: 0 0 8px;
	color: #ffffff;
	font-weight: 800;
}

.oshi-sns-reaction-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 16px;
}

.oshi-sns-reaction-card ul,
.oshi-random-posts ul {
	margin: 0;
	padding-left: 1.2em;
}

.oshi-official-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.oshi-official-cta__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	border-radius: 6px;
	background: #ffffff;
	color: #11131c;
	font-weight: 800;
	padding: 10px 20px;
	text-decoration: none;
}

.oshi-official-cta__button:hover,
.oshi-official-cta__button:focus-visible {
	background: var(--oshi-accent);
	color: #ffffff;
}

.oshi-buy-grade strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 64px;
	margin-right: 10px;
	border-radius: 4px;
	background: var(--oshi-accent);
	color: #ffffff;
	padding: 4px 8px;
}

.oshi-listing-page .entry {
	display: grid;
	grid-template-columns: 210px minmax(0, 1fr);
	gap: 18px;
	padding: 14px;
	box-shadow: none;
}

.oshi-listing-page .entry-header {
	margin: 0;
}

.oshi-listing-page .entry-title {
	font-size: 1.05rem;
	line-height: 1.5;
}

.oshi-archive-thumb {
	display: block;
	overflow: hidden;
	border-radius: 5px;
	background: var(--oshi-panel-3);
	aspect-ratio: 4 / 3;
}

.oshi-archive-thumb__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 180ms ease;
}

.oshi-archive-thumb:hover .oshi-archive-thumb__image {
	transform: scale(1.03);
}

.sidebar .widget {
	margin: 0 0 22px;
	border: 1px solid var(--oshi-border);
	border-radius: var(--oshi-radius);
	background: var(--oshi-panel);
	padding: 24px 22px;
	box-shadow: var(--oshi-shadow);
}

.widget-title,
.sidebar h2,
.sidebar h3 {
	margin: 0 0 16px;
	padding: 0 0 10px;
	border-bottom: 2px solid var(--oshi-accent);
	color: #ffffff;
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.45;
}

.sidebar ul,
.sidebar ol {
	margin: 0;
	padding-left: 1.1em;
}

.sidebar li {
	color: var(--oshi-muted);
}

.sidebar li + li {
	margin-top: 10px;
}

.sidebar a {
	color: #ffffff;
	font-weight: 700;
	line-height: 1.45;
}

.sidebar img {
	border-radius: 4px;
}

.oshi-home-hero {
	margin-bottom: 14px;
	border: 1px solid var(--oshi-border);
	border-radius: var(--oshi-radius);
	background: var(--oshi-panel);
	padding: clamp(20px, 4vw, 34px);
	box-shadow: var(--oshi-shadow);
}

.oshi-home-hero__eyebrow {
	margin: 0 0 10px;
	color: var(--oshi-link);
	font-size: 0.92rem;
	font-weight: 800;
}

.oshi-home-hero h1 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(1.85rem, 4.5vw, 3rem);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: 0;
}

.oshi-home-hero__lead {
	max-width: 820px;
	margin: 12px 0 0;
	color: var(--oshi-muted);
	font-size: 1.04rem;
	overflow-wrap: anywhere;
}

.oshi-library-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	max-width: 760px;
	margin-top: 18px;
}

.oshi-library-search input[type="search"] {
	width: 100%;
	min-height: 52px;
	border: 1px solid var(--oshi-border-strong);
	border-radius: 6px;
	background: #090a10;
	color: #ffffff;
	padding: 0 16px;
	font: inherit;
	outline: none;
}

.oshi-library-search input[type="search"]::placeholder {
	color: var(--oshi-subtle);
	opacity: 1;
}

.oshi-library-search input[type="search"]:focus {
	border-color: rgba(240, 24, 79, 0.78);
	box-shadow: 0 0 0 3px rgba(240, 24, 79, 0.16);
}

.oshi-library-search button {
	min-height: 52px;
	border: 0;
	border-radius: 6px;
	background: #ffffff;
	color: #0b0d13;
	padding: 0 24px;
	font: inherit;
	font-weight: 800;
	cursor: pointer;
	transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.oshi-library-search button:hover,
.oshi-library-search button:focus-visible {
	background: var(--oshi-accent);
	color: #ffffff;
	transform: translateY(-1px);
}

.oshi-quick-rail {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.oshi-quick-rail a {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	border: 1px solid var(--oshi-border-strong);
	border-radius: 999px;
	background: var(--oshi-panel-2);
	color: #ffffff;
	padding: 0 13px;
	font-size: 0.88rem;
	font-weight: 800;
	text-decoration: none;
}

.oshi-quick-rail a:hover,
.oshi-quick-rail a:focus-visible {
	border-color: rgba(240, 24, 79, 0.7);
	background: var(--oshi-accent-soft);
}

.oshi-home-hubs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin: 0 0 28px;
}

.oshi-hub-link {
	display: block;
	min-height: 88px;
	border: 1px solid var(--oshi-border);
	border-radius: var(--oshi-radius);
	background: var(--oshi-panel);
	padding: 14px;
	text-decoration: none;
	box-shadow: var(--oshi-shadow);
	transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.oshi-hub-link:hover,
.oshi-hub-link:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(240, 24, 79, 0.65);
	background: var(--oshi-panel-2);
}

.oshi-hub-link span {
	display: block;
	color: var(--oshi-link);
	font-size: 0.82rem;
	font-weight: 800;
}

.oshi-hub-link strong {
	display: block;
	margin-top: 5px;
	color: #ffffff;
	font-size: 0.96rem;
	line-height: 1.38;
}

.oshi-home-shelf {
	margin-top: 34px;
}

.oshi-section-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 16px;
}

.oshi-section-header h2 {
	margin: 0;
	color: #ffffff;
	font-size: 1.45rem;
}

.oshi-section-header p {
	margin: 8px 0 0;
	color: var(--oshi-muted);
	font-size: 0.95rem;
	line-height: 1.6;
}

.oshi-section-header h2::after {
	content: "";
	display: block;
	width: min(420px, 42vw);
	height: 2px;
	margin-top: 10px;
	background: var(--oshi-accent);
}

.oshi-post-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.oshi-post-card.entry,
.oshi-post-card {
	margin: 0;
	border: 1px solid var(--oshi-border);
	border-radius: var(--oshi-radius);
	background: var(--oshi-panel);
	overflow: hidden;
	box-shadow: none;
	transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.oshi-post-card:hover {
	transform: translateY(-2px);
	border-color: rgba(240, 24, 79, 0.65);
	background: var(--oshi-panel-2);
}

.oshi-post-card__link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.oshi-post-card__image {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	background: var(--oshi-panel-3);
}

.oshi-post-card__body {
	display: block;
	padding: 12px;
}

.oshi-post-card__body strong {
	display: block;
	color: #ffffff;
	font-size: 0.93rem;
	line-height: 1.5;
}

.oshi-post-card__body small {
	display: block;
	margin-top: 6px;
	color: var(--oshi-subtle);
	font-size: 0.78rem;
}

.oshi-product-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
	gap: 16px;
}

.oshi-product-card.entry,
.oshi-product-card {
	margin: 0;
	border: 1px solid var(--oshi-border);
	border-radius: var(--oshi-radius);
	background: var(--oshi-panel);
	overflow: hidden;
	box-shadow: none;
	transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.oshi-product-card:hover {
	transform: translateY(-2px);
	border-color: rgba(240, 24, 79, 0.65);
	background: var(--oshi-panel-2);
}

.oshi-product-card__link {
	display: grid;
	grid-template-rows: auto 1fr;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.oshi-product-card__media {
	display: block;
	overflow: hidden;
	aspect-ratio: 3 / 4;
	background: var(--oshi-panel-3);
}

.oshi-genesis .oshi-product-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 180ms ease;
}

.oshi-product-card:hover .oshi-product-card__image {
	transform: scale(1.035);
}

.oshi-product-card__placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	color: var(--oshi-subtle);
	font-size: 0.78rem;
	font-weight: 800;
}

.oshi-product-card__body {
	display: block;
	padding: 10px;
}

.oshi-product-card__body strong {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	min-height: 4.2em;
	color: #ffffff;
	font-size: 0.86rem;
	line-height: 1.4;
	overflow-wrap: anywhere;
}

.oshi-product-card__body small {
	display: block;
	margin-top: 7px;
	color: var(--oshi-subtle);
	font-size: 0.75rem;
}

.oshi-search-intro {
	margin: 0 0 24px;
	border: 1px solid var(--oshi-border);
	border-radius: var(--oshi-radius);
	background: var(--oshi-panel);
	padding: clamp(20px, 4vw, 34px);
	box-shadow: var(--oshi-shadow);
}

.oshi-search-intro__eyebrow {
	margin: 0 0 8px;
	color: var(--oshi-link);
	font-size: 0.84rem;
	font-weight: 800;
}

.oshi-search-intro h1 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(1.75rem, 4vw, 2.5rem);
	line-height: 1.25;
}

.oshi-search-intro p {
	max-width: 780px;
	margin: 12px 0 0;
	color: var(--oshi-muted);
}

.oshi-search-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

.oshi-search-chips a {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	border: 1px solid var(--oshi-border-strong);
	border-radius: 999px;
	background: var(--oshi-panel-2);
	color: #ffffff;
	padding: 0 14px;
	font-size: 0.88rem;
	font-weight: 700;
	text-decoration: none;
}

.oshi-search-chips a:hover,
.oshi-search-chips a:focus-visible {
	border-color: rgba(240, 24, 79, 0.7);
	background: var(--oshi-accent-soft);
}

.oshi-all-posts-page .page.entry {
	border: 0;
	background: transparent;
	padding: 0;
	box-shadow: none;
}

.archive-pagination,
.pagination {
	margin-top: 30px;
	text-align: center;
}

.archive-pagination ul,
.pagination ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.archive-pagination a,
.archive-pagination .active a,
.pagination a,
.pagination .current {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	min-height: 40px;
	border: 1px solid var(--oshi-border);
	border-radius: 5px;
	background: var(--oshi-panel);
	color: #ffffff;
	padding: 7px 10px;
}

.archive-pagination .active a,
.pagination .current,
.archive-pagination a:hover,
.pagination a:hover {
	border-color: var(--oshi-accent);
	background: var(--oshi-accent);
}

.site-footer {
	border-top: 1px solid #20222c;
	background: #08090d;
	color: var(--oshi-muted);
	font-size: 0.86rem;
	text-align: center;
}

.site-footer > .wrap {
	padding: 24px 0;
}

.site-footer p {
	margin: 0;
}

.site-footer a {
	color: var(--oshi-link);
}

.oshi-footer-legal ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	justify-content: center;
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
}

.oshi-all-posts-site-nav {
	color: var(--oshi-muted);
}

.oshi-all-posts-site-nav a {
	color: var(--oshi-link);
}

@media (max-width: 959px) {
	.site-header > .wrap {
		min-height: 104px;
	}

	.genesis-nav-menu {
		gap: 0 22px;
	}

	.genesis-nav-menu a {
		min-height: 52px;
	}

	.content-sidebar .content-sidebar-wrap,
	.oshi-sns-reaction-card,
	.oshi-official-cta {
		display: block;
	}

	.sidebar {
		margin-top: 28px;
	}

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

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

	.oshi-product-grid {
		grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
	}
}

@media (max-width: 640px) {
	.site-header > .wrap,
	.nav-primary > .wrap,
	.site-inner > .wrap,
	.footer-widgets > .wrap,
	.site-footer > .wrap {
		width: min(100% - 20px, var(--oshi-max));
	}

	.site-inner {
		padding: 18px 0 42px;
	}

	.content-sidebar .content-sidebar-wrap,
	.site-inner > .wrap,
	.content,
	.entry,
	.entry-content,
	.oshi-single-featured {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}

	.site-title {
		font-size: 1.45rem;
	}

	.site-header > .wrap {
		min-height: 84px;
	}

	.genesis-nav-menu {
		justify-content: flex-start;
		gap: 0 18px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.genesis-nav-menu a {
		min-height: 48px;
		white-space: nowrap;
	}

	.oshi-section-header {
		display: block;
	}

	.oshi-section-header h2::after {
		width: 200px;
		max-width: 100%;
	}

	.oshi-section-header > a {
		display: inline-block;
		margin-top: 10px;
	}

	.single .entry,
	.page .entry,
	.oshi-home-hero {
		padding: 18px;
	}

	.oshi-home-hero__lead {
		font-size: 0.96rem;
		line-height: 1.7;
	}

	.oshi-quick-rail {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 4px;
		-webkit-overflow-scrolling: touch;
	}

	.oshi-quick-rail a {
		flex: 0 0 auto;
	}

	.entry-title {
		font-size: 1.35rem;
	}

	.oshi-single-featured__image,
	.entry-content img {
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
	}

	.oshi-listing-page .entry {
		display: block;
	}

	.oshi-archive-thumb {
		margin-bottom: 12px;
	}

	.oshi-post-grid {
		grid-template-columns: 1fr;
	}

	.oshi-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.oshi-product-card__body {
		padding: 9px;
	}

	.oshi-home-hubs {
		grid-template-columns: 1fr;
	}

	.entry-content th,
	.entry-content td {
		display: block;
		width: 100%;
	}
}
