:root {
	--bg: #0d0d10;
	--bg-soft: #141418;
	--panel: #1a1a20;
	--panel-strong: #22222a;
	--text: #f7f2f4;
	--muted: #c9bdc2;
	--subtle: #93888e;
	--line: #33333d;
	--accent: #f04462;
	--accent-2: #ff6b9a;
	--accent-dark: #b92842;
	--max: 1120px;
	--radius: 8px;
	--shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background:
		radial-gradient(circle at top left, rgba(240, 68, 98, 0.16), transparent 34rem),
		linear-gradient(180deg, #111116 0%, var(--bg) 32rem);
	color: var(--text);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.75;
}

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

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

img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: var(--radius);
}

.container,
.site-header__inner,
.site-footer__inner {
	width: min(100% - 32px, var(--max));
	margin: 0 auto;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 30;
	background: rgba(13, 13, 16, 0.94);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(16px);
}

.site-header__inner {
	display: grid;
	gap: 14px;
	padding: 14px 0;
}

.site-brand {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.site-brand__logo {
	display: block;
	width: auto;
	height: auto;
	max-width: min(100%, 260px);
	max-height: 58px;
}

.site-brand__name,
.footer-brand__name {
	font-size: 22px;
	font-weight: 850;
	letter-spacing: 0;
}

.site-brand__tagline,
.eyebrow,
.service-name,
.pr-note,
.item-meta {
	color: var(--muted);
	font-size: 14px;
}

.global-nav {
	overflow-x: auto;
	padding-bottom: 2px;
	scrollbar-width: thin;
}

.global-nav ul,
.footer-nav {
	display: flex;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.global-nav ul {
	width: max-content;
}

.global-nav a,
.footer-nav a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 7px 12px;
	border: 1px solid var(--line);
	border-radius: 999px;
	color: var(--muted);
	font-size: 14px;
	white-space: nowrap;
}

.global-nav a:hover,
.footer-nav a:hover,
.text-link:hover {
	color: var(--text);
	border-color: var(--accent);
}

.hero {
	padding: 58px 0 44px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero__inner {
	display: grid;
	gap: 18px;
}

.eyebrow {
	margin: 0;
	color: var(--accent-2);
	font-weight: 750;
	text-transform: uppercase;
}

.hero h1,
.content h1,
.section h1,
.archive-hero h1 {
	margin: 0;
	font-size: clamp(36px, 11vw, 68px);
	line-height: 1.08;
}

.hero__lead,
.archive-hero p {
	max-width: 720px;
	margin: 0;
	color: var(--muted);
	font-size: 17px;
}

.hero__actions {
	display: grid;
	gap: 10px;
	margin-top: 8px;
}

.button,
.cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 11px 18px;
	border-radius: var(--radius);
	font-weight: 850;
	line-height: 1.3;
	text-align: center;
	transition: transform 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

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

.button--primary,
.button--small,
.cta-button {
	background: linear-gradient(135deg, var(--accent), var(--accent-2));
	color: #fff;
	box-shadow: 0 12px 30px rgba(240, 68, 98, 0.24);
}

.button--ghost {
	border: 1px solid var(--line);
	background: rgba(255, 255, 255, 0.04);
	color: var(--text);
}

.button--small {
	min-height: 40px;
	padding: 9px 13px;
	font-size: 14px;
	box-shadow: none;
}

.section,
.archive-hero {
	padding: 44px 0;
}

.subpage-hero {
	position: relative;
	overflow: hidden;
	padding: 52px 0 34px;
	background:
		linear-gradient(135deg, rgba(217, 111, 141, 0.13), rgba(255, 255, 255, 0) 54%),
		linear-gradient(180deg, #fffdfb, #fbf8f6);
	border: 0;
}

.subpage-hero::before,
.subpage-hero::after {
	content: "";
	position: absolute;
	pointer-events: none;
	border-radius: 999px;
}

.subpage-hero::before {
	right: max(24px, calc((100vw - var(--max)) / 2));
	bottom: 24px;
	width: 170px;
	height: 170px;
	background: radial-gradient(circle, rgba(217, 111, 141, 0.16), rgba(217, 111, 141, 0));
}

.subpage-hero::after {
	top: 18px;
	left: max(18px, calc((100vw - var(--max)) / 2 - 44px));
	width: 110px;
	height: 110px;
	background: radial-gradient(circle, rgba(239, 157, 180, 0.15), rgba(239, 157, 180, 0));
}

.subpage-hero .container {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 8px;
}

.subpage-hero .page-container {
	max-width: var(--max);
}

.subpage-hero .eyebrow {
	color: var(--accent);
	font-size: 13px;
	letter-spacing: 0.04em;
}

.subpage-hero h1 {
	margin: 0;
	max-width: 900px;
	color: var(--text);
	font-size: clamp(34px, 7vw, 56px);
	line-height: 1.12;
	letter-spacing: 0;
}

.subpage-hero p:not(.eyebrow) {
	max-width: 720px;
	margin: 2px 0 0;
	color: var(--muted);
	font-size: 16px;
	line-height: 1.8;
}

.section--muted {
	background: rgba(255, 255, 255, 0.025);
	border-block: 1px solid rgba(255, 255, 255, 0.07);
}

.section--compact {
	padding-top: 14px;
}

.section-heading {
	display: grid;
	gap: 6px;
	margin-bottom: 18px;
}

.section h2,
.content h2,
.section-heading h2 {
	margin: 0;
	font-size: clamp(24px, 6vw, 34px);
	line-height: 1.25;
}

.purpose-grid,
.card-grid,
.info-grid {
	display: grid;
	gap: 16px;
}

.purpose-card,
.item-card,
.post-card,
.entry-card,
.info-grid section,
.lead-box,
.cta-panel,
.empty-message {
	background: linear-gradient(180deg, var(--panel), #17171d);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}

.purpose-card {
	display: grid;
	gap: 10px;
	min-height: 132px;
	padding: 20px;
}

.purpose-card__title {
	font-size: 18px;
	font-weight: 850;
}

.purpose-card__title--long {
	font-size: 16px;
	line-height: 1.45;
}

.purpose-card__title::after {
	content: "";
	display: block;
	width: 34px;
	height: 3px;
	margin-top: 10px;
	background: var(--accent);
	border-radius: 999px;
}

.purpose-card__desc,
.card-body p,
.entry-card p,
.footer-notes,
.footer-brand p {
	margin: 0;
	color: var(--muted);
	font-size: 14px;
}

.item-card,
.post-card {
	overflow: hidden;
}

.card-media {
	display: block;
	aspect-ratio: 16 / 10;
	background: #111116;
	overflow: hidden;
}

.card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0;
}

.media-placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	min-height: 178px;
	background:
		linear-gradient(135deg, rgba(240, 68, 98, 0.18), transparent),
		#15151a;
	color: var(--subtle);
	font-weight: 850;
}

.media-placeholder--large {
	min-height: 260px;
	border-radius: var(--radius);
}

.card-body {
	display: grid;
	gap: 10px;
	padding: 16px;
}

.card-body h2,
.card-body h3,
.entry-card h2 {
	margin: 0;
	font-size: 19px;
	line-height: 1.35;
}

.service-name {
	margin: 0;
	font-weight: 750;
}

.service-name--large {
	margin-top: 8px;
	font-size: 15px;
}

.content {
	max-width: 880px;
}

.item-detail__header {
	display: grid;
	gap: 10px;
	margin-bottom: 22px;
}

.single-item .item-detail__header {
	gap: 8px;
	margin-bottom: 24px;
}

.single-item .item-detail__header .eyebrow {
	font-size: 13px;
	letter-spacing: 0.04em;
}

.single-item .item-detail__header h1 {
	max-width: 900px;
	margin: 0;
	font-size: clamp(30px, 4vw, 44px);
	line-height: 1.35;
	letter-spacing: 0;
}

.entry-content {
	color: #eee7e9;
}

.entry-content a {
	color: var(--accent-2);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.entry-image,
.lead-box,
.term-list--detail,
.info-grid,
.cta-panel,
.related-items {
	margin: 24px 0;
}

.lead-box,
.info-grid section,
.cta-panel,
.empty-message {
	padding: 18px;
}

.lead-box {
	color: var(--text);
	font-size: 17px;
}

.info-grid h2 {
	margin: 0 0 8px;
	font-size: 18px;
}

.info-grid p,
.cta-panel p {
	margin: 0;
	color: var(--muted);
}

.cta-panel {
	display: grid;
	gap: 14px;
	background:
		linear-gradient(135deg, rgba(240, 68, 98, 0.16), transparent 70%),
		var(--panel);
}

.cta-button {
	width: 100%;
	min-height: 56px;
}

.term-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.card-body .term-list {
	padding: 0;
}

.term-list a {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 4px 9px;
	background: var(--panel-strong);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 999px;
	color: var(--muted);
	font-size: 12px;
}

.text-link {
	display: inline-flex;
	width: fit-content;
	color: var(--accent-2);
	font-weight: 800;
}

.pr-note {
	padding: 14px 16px;
	background: rgba(240, 68, 98, 0.08);
	border: 1px solid rgba(240, 68, 98, 0.24);
	border-radius: var(--radius);
}

.site-footer {
	padding: 34px 0;
	background: #09090b;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: var(--muted);
	font-size: 14px;
}

.site-footer__inner {
	display: grid;
	gap: 18px;
}

.footer-brand__name {
	margin: 0 0 4px;
	color: var(--text);
}

.footer-notes {
	display: grid;
	gap: 4px;
}

.footer-notes p,
.copyright {
	margin: 0;
}

.copyright {
	color: var(--subtle);
}

.fixed-affiliate {
	position: fixed;
	right: 16px;
	bottom: 16px;
	z-index: 80;
	display: block;
}

.fixed-affiliate__link {
	display: block;
	line-height: 0;
}

.fixed-affiliate__link--sp {
	display: none;
}

.fixed-affiliate img {
	display: block;
	width: 300px;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 10px 28px rgba(65, 50, 54, 0.18);
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 24px;
}

.nav-links a,
.nav-links span {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 7px 12px;
	border: 1px solid var(--line);
	border-radius: 999px;
}

.nav-links .current {
	background: var(--accent);
	border-color: var(--accent);
	color: #fff;
}

.age-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: grid;
	place-items: center;
	padding: 20px;
	background: rgba(0, 0, 0, 0.86);
	backdrop-filter: blur(10px);
}

.age-modal__panel {
	width: min(100%, 500px);
	padding: 24px;
	background:
		linear-gradient(135deg, rgba(240, 68, 98, 0.14), transparent 70%),
		var(--panel);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.58);
}

.age-modal__eyebrow {
	margin: 0 0 8px;
	color: var(--accent-2);
	font-size: 13px;
	font-weight: 850;
	text-transform: uppercase;
}

.age-modal__panel h2 {
	margin: 0 0 10px;
	font-size: 28px;
	line-height: 1.25;
}

.age-modal__panel p {
	color: var(--muted);
}

.age-modal__actions {
	display: grid;
	gap: 10px;
	margin-top: 20px;
}

.age-modal button,
.age-modal a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-height: 48px;
	padding: 10px 16px;
	border: 0;
	border-radius: var(--radius);
	font: inherit;
	font-weight: 850;
	cursor: pointer;
}

.age-modal button {
	background: linear-gradient(135deg, var(--accent), var(--accent-2));
	color: #fff;
}

.age-modal a {
	background: var(--panel-strong);
	color: var(--text);
}

.page-hero {
	padding: 48px 0 28px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-hero--notice:not(.subpage-hero),
.page-hero--beginner:not(.subpage-hero) {
	background:
		linear-gradient(135deg, rgba(240, 68, 98, 0.12), transparent 70%),
		rgba(255, 255, 255, 0.02);
}

.page-hero.subpage-hero,
.archive-hero.subpage-hero {
	padding: 52px 0 34px;
	background:
		linear-gradient(135deg, rgba(217, 111, 141, 0.13), rgba(255, 255, 255, 0) 54%),
		linear-gradient(180deg, #fffdfb, #fbf8f6);
	border: 0;
}

.page-hero p {
	max-width: 760px;
	margin: 10px 0 0;
	color: var(--muted);
}

.page-hero.subpage-hero p:not(.eyebrow),
.archive-hero.subpage-hero p:not(.eyebrow) {
	max-width: 720px;
	margin: 2px 0 0;
	font-size: 16px;
	line-height: 1.8;
}

.page-hero.subpage-hero .page-hero__lead {
	font-size: 16px;
}

.page-hero__lead {
	font-size: 18px;
}

.page-hero--beginner {
	padding-bottom: 22px;
}

.page-hero--beginner.subpage-hero {
	padding: 52px 0 34px;
}

.section--beginner-guide {
	padding-top: 28px;
}

.page-container {
	max-width: 920px;
}

.page-readable {
	max-width: 780px;
}

.static-page {
	display: grid;
	gap: 24px;
}

.static-page--beginner {
	gap: 30px;
}

.beginner-intro {
	display: grid;
	gap: 18px;
	max-width: none;
	padding: 24px;
	background:
		linear-gradient(135deg, rgba(217, 111, 141, 0.1), rgba(255, 255, 255, 0) 62%),
		#fff;
	border-radius: 18px;
	box-shadow: 0 10px 28px rgba(101, 75, 84, 0.06);
}

.beginner-intro p {
	margin: 0;
	color: var(--muted);
}

.beginner-intro__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.beginner-info-grid {
	display: grid;
	gap: 16px;
}

.static-page h2,
.lp-content h2 {
	margin: 0 0 10px;
	font-size: clamp(22px, 5vw, 30px);
	line-height: 1.3;
}

.static-page p,
.static-page li,
.lp-content p,
.lp-content li {
	color: var(--muted);
}

.page-extra-content {
	margin-top: 8px;
	padding-top: 24px;
	border-top: 1px solid var(--line);
}

.notice-box,
.info-table-card,
.howto-card,
.guide-card {
	background:
		linear-gradient(180deg, var(--panel), #17171d);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}

.notice-box,
.info-table-card,
.howto-card {
	padding: 18px;
}

.notice-box--accent {
	background:
		linear-gradient(135deg, rgba(240, 68, 98, 0.16), transparent 72%),
		var(--panel);
	border-color: rgba(240, 68, 98, 0.32);
}

.notice-box p,
.notice-box h2,
.info-table-card h2,
.howto-card h2 {
	margin-top: 0;
}

.notice-box p:last-child,
.howto-card ol {
	margin-bottom: 0;
}

.info-table {
	display: grid;
	margin: 0;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	overflow: hidden;
}

.info-table div {
	display: grid;
	gap: 4px;
	padding: 14px;
	border-bottom: 1px solid var(--line);
}

.info-table div:last-child {
	border-bottom: 0;
}

.info-table dt {
	color: var(--accent-2);
	font-size: 13px;
	font-weight: 850;
}

.info-table dd {
	margin: 0;
	color: var(--text);
}

.guide-card-grid {
	display: grid;
	gap: 16px;
}

.guide-card {
	display: grid;
	gap: 10px;
	padding: 18px;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.guide-card:hover {
	box-shadow: 0 16px 34px rgba(101, 75, 84, 0.1);
	transform: translateY(-2px);
}

.guide-card__title {
	font-size: 18px;
	font-weight: 850;
}

.guide-card__title::after {
	content: "";
	display: block;
	width: 34px;
	height: 3px;
	margin-top: 10px;
	background: var(--accent);
	border-radius: 999px;
}

.guide-card__desc {
	color: var(--muted);
	font-size: 14px;
}

.howto-card ol {
	padding-left: 1.35em;
}

.howto-card li + li {
	margin-top: 6px;
}

.yoru-lp__inner {
	max-width: 1040px;
}

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

.lp-content > h1 {
	margin: 0;
	font-size: clamp(34px, 9vw, 64px);
	line-height: 1.1;
}

.lp-content .entry-content {
	width: 100%;
}

@media (min-width: 640px) {
	.hero__actions,
	.age-modal__actions {
		grid-template-columns: repeat(2, minmax(0, max-content));
	}

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

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

	.info-table div {
		grid-template-columns: 180px minmax(0, 1fr);
		gap: 18px;
	}

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

.advertising-lp {
	--ad-accent: #eb5f7a;
	--ad-accent-dark: #d94a67;
	--ad-soft: #fff4f7;
	--ad-line: #f4d7df;
	--ad-text: #25212a;
	--ad-muted: #766b73;
	background: #fff;
	color: var(--ad-text);
	overflow-x: hidden;
}

.advertising-lp__hero {
	position: relative;
	overflow: hidden;
	padding: clamp(46px, 8vw, 86px) 0 clamp(42px, 7vw, 74px);
	border-bottom: 1px solid #f7e4e9;
	background: radial-gradient(circle at 8% 12%, rgba(235, 95, 122, 0.1), transparent 22%), linear-gradient(120deg, #fff 0%, #fff7f9 100%);
}

.advertising-lp__hero-inner {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
	align-items: center;
	gap: clamp(28px, 5vw, 64px);
}

.advertising-lp__eyebrow {
	margin: 0 0 10px;
	color: var(--ad-accent);
	font-size: 13px;
	font-weight: 850;
	letter-spacing: 0;
}

.advertising-lp__hero h1 {
	margin: 0;
	font-size: clamp(34px, 5vw, 58px);
	line-height: 1.18;
	letter-spacing: 0;
}

.advertising-lp__hero h1 span {
	color: var(--ad-accent);
}

.advertising-lp__hero-copy > p:not(.advertising-lp__eyebrow) {
	max-width: 620px;
	margin: 18px 0 0;
	color: var(--ad-muted);
	font-size: 16px;
	line-height: 2;
}

.advertising-lp__hero-actions {
	margin-top: 26px;
}

.advertising-lp__button {
	box-shadow: 0 12px 26px rgba(217, 74, 103, 0.22);
}

.advertising-lp__checks {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
	color: var(--ad-muted);
	font-size: 13px;
	font-weight: 800;
}

.advertising-lp__checks li::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 7px;
	border-radius: 999px;
	background: var(--ad-accent);
	box-shadow: inset 0 0 0 3px #fff;
}

.advertising-lp__hero-visual {
	position: relative;
	min-height: 360px;
}

.advertising-lp__device {
	position: absolute;
	border: 10px solid #1e1d22;
	background: #f7f3f5;
	box-shadow: 0 22px 42px rgba(44, 35, 41, 0.16);
}

.advertising-lp__device--desktop {
	inset: 20px 58px auto 0;
	aspect-ratio: 16 / 10;
	border-radius: 18px;
}

.advertising-lp__device--mobile {
	right: 0;
	bottom: 0;
	width: min(34%, 178px);
	aspect-ratio: 9 / 16;
	border-radius: 24px;
}

.advertising-lp__device .advertising-lp__placeholder-frame,
.advertising-lp__device img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	object-fit: cover;
}

.advertising-lp__section {
	padding: clamp(42px, 7vw, 72px) 0;
}

.advertising-lp__section--soft {
	background: linear-gradient(180deg, #fff 0%, #fff7f9 100%);
}

.advertising-lp__section--compact {
	padding: clamp(34px, 5vw, 54px) 0;
}

.advertising-lp__heading {
	margin-bottom: 24px;
	text-align: center;
}

.advertising-lp__heading h2,
.advertising-lp__pr-card h2,
.advertising-lp__warning h2,
.advertising-lp__contact-card h2 {
	margin: 0;
	font-size: clamp(24px, 3.4vw, 36px);
	line-height: 1.3;
}

.advertising-lp__benefits {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

.advertising-lp__benefit,
.advertising-lp__menu-card,
.advertising-lp__placement-card,
.advertising-lp__step,
.advertising-lp__faq details,
.advertising-lp__contact-card,
.advertising-lp__pr-card {
	border: 1px solid var(--ad-line);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 12px 28px rgba(90, 58, 70, 0.055);
}

.advertising-lp__benefit {
	display: grid;
	align-content: center;
	min-height: 116px;
	padding: 18px;
	text-align: center;
}

.advertising-lp__benefit span {
	margin-bottom: 10px;
	color: var(--ad-accent);
	font-size: 22px;
	font-weight: 900;
}

.advertising-lp__benefit p,
.advertising-lp__menu-card p,
.advertising-lp__placement-card p,
.advertising-lp__warning p,
.advertising-lp__contact-card p,
.advertising-lp__pr-card p {
	margin: 0;
	color: var(--ad-muted);
	line-height: 1.8;
}

.advertising-lp__menu-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.advertising-lp__menu-card {
	display: grid;
	grid-template-columns: 96px 1fr;
	gap: 18px;
	padding: 22px;
}

.advertising-lp__menu-icon {
	display: grid;
	place-items: center;
	width: 96px;
	height: 96px;
	border-radius: 8px;
	background: var(--ad-soft);
	color: var(--ad-accent);
	font-size: 28px;
	font-weight: 900;
}

.advertising-lp__menu-card h3,
.advertising-lp__placement-card h3,
.advertising-lp__step h3 {
	margin: 0 0 8px;
	font-size: 20px;
	line-height: 1.45;
}

.advertising-lp__menu-card a {
	display: inline-flex;
	margin-top: 14px;
	color: var(--ad-accent-dark);
	font-weight: 850;
}

.advertising-lp__price-table {
	overflow: hidden;
	border: 1px solid var(--ad-line);
	border-radius: 8px;
	background: #fff;
}

.advertising-lp__price-row {
	display: grid;
	grid-template-columns: 1.3fr 1fr 0.7fr 1fr;
	border-top: 1px solid #f7e3e8;
}

.advertising-lp__price-row:first-child {
	border-top: 0;
}

.advertising-lp__price-row--head {
	background: var(--ad-soft);
	color: var(--ad-text);
	font-weight: 900;
}

.advertising-lp__price-row span {
	padding: 12px 14px;
	border-left: 1px solid #f7e3e8;
	font-size: 14px;
	line-height: 1.55;
}

.advertising-lp__price-row span:first-child {
	border-left: 0;
	font-weight: 800;
}

.advertising-lp__note {
	margin: 12px 0 0;
	color: var(--ad-muted);
	font-size: 13px;
	line-height: 1.7;
}

.advertising-lp__placement-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.advertising-lp__placement-card {
	display: grid;
	gap: 12px;
	padding: 16px;
}

.advertising-lp__placement-image {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	border-radius: 8px;
	background: #f5f1f3;
}

.advertising-lp__placement-image img,
.advertising-lp__placement-image .advertising-lp__placeholder-frame {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.advertising-lp__placement-card strong {
	color: var(--ad-accent-dark);
}

.advertising-lp__pr-card {
	display: grid;
	grid-template-columns: 1fr minmax(260px, 0.46fr);
	align-items: center;
	gap: 24px;
	padding: clamp(22px, 4vw, 34px);
	background: linear-gradient(120deg, #fff 0%, #fff3f6 100%);
}

.advertising-lp__pr-price {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 10px;
	padding: 24px;
	border: 1px solid var(--ad-line);
	border-radius: 8px;
	background: #fff;
}

.advertising-lp__pr-price span {
	font-weight: 850;
}

.advertising-lp__pr-price strong {
	color: var(--ad-accent);
	font-size: clamp(34px, 5vw, 48px);
	line-height: 1;
}

.advertising-lp__chips {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.advertising-lp__chips span {
	padding: 9px 16px;
	border: 1px solid var(--ad-accent);
	border-radius: 999px;
	color: var(--ad-accent-dark);
	font-size: 14px;
	font-weight: 800;
}

.advertising-lp__warning {
	display: grid;
	grid-template-columns: 0.35fr 1fr 0.85fr;
	align-items: center;
	gap: 24px;
	padding: 24px;
	border: 1px solid var(--ad-accent);
	border-radius: 8px;
	background: #fff7f9;
}

.advertising-lp__warning ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding-left: 1.2em;
	color: var(--ad-muted);
	line-height: 1.7;
}

.advertising-lp__flow {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

.advertising-lp__step {
	min-height: 132px;
	padding: 18px;
}

.advertising-lp__step span {
	display: inline-flex;
	margin-bottom: 18px;
	padding: 4px 8px;
	border-radius: 6px;
	background: var(--ad-accent);
	color: #fff;
	font-size: 11px;
	font-weight: 900;
}

.advertising-lp__faq {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 12px;
	max-width: 920px;
	margin-inline: auto;
}

.advertising-lp__faq details {
	padding: 16px 18px;
}

.advertising-lp__faq summary {
	cursor: pointer;
	font-weight: 850;
}

.advertising-lp__faq p {
	margin: 12px 0 0;
	color: var(--ad-muted);
	line-height: 1.8;
}

.advertising-lp__contact {
	padding: clamp(42px, 7vw, 72px) 0;
	background: linear-gradient(120deg, #fff4f7 0%, #fff 100%);
}

.advertising-lp__contact-card {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 24px;
	padding: clamp(24px, 4vw, 38px);
}

.advertising-lp__button--large {
	min-height: 58px;
	padding-inline: 28px;
	font-size: 16px;
	white-space: nowrap;
}

.advertising-lp__placeholder-frame {
	display: grid;
	place-items: center;
	min-height: 100%;
	background: linear-gradient(90deg, rgba(235, 95, 122, 0.16) 0 22%, transparent 22% 100%), repeating-linear-gradient(180deg, #f5f1f3 0 22px, #ece7ea 22px 26px);
	color: #9d9299;
	font-weight: 850;
	text-align: center;
}

@media (max-width: 960px) {
	.advertising-lp__hero-inner,
	.advertising-lp__pr-card,
	.advertising-lp__contact-card,
	.advertising-lp__warning {
		grid-template-columns: 1fr;
	}

	.advertising-lp__hero-visual {
		min-height: 320px;
	}

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

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

@media (max-width: 719px) {
	.advertising-lp__hero {
		padding-top: 34px;
	}

	.advertising-lp__hero-inner,
	.advertising-lp__menu-grid,
	.advertising-lp__benefits,
	.advertising-lp__placement-grid,
	.advertising-lp__flow,
	.advertising-lp__faq {
		grid-template-columns: 1fr;
	}

	.advertising-lp__hero-copy > p:not(.advertising-lp__eyebrow) {
		font-size: 15px;
	}

	.advertising-lp__checks {
		display: grid;
	}

	.advertising-lp__hero-visual {
		width: 100%;
		min-height: 230px;
		margin-top: 18px;
	}

	.advertising-lp__device--desktop {
		top: 0;
		right: auto;
		left: 0;
		width: 78%;
	}

	.advertising-lp__device--mobile {
		top: 42px;
		right: 0;
		bottom: auto;
		width: 30%;
	}

	.advertising-lp__menu-card {
		grid-template-columns: 72px 1fr;
		padding: 16px;
	}

	.advertising-lp__menu-icon {
		width: 72px;
		height: 72px;
		font-size: 22px;
	}

	.advertising-lp__price-table {
		display: grid;
		gap: 12px;
		border: 0;
		background: transparent;
	}

	.advertising-lp__price-row,
	.advertising-lp__price-row--head {
		display: grid;
		grid-template-columns: 1fr;
		border: 1px solid var(--ad-line);
		border-radius: 8px;
		background: #fff;
	}

	.advertising-lp__price-row--head {
		display: none;
	}

	.advertising-lp__price-row span {
		display: flex;
		justify-content: space-between;
		gap: 12px;
		border-left: 0;
		border-top: 1px solid #f7e3e8;
	}

	.advertising-lp__price-row span:first-child {
		border-top: 0;
		background: var(--ad-soft);
	}

	.advertising-lp__contact-card {
		text-align: left;
	}

	.advertising-lp__button--large {
		width: 100%;
		white-space: normal;
	}
}

.advertising-lp__hero {
	padding: clamp(38px, 6vw, 70px) 0 clamp(38px, 6vw, 64px);
}

.advertising-lp__hero-inner {
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
}

.advertising-lp__hero h1 {
	max-width: 620px;
	font-size: clamp(36px, 4.6vw, 56px);
}

.advertising-lp__hero-visual {
	min-height: 300px;
}

.advertising-lp__device {
	border-width: 8px;
}

.advertising-lp__device--desktop {
	inset: 26px 86px auto 0;
}

.advertising-lp__device--mobile {
	width: min(30%, 150px);
}

.advertising-lp__hero-points {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.advertising-lp__hero-points span,
.advertising-lp__price-label {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 5px 11px;
	border: 1px solid var(--ad-line);
	border-radius: 999px;
	background: #fff;
	color: var(--ad-accent-dark);
	font-size: 13px;
	font-weight: 850;
}

.advertising-lp__benefits {
	gap: 12px;
}

.advertising-lp__benefit {
	min-height: 100px;
	padding: 16px 14px;
}

.advertising-lp__benefit span {
	margin-bottom: 6px;
	font-size: 20px;
}

.advertising-lp__benefit p {
	font-size: 14px;
	line-height: 1.65;
}

.advertising-lp__menu-card {
	position: relative;
	align-items: center;
	padding: 26px;
	border-color: #efcbd5;
	background: linear-gradient(135deg, #fff 0%, #fff7f9 100%);
}

.advertising-lp__price-label {
	margin: 0 0 12px;
}

.advertising-lp__price-row span:nth-child(4) {
	color: var(--ad-accent-dark);
	font-size: 15px;
	font-weight: 900;
}

.advertising-lp__summary-box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-top: 16px;
	padding: 16px 18px;
	border: 1px solid #efcbd5;
	border-radius: 8px;
	background: #fff7f9;
	text-align: center;
}

.advertising-lp__summary-box strong {
	color: var(--ad-accent-dark);
	font-size: 20px;
}

.advertising-lp__summary-box span {
	color: var(--ad-muted);
	font-size: 13px;
	line-height: 1.7;
}

.advertising-lp__placement-image {
	aspect-ratio: 16 / 11;
}

.advertising-lp__placement-card {
	align-content: start;
}

.advertising-lp__placement-card strong {
	display: inline-flex;
	align-self: end;
	margin-top: 2px;
	font-size: 17px;
}

.advertising-lp__placeholder-frame {
	position: relative;
	overflow: hidden;
	padding: 18px;
	background: linear-gradient(180deg, #faf7f8 0%, #f1ecef 100%);
}

.advertising-lp__placeholder-frame > span {
	position: relative;
	z-index: 2;
	display: inline-flex;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.88);
	color: #8d8088;
	font-size: 13px;
}

.advertising-lp__dummy-ui {
	position: absolute;
	inset: 14px;
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	grid-template-rows: 34px 1fr 1fr;
	gap: 10px;
	opacity: 0.9;
}

.advertising-lp__dummy-ui i {
	display: block;
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: inset 0 0 0 1px rgba(118, 107, 115, 0.08);
}

.advertising-lp__dummy-ui i:first-child {
	grid-column: 1 / -1;
	background: linear-gradient(90deg, rgba(235, 95, 122, 0.18), rgba(255, 255, 255, 0.82));
}

.advertising-lp__dummy-ui i:nth-child(2) {
	grid-row: 2 / 4;
}

.advertising-lp__pr-card {
	border-color: #efcbd5;
	box-shadow: 0 18px 42px rgba(90, 58, 70, 0.075);
}

.advertising-lp__pr-price {
	flex-wrap: wrap;
	gap: 8px;
	padding: 28px;
}

.advertising-lp__pr-price strong::after {
	content: "〜";
	font-size: 0.58em;
}

.advertising-lp__chips {
	max-width: 980px;
	margin-inline: auto;
}

.advertising-lp__chips span {
	padding: 8px 14px;
	font-size: 13px;
}

.advertising-lp__warning {
	grid-template-columns: 0.32fr 1fr;
	background: #fff5f6;
	border-color: #f0b9c4;
}

.advertising-lp__warning p {
	grid-column: 1 / -1;
	padding-top: 14px;
	border-top: 1px solid #f2cbd3;
}

.advertising-lp__warning ul {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 24px;
}

.advertising-lp__step {
	position: relative;
	display: grid;
	align-content: start;
	min-height: 142px;
}

.advertising-lp__step span {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	margin-bottom: 16px;
	padding: 0;
	border-radius: 999px;
	font-size: 0;
}

.advertising-lp__step span::after {
	content: attr(data-step);
}

.advertising-lp__flow {
	counter-reset: ad-step;
}

.advertising-lp__step span::after {
	font-size: 13px;
	font-weight: 900;
}

.advertising-lp__faq details {
	position: relative;
	padding: 18px 46px 18px 18px;
}

.advertising-lp__faq summary {
	list-style: none;
}

.advertising-lp__faq summary::-webkit-details-marker {
	display: none;
}

.advertising-lp__faq summary::after {
	content: "+";
	position: absolute;
	top: 15px;
	right: 18px;
	color: var(--ad-accent);
	font-size: 22px;
	font-weight: 700;
}

.advertising-lp__faq details[open] summary::after {
	content: "−";
}

.advertising-lp__contact {
	background: linear-gradient(180deg, #fff 0%, #fff1f5 100%);
}

.advertising-lp__contact-card {
	border-color: #efcbd5;
	background: #fff;
	box-shadow: 0 20px 44px rgba(90, 58, 70, 0.085);
}

.advertising-lp__button--large {
	min-width: min(100%, 360px);
	justify-content: center;
}

@media (max-width: 960px) {
	.advertising-lp__hero-inner {
		grid-template-columns: 1fr;
	}

	.advertising-lp__hero-visual {
		max-width: 620px;
		margin-inline: auto;
	}

	.advertising-lp__summary-box {
		display: grid;
	}
}

@media (max-width: 719px) {
	.advertising-lp .container {
		max-width: 100%;
		padding-inline: 18px;
	}

	.advertising-lp__hero h1 {
		font-size: 34px;
		max-width: 100%;
	}

	.advertising-lp__hero-copy,
	.advertising-lp__hero-copy > p:not(.advertising-lp__eyebrow),
	.advertising-lp__hero-inner,
	.advertising-lp__menu-grid,
	.advertising-lp__placement-grid,
	.advertising-lp__flow,
	.advertising-lp__faq {
		min-width: 0;
		max-width: 100%;
	}

	.advertising-lp__hero-points,
	.advertising-lp__summary-box {
		align-items: stretch;
		text-align: left;
	}

	.advertising-lp__hero-points span {
		justify-content: center;
	}

	.advertising-lp__hero-visual {
		display: grid;
		place-items: center;
		min-height: 210px;
		overflow: hidden;
	}

	.advertising-lp__device {
		position: relative;
	}

	.advertising-lp__device--desktop {
		inset: auto;
		width: 100%;
		max-width: 330px;
		aspect-ratio: 16 / 10;
	}

	.advertising-lp__device--mobile {
		display: none;
	}

	.advertising-lp__benefits {
		grid-template-columns: 1fr;
	}

	.advertising-lp__placeholder-frame {
		padding: 10px;
	}

	.advertising-lp__placeholder-frame > span {
		max-width: 72%;
		justify-content: center;
		padding: 5px 9px;
		font-size: 12px;
		line-height: 1.35;
		text-align: center;
	}

	.advertising-lp__dummy-ui {
		inset: 10px;
		gap: 7px;
	}

	.advertising-lp__benefit {
		min-height: 112px;
		padding: 14px 10px;
	}

	.advertising-lp__benefit p {
		font-size: 13px;
	}

	.advertising-lp__warning ul {
		grid-template-columns: 1fr;
	}

	.advertising-lp__flow {
		grid-template-columns: 1fr;
	}

	.advertising-lp__step {
		min-height: 0;
	}
}

/* Advertising LP typography polish */
.advertising-lp {
	color: #373136;
	font-size: 16px;
	line-height: 1.9;
}

.advertising-lp p,
.advertising-lp li {
	line-height: 1.9;
}

.advertising-lp__eyebrow {
	margin-bottom: 12px;
	color: #d94a67;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.advertising-lp__heading {
	margin-bottom: 28px;
}

.advertising-lp__heading h2,
.advertising-lp__pr-card h2,
.advertising-lp__warning h2 {
	font-size: clamp(34px, 3.4vw, 36px);
	line-height: 1.36;
	letter-spacing: 0;
}

.advertising-lp__section {
	padding: clamp(48px, 7vw, 76px) 0;
}

.advertising-lp__section--compact {
	padding: clamp(40px, 5vw, 58px) 0;
}

.advertising-lp__hero h1 {
	font-size: clamp(42px, 4.5vw, 58px);
	line-height: 1.18;
}

.advertising-lp__hero-copy > p:not(.advertising-lp__eyebrow) {
	max-width: 680px;
	color: #4e454b;
	font-size: 17px;
	line-height: 1.95;
}

.advertising-lp__hero-points span,
.advertising-lp__price-label,
.advertising-lp__note,
.advertising-lp__summary-box span {
	font-size: 14px;
	line-height: 1.8;
}

.advertising-lp__checks li {
	color: #4e454b;
	font-size: 14px;
	line-height: 1.8;
}

.advertising-lp__benefit p,
.advertising-lp__menu-card p,
.advertising-lp__placement-card p,
.advertising-lp__warning p,
.advertising-lp__contact-card p,
.advertising-lp__pr-card p {
	color: #4e454b;
	font-size: 15px;
	line-height: 1.86;
}

.advertising-lp__benefit span {
	font-size: 15px;
}

.advertising-lp__menu-card h3,
.advertising-lp__placement-card h3 {
	margin-bottom: 10px;
	font-size: clamp(22px, 2vw, 24px);
	line-height: 1.42;
	letter-spacing: 0;
}

.advertising-lp__step h3 {
	font-size: 17px;
	line-height: 1.55;
	letter-spacing: 0;
}

.advertising-lp__menu-card a,
.advertising-lp__placement-card strong {
	font-size: 15px;
	font-weight: 850;
}

.advertising-lp__price-table {
	font-size: 15px;
	line-height: 1.65;
}

.advertising-lp__price-row--head {
	font-size: 14px;
	font-weight: 850;
}

.advertising-lp__price-row span {
	align-items: center;
	color: #413a3f;
}

.advertising-lp__price-row span:nth-child(4) {
	color: #d94a67;
	font-size: 16px;
	font-weight: 950;
}

.advertising-lp__summary-box strong {
	font-size: 22px;
	line-height: 1.45;
}

.advertising-lp__pr-card {
	align-items: center;
	padding: clamp(28px, 4vw, 42px);
}

.advertising-lp__pr-price {
	min-width: min(100%, 300px);
	padding: 24px 26px;
}

.advertising-lp__pr-price span {
	font-size: 15px;
	line-height: 1.4;
}

.advertising-lp__pr-price strong {
	font-size: clamp(40px, 4.2vw, 52px);
	line-height: 1.05;
}

.advertising-lp__pr-price small {
	font-size: 13px;
	line-height: 1.5;
}

.advertising-lp__chips span {
	font-size: 14px;
	font-weight: 750;
	line-height: 1.5;
}

.advertising-lp__warning li {
	color: #4e454b;
	font-size: 15px;
	line-height: 1.8;
}

.advertising-lp__faq summary {
	color: #2f2930;
	font-size: 16px;
	font-weight: 850;
	line-height: 1.7;
}

.advertising-lp__faq summary::before {
	content: "Q";
	display: inline-grid;
	place-items: center;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	border-radius: 999px;
	background: #fff1f5;
	color: #d94a67;
	font-size: 13px;
	font-weight: 900;
}

.advertising-lp__faq p {
	position: relative;
	margin-top: 14px;
	padding-left: 34px;
	color: #4e454b;
	font-size: 15px;
	line-height: 1.88;
}

.advertising-lp__faq p::before {
	content: "A";
	position: absolute;
	top: 1px;
	left: 0;
	display: inline-grid;
	place-items: center;
	width: 24px;
	height: 24px;
	border-radius: 999px;
	background: #f7eef1;
	color: #7f6f76;
	font-size: 13px;
	font-weight: 900;
}

.advertising-lp__contact-card h2 {
	font-size: clamp(30px, 3vw, 32px);
	line-height: 1.4;
	letter-spacing: 0;
}

.advertising-lp__contact-card p {
	max-width: 760px;
	font-size: 16px;
	line-height: 1.9;
}

.advertising-lp__button,
.advertising-lp__button--large {
	font-size: 16px;
	font-weight: 850;
	line-height: 1.45;
}

@media (max-width: 719px) {
	.advertising-lp {
		font-size: 15px;
		line-height: 1.85;
	}

	.advertising-lp p,
	.advertising-lp li {
		line-height: 1.85;
	}

	.advertising-lp__section {
		padding: 42px 0;
	}

	.advertising-lp__section--compact {
		padding: 34px 0;
	}

	.advertising-lp__heading {
		margin-bottom: 22px;
	}

	.advertising-lp__heading h2,
	.advertising-lp__pr-card h2,
	.advertising-lp__warning h2 {
		font-size: clamp(26px, 7.2vw, 28px);
		line-height: 1.38;
	}

	.advertising-lp__hero h1 {
		font-size: clamp(33px, 9vw, 38px);
		line-height: 1.2;
	}

	.advertising-lp__hero-copy > p:not(.advertising-lp__eyebrow) {
		font-size: 15px;
		line-height: 1.85;
	}

	.advertising-lp__eyebrow {
		font-size: 12px;
		letter-spacing: 0.1em;
	}

	.advertising-lp__hero-points span,
	.advertising-lp__price-label,
	.advertising-lp__note,
	.advertising-lp__summary-box span {
		font-size: 13px;
		line-height: 1.75;
	}

	.advertising-lp__benefit p,
	.advertising-lp__menu-card p,
	.advertising-lp__placement-card p,
	.advertising-lp__warning p,
	.advertising-lp__contact-card p,
	.advertising-lp__pr-card p {
		font-size: 14px;
		line-height: 1.82;
	}

	.advertising-lp__menu-card h3,
	.advertising-lp__placement-card h3 {
		font-size: clamp(18px, 5vw, 20px);
		line-height: 1.45;
	}

	.advertising-lp__price-row span {
		font-size: 14px;
		line-height: 1.65;
	}

	.advertising-lp__price-row span:nth-child(4) {
		order: -1;
		border-top: 0;
		color: #d94a67;
		font-size: 19px;
		font-weight: 950;
	}

	.advertising-lp__summary-box strong {
		font-size: 18px;
	}

	.advertising-lp__pr-card {
		padding: 24px;
	}

	.advertising-lp__pr-price {
		padding: 22px;
	}

	.advertising-lp__pr-price strong {
		font-size: clamp(38px, 11vw, 46px);
	}

	.advertising-lp__warning li,
	.advertising-lp__faq p {
		font-size: 14px;
		line-height: 1.82;
	}

	.advertising-lp__faq summary {
		font-size: 15px;
		line-height: 1.65;
	}

	.advertising-lp__contact-card h2 {
		font-size: clamp(26px, 7vw, 30px);
		line-height: 1.38;
	}

	.advertising-lp__contact-card p,
	.advertising-lp__button,
	.advertising-lp__button--large {
		font-size: 15px;
	}
}

@media (min-width: 900px) {
	.site-header__inner {
		grid-template-columns: 280px minmax(0, 1fr);
		align-items: center;
	}

	.global-nav {
		justify-self: end;
		max-width: 100%;
	}

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

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

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

	.cta-button {
		width: auto;
		min-width: 300px;
	}

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

	.static-page--beginner {
		max-width: 1040px;
		margin-inline: auto;
	}

	.beginner-intro p {
		white-space: nowrap;
	}

	.beginner-info-grid {
		grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
		align-items: stretch;
	}
}

/* Light, image-rich visual direction */
:root {
	--bg: #fbf8f6;
	--bg-soft: #fffdfb;
	--panel: #ffffff;
	--panel-strong: #f6eff1;
	--text: #3f363a;
	--muted: #786b70;
	--subtle: #a7989f;
	--line: #eadfe3;
	--accent: #d96f8d;
	--accent-2: #ef9db4;
	--accent-dark: #b95473;
	--shadow: 0 18px 50px rgba(101, 75, 84, 0.12);
}

body {
	background:
		radial-gradient(circle at top left, rgba(239, 157, 180, 0.24), transparent 34rem),
		linear-gradient(180deg, #fffaf8 0%, #fbf8f6 34rem);
	color: var(--text);
}

.site-header {
	background: rgba(255, 253, 251, 0.92);
	border-bottom-color: rgba(109, 83, 92, 0.12);
}

.global-nav a,
.footer-nav a {
	background: rgba(255, 255, 255, 0.74);
	color: var(--text);
}

.hero--visual {
	padding: 32px 0 46px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0));
}

.hero--visual .hero__inner {
	align-items: center;
}

.hero__copy {
	display: grid;
	gap: 18px;
}

.hero__visual {
	position: relative;
	display: grid;
	gap: 14px;
}

.hero__image,
.hero-guide-card__image,
.section-image,
.purpose-card__image,
.page-feature-image,
.card-image,
.entry-image__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
}

.hero__image {
	aspect-ratio: 16 / 10;
	box-shadow: var(--shadow);
}

.hero-guide-card {
	display: grid;
	grid-template-columns: 96px 1fr;
	gap: 12px;
	align-items: center;
	padding: 12px;
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid var(--line);
	border-radius: 16px;
	box-shadow: var(--shadow);
}

.hero-guide-card__image {
	aspect-ratio: 5 / 4;
	border-radius: 12px;
}

.hero-guide-card p {
	margin: 0;
	color: var(--muted);
	font-size: 14px;
}

.button--ghost {
	background: #fff;
	border-color: var(--line);
	color: var(--text);
}

.section--muted,
.section--feature {
	background: rgba(255, 255, 255, 0.58);
	border-block: 1px solid var(--line);
}

.purpose-grid--image {
	grid-template-columns: 1fr;
}

.purpose-card--image {
	padding: 0;
	overflow: hidden;
	background: #fff;
}

.purpose-card__image {
	aspect-ratio: 9 / 6.5;
	border-radius: 0;
}

.purpose-card__body {
	display: grid;
	gap: 10px;
	padding: 18px;
}

.purpose-card__title::after,
.guide-card__title::after {
	background: linear-gradient(90deg, var(--accent), var(--accent-2));
}

.split-section {
	display: grid;
	gap: 22px;
	align-items: center;
}

.split-section p {
	color: var(--muted);
}

.section-image,
.page-feature-image {
	aspect-ratio: 12 / 7;
	box-shadow: var(--shadow);
}

.item-card,
.post-card,
.entry-card,
.info-grid section,
.lead-box,
.cta-panel,
.empty-message,
.notice-box,
.info-table-card,
.howto-card,
.guide-card {
	background: #fff;
	border-color: var(--line);
}

.card-media {
	background: #f8f1f3;
}

.card-media img,
.card-image {
	border-radius: 0;
}

.entry-image__img {
	aspect-ratio: 16 / 10;
	box-shadow: var(--shadow);
}

.media-placeholder {
	background:
		linear-gradient(135deg, rgba(239, 157, 180, 0.22), transparent),
		#f8f1f3;
	color: var(--subtle);
}

.term-list a {
	background: #f8f1f3;
	border-color: #eadfe3;
	color: var(--muted);
}

.pr-note,
.notice-box--accent,
.cta-panel {
	background:
		linear-gradient(135deg, rgba(239, 157, 180, 0.18), transparent 74%),
		#fff;
	border-color: rgba(217, 111, 141, 0.24);
}

.site-footer {
	background: #fff;
	border-top-color: var(--line);
	color: var(--muted);
}

.footer-brand__name {
	color: var(--text);
}

.age-modal {
	background: rgba(63, 54, 58, 0.52);
}

.age-modal__panel {
	background: #fff;
	border-color: var(--line);
	color: var(--text);
}

.age-modal a {
	background: #f8f1f3;
	color: var(--text);
}

@media (min-width: 720px) {
	.hero--visual .hero__inner {
		grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
	}

	.hero-guide-card {
		position: absolute;
		right: 18px;
		bottom: -22px;
		width: min(420px, calc(100% - 36px));
	}

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

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

	.split-section--reverse {
		grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	}
}

@media (min-width: 1080px) {
	.purpose-grid--image {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

/* Image-first refinements */
.hero--visual {
	padding: 34px 0 58px;
}

.hero-visual-panel {
	position: relative;
	max-width: 1180px;
	margin-inline: auto;
	overflow: hidden;
	border-radius: 28px;
	box-shadow: 0 28px 80px rgba(101, 75, 84, 0.18);
}

.hero-visual-panel::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(63,54,58,0.36));
	pointer-events: none;
}

.hero-visual-panel .hero__image {
	width: 100%;
	max-width: none;
	aspect-ratio: 16 / 9;
	min-height: 420px;
	object-fit: cover;
	border-radius: 28px;
	box-shadow: none;
}

.hero-visual-panel__overlay {
	position: absolute;
	left: clamp(18px, 5vw, 62px);
	right: clamp(18px, 5vw, 62px);
	bottom: clamp(18px, 5vw, 58px);
	z-index: 2;
	display: grid;
	gap: 14px;
	max-width: 680px;
	padding: clamp(18px, 4vw, 30px);
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.68);
	border-radius: 22px;
	backdrop-filter: blur(14px);
	box-shadow: 0 18px 48px rgba(101, 75, 84, 0.16);
}

.hero-visual-panel__overlay h1 {
	margin: 0;
}

.hero__note {
	margin: 0;
	color: var(--muted);
	font-size: 13px;
}

.hero-guide-card--center {
	position: static;
	width: min(100%, 720px);
	margin: 20px auto 0;
	border-radius: 18px;
}

.visual-section {
	display: grid;
	gap: 22px;
	justify-items: center;
	text-align: center;
}

.visual-section__body {
	display: grid;
	gap: 12px;
	justify-items: center;
	max-width: 760px;
	margin-inline: auto;
}

.visual-section__body p {
	margin: 0;
	color: var(--muted);
}

.section-image,
.page-feature-image {
	display: block;
	width: min(100%, 960px);
	height: auto;
	margin-inline: auto;
	aspect-ratio: 12 / 7;
	object-fit: cover;
	border-radius: 24px;
	box-shadow: 0 22px 60px rgba(101, 75, 84, 0.14);
}

.purpose-grid--image {
	gap: 18px;
}

.purpose-card--image {
	border-radius: 22px;
	box-shadow: 0 18px 48px rgba(101, 75, 84, 0.1);
}

.purpose-card__image {
	display: block;
	width: calc(100% - 20px);
	height: clamp(136px, 11.4vw, 148px);
	margin: 10px auto 0;
	aspect-ratio: 9 / 6.5;
	object-fit: cover;
	object-position: center;
	border-radius: 18px;
}

@media (max-width: 1079px) {
	.purpose-card__image {
		height: clamp(180px, 29vw, 230px);
	}
}

@media (max-width: 719px) {
	.purpose-card__image {
		height: clamp(180px, 54vw, 260px);
	}
}

.item-card,
.post-card {
	padding: 12px;
	border-radius: 22px;
}

.card-media {
	display: grid;
	place-items: center;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 18px;
	background: #f8f1f3;
}

.card-media img,
.card-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 18px;
}

.card-body {
	padding: 14px 4px 4px;
}

.item-detail .entry-image {
	display: grid;
	place-items: center;
	margin: 26px auto;
}

.entry-image__img {
	width: min(100%, 980px);
	height: auto;
	max-height: 620px;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	object-position: center;
	border-radius: 26px;
}

.related-items .card-media {
	border-radius: 18px;
}

.guide-card {
	padding: 12px;
	border-radius: 22px;
	overflow: hidden;
}

.guide-card__image {
	width: 100%;
	aspect-ratio: 9 / 6.5;
	object-fit: cover;
	object-position: center;
	border-radius: 18px;
}

.guide-card__title,
.guide-card__desc {
	padding-inline: 6px;
}

.lp-content .entry-content img,
.entry-content img {
	display: block;
	max-width: min(100%, 960px);
	margin: 24px auto;
	border-radius: 22px;
	box-shadow: 0 18px 48px rgba(101, 75, 84, 0.1);
	object-fit: cover;
}

@media (max-width: 719px) {
	body {
		padding-bottom: 76px;
	}

	.fixed-affiliate {
		right: 0;
		bottom: 0;
		left: 0;
		display: grid;
		place-items: center;
		padding: 6px 8px;
		background: rgba(255, 253, 251, 0.94);
		box-shadow: 0 -8px 24px rgba(65, 50, 54, 0.12);
	}

	.fixed-affiliate__link--pc {
		display: none;
	}

	.fixed-affiliate__link--sp {
		display: block;
		width: min(100%, 468px);
	}

	.fixed-affiliate img {
		width: 100%;
		max-height: 60px;
		object-fit: contain;
		border-radius: 6px;
		box-shadow: none;
	}

	.hero-visual-panel {
		border-radius: 22px;
	}

	.hero-visual-panel .hero__image {
		min-height: 300px;
		aspect-ratio: 4 / 5;
		border-radius: 22px;
	}

	.hero-visual-panel__overlay {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		margin: -44px 14px 14px;
	}

	.hero-visual-panel::after {
		background: linear-gradient(180deg, rgba(255,255,255,0), rgba(63,54,58,0.16));
	}

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

	.section-image,
	.page-feature-image {
		border-radius: 20px;
	}
}

/* TOP page step layout */
.top-hero-image {
	padding: 34px 0 12px;
}

.top-hero-image__frame {
	display: grid;
	place-items: center;
	width: min(100%, 1180px);
	margin-inline: auto;
	overflow: hidden;
	border-radius: 28px;
	background: #f8f1f3;
	box-shadow: 0 24px 70px rgba(101, 75, 84, 0.15);
}

.top-hero-image__img {
	width: 100%;
	aspect-ratio: 16 / 8.8;
	object-fit: cover;
	object-position: center;
	border-radius: 28px;
}

.top-intro {
	padding: 28px 0 48px;
}

.top-intro__inner {
	display: grid;
	justify-items: center;
	gap: 16px;
	max-width: 860px;
	text-align: center;
}

.top-intro h1 {
	margin: 0;
	font-size: clamp(34px, 8vw, 58px);
	line-height: 1.12;
}

.top-intro p {
	margin: 0;
	color: var(--muted);
	font-size: 17px;
}

.top-intro__note {
	font-size: 13px !important;
}

.top-beginner {
	display: grid;
	gap: 22px;
	align-items: center;
	padding: 18px;
	background: rgba(255, 255, 255, 0.76);
	border: 1px solid var(--line);
	border-radius: 28px;
	box-shadow: 0 20px 60px rgba(101, 75, 84, 0.1);
}

.top-beginner__image {
	width: 100%;
	aspect-ratio: 12 / 7;
	object-fit: cover;
	object-position: center;
	border-radius: 22px;
}

.top-beginner__body {
	display: grid;
	gap: 14px;
}

.top-beginner__body h2,
.okazu-tabs-section h2 {
	margin: 0;
}

.top-beginner__body p {
	margin: 0;
	color: var(--muted);
}

.section-heading--row {
	align-items: end;
	gap: 16px;
}

.okazu-archive-button {
	width: 100%;
}

.okazu-tabs {
	display: flex;
	gap: 8px;
	margin: 20px 0;
	padding: 6px;
	overflow-x: auto;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid var(--line);
	border-radius: 999px;
	scrollbar-width: thin;
}

.okazu-tab {
	flex: 0 0 auto;
	min-height: 42px;
	padding: 9px 16px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: var(--muted);
	font: inherit;
	font-size: 14px;
	font-weight: 850;
	cursor: pointer;
	white-space: nowrap;
}

.okazu-tab.is-active {
	background: linear-gradient(135deg, var(--accent), var(--accent-2));
	color: #fff;
	box-shadow: 0 10px 24px rgba(217, 111, 141, 0.22);
}

.okazu-panel[hidden] {
	display: none;
}

.okazu-panel {
	display: grid;
	gap: 18px;
}

.okazu-card .term-list {
	margin-bottom: 2px;
}

.okazu-tabs-section .section-heading,
.top-posts-section .section-heading {
	gap: 5px;
	margin-bottom: 20px;
}

.okazu-tabs-section .section-heading .eyebrow,
.top-posts-section .section-heading .eyebrow {
	color: var(--accent);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.okazu-tabs-section .section-heading h2,
.top-posts-section .section-heading h2 {
	font-size: clamp(24px, 4vw, 32px);
	line-height: 1.28;
	letter-spacing: 0;
}

.okazu-card-grid,
.top-posts-section .card-grid--posts {
	align-items: stretch;
}

.okazu-card,
.okazu-tabs-section .item-card,
.top-posts-section .post-card,
.post-archive-section .post-card,
.related-articles .post-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 440px;
	padding: 12px;
	overflow: hidden;
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 8px 22px rgba(101, 75, 84, 0.055);
}

.related-articles .post-card {
	min-height: 0;
}

.okazu-card .card-media,
.okazu-card .item-visual-frame--card,
.okazu-tabs-section .card-media,
.okazu-tabs-section .item-visual-frame--card,
.top-posts-section .card-media,
.post-archive-section .card-media,
.related-articles .card-media {
	flex: 0 0 auto;
	aspect-ratio: 16 / 9;
	border-radius: 12px;
	background-color: #f8f1f3;
}

.top-posts-section .card-media img,
.top-posts-section .card-image,
.post-archive-section .card-media img,
.post-archive-section .card-image,
.related-articles .card-media img,
.related-articles .card-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 12px;
}

.okazu-card .card-body,
.okazu-tabs-section .card-body,
.top-posts-section .card-body,
.post-archive-section .card-body,
.related-articles .card-body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 9px;
	padding: 14px 4px 4px;
}

.okazu-card .term-list,
.okazu-tabs-section .term-list {
	max-height: 58px;
	overflow: hidden;
	gap: 6px;
}

.top-posts-section .post-card__terms,
.post-archive-section .post-card__terms,
.related-articles .post-card__terms {
	max-height: 58px;
	overflow: hidden;
	gap: 6px;
}

.okazu-card .term-list a,
.okazu-tabs-section .term-list a,
.top-posts-section .post-card__terms a,
.post-archive-section .post-card__terms a,
.related-articles .post-card__terms a {
	min-height: 24px;
	max-width: 100%;
	padding: 4px 8px;
	overflow: hidden;
	font-size: 11px;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.okazu-card .card-body h2,
.okazu-card .card-body h3,
.okazu-tabs-section .card-body h3,
.top-posts-section .card-body h3,
.post-archive-section .card-body h2,
.post-archive-section .card-body h3,
.related-articles .card-body h3 {
	display: -webkit-box;
	min-height: calc(1.4em * 2);
	margin: 0;
	overflow: hidden;
	color: var(--text);
	font-size: 17px;
	font-weight: 850;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.okazu-card .service-name,
.okazu-tabs-section .service-name {
	display: -webkit-box;
	min-height: 1.35em;
	overflow: hidden;
	color: var(--accent-dark);
	font-size: 12px;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.okazu-card .card-body p:not(.service-name),
.okazu-tabs-section .card-body p:not(.service-name),
.top-posts-section .card-body p,
.post-archive-section .card-body p,
.related-articles .card-body p {
	display: -webkit-box;
	min-height: calc(1.65em * 2);
	overflow: hidden;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.65;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.okazu-card .button--small,
.okazu-tabs-section .button--small,
.top-posts-section .text-link,
.post-archive-section .text-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 40px;
	margin-top: auto;
	padding: 9px 14px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 850;
	text-align: center;
	text-decoration: none;
	background: var(--accent);
	border-radius: 8px;
}

.okazu-card .button--small:hover,
.okazu-tabs-section .button--small:hover,
.top-posts-section .text-link:hover,
.post-archive-section .text-link:hover {
	color: #ffffff;
	background: var(--accent-dark);
}

.category-archive-link {
	justify-self: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 8px 15px;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: #fff;
	color: var(--muted);
	font-weight: 800;
}

.category-archive-link:hover {
	border-color: var(--accent);
	color: var(--text);
}

@media (min-width: 720px) {
	.top-beginner {
		grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
		padding: 22px;
	}

	.section-heading--row {
		display: flex;
		justify-content: space-between;
	}

	.okazu-archive-button {
		width: auto;
	}
}

@media (max-width: 719px) {
	.top-hero-image {
		padding-top: 24px;
	}

	.top-hero-image__frame,
	.top-hero-image__img {
		border-radius: 22px;
	}

	.top-hero-image__img {
		aspect-ratio: 4 / 3;
	}

	.top-intro {
		padding-bottom: 36px;
	}

	.okazu-tabs {
		border-radius: 18px;
	}

	.okazu-card,
	.okazu-tabs-section .item-card,
	.top-posts-section .post-card,
	.post-archive-section .post-card,
	.related-articles .post-card {
		min-height: 0;
	}

	.okazu-card .card-body h2,
	.okazu-card .card-body h3,
	.okazu-tabs-section .card-body h3,
	.top-posts-section .card-body h3,
	.post-archive-section .card-body h2,
	.post-archive-section .card-body h3,
	.related-articles .card-body h3 {
		min-height: 0;
		font-size: 16px;
		-webkit-line-clamp: 2;
	}

	.okazu-card .card-body p:not(.service-name),
	.okazu-tabs-section .card-body p:not(.service-name),
	.top-posts-section .card-body p,
	.post-archive-section .card-body p,
	.related-articles .card-body p {
		min-height: 0;
	}
}

/* Human-made, quieter finish */
:root {
	--accent: #c87588;
	--accent-2: #d79a9e;
	--accent-dark: #955567;
	--shadow: 0 10px 28px rgba(101, 75, 84, 0.08);
}

body {
	background: #fbf8f6;
}

.site-header {
	background: rgba(255, 253, 251, 0.96);
}

.global-nav a,
.footer-nav a {
	background: transparent;
	border-color: rgba(120, 107, 112, 0.24);
}

.button,
.cta-button {
	border-radius: 10px;
	box-shadow: none;
	transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.button:hover,
.cta-button:hover {
	transform: none;
}

.button--primary,
.button--small,
.cta-button {
	background: var(--accent);
	box-shadow: none;
}

.button--primary:hover,
.button--small:hover,
.cta-button:hover {
	background: var(--accent-dark);
}

.button--ghost {
	background: transparent;
	border-color: rgba(120, 107, 112, 0.32);
}

.top-hero-image__frame,
.top-hero-image__img {
	border-radius: 18px;
}

.top-hero-image__frame {
	box-shadow: 0 14px 38px rgba(101, 75, 84, 0.1);
}

.purpose-card--image,
.item-card,
.post-card,
.top-beginner,
.guide-card,
.notice-box,
.info-table-card,
.howto-card {
	border-radius: 16px;
	box-shadow: 0 8px 22px rgba(101, 75, 84, 0.055);
}

.purpose-card__image,
.top-beginner__image,
.section-image,
.page-feature-image,
.card-media,
.card-media img,
.card-image,
.entry-image__img,
.guide-card__image {
	border-radius: 12px;
}

.section--muted,
.section--feature {
	background: #f6f1ef;
}

.top-beginner {
	background: #fff;
}

.pr-note,
.notice-box--accent,
.cta-panel {
	background: #fff8f7;
}

.okazu-tabs {
	gap: 18px;
	padding: 0 0 8px;
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--line);
	border-radius: 0;
}

.okazu-tab {
	min-height: 36px;
	padding: 6px 0;
	border-radius: 0;
	border-bottom: 2px solid transparent;
	font-weight: 700;
}

.okazu-tab.is-active {
	background: transparent;
	border-bottom-color: var(--accent);
	color: var(--text);
	box-shadow: none;
}

.category-archive-link {
	min-height: 34px;
	padding: 0 2px;
	border: 0;
	border-bottom: 1px solid currentColor;
	border-radius: 0;
	background: transparent;
	color: var(--accent-dark);
	font-weight: 700;
}

.category-archive-link:hover {
	color: var(--text);
}

.preference-cta-section {
	overflow: hidden;
	padding-top: 22px;
	padding-bottom: 22px;
}

.top-feature-carousel {
	left: 50%;
	position: relative;
	width: 100vw;
	max-width: 100vw;
	margin: 8px -50vw 0;
	overflow: hidden;
}

.top-feature-carousel__viewport {
	width: 100%;
	overflow: hidden;
	padding: 12px 0 8px;
}

.top-feature-carousel__track {
	display: flex;
	align-items: center;
	gap: 28px;
	width: max-content;
	transform: translateX(0);
	transition: transform 0.45s ease;
	will-change: transform;
}

.top-feature-carousel__slide {
	display: block;
	flex: 0 0 clamp(760px, 64vw, 1080px);
	max-width: 1080px;
	overflow: visible;
	border-radius: 0;
	box-shadow: none;
	opacity: 0.55;
	text-decoration: none;
	transform: scale(0.94);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.top-feature-carousel__slide.is-active {
	opacity: 1;
	transform: scale(1);
}

.top-feature-carousel__slide img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	aspect-ratio: 1339 / 380;
	border-radius: 24px;
	box-shadow: 0 12px 30px rgba(60, 35, 45, 0.12);
	object-fit: contain;
	transition: box-shadow 0.3s ease;
}

.top-feature-carousel__slide.is-active img {
	box-shadow: 0 16px 36px rgba(60, 35, 45, 0.15);
}

.top-feature-carousel__slide:focus-visible {
	outline: 3px solid rgba(216, 59, 114, 0.32);
	outline-offset: 4px;
}

.top-feature-carousel__arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 1px solid #ead5dc;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 10px 24px rgba(101, 75, 84, 0.14);
	color: var(--accent-dark);
	cursor: pointer;
	font-size: 30px;
	line-height: 1;
	transform: translateY(-50%);
	transition: background 0.16s ease, transform 0.16s ease;
}

.top-feature-carousel__arrow:hover {
	background: #fff;
	transform: translateY(-50%) scale(1.04);
}

.top-feature-carousel__arrow--prev {
	left: max(24px, calc(50% - 580px));
}

.top-feature-carousel__arrow--next {
	right: max(24px, calc(50% - 580px));
}

.top-feature-carousel__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 12px;
}

.top-feature-carousel__dots button {
	width: 9px;
	height: 9px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(200, 117, 136, 0.28);
	cursor: pointer;
	transition: background 0.16s ease, width 0.16s ease;
}

.top-feature-carousel__dots button.is-active {
	width: 22px;
	background: var(--accent);
}

.ai-companion-banner-cta {
	display: block;
	margin: 14px 0 0;
	max-width: 100%;
	text-decoration: none;
}

.ai-companion-banner-cta__image {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 20px;
	box-shadow: 0 14px 32px rgba(216, 59, 114, 0.12);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.ai-companion-banner-cta:hover .ai-companion-banner-cta__image {
	opacity: 0.94;
	transform: translateY(-1px);
}

.ai-companion-banner-cta--post-bottom,
.ai-companion-banner-cta--item-bottom {
	margin-top: 28px;
}

.ai-companion-banner-cta--archive {
	margin-top: 0;
	margin-bottom: 22px;
}

.footer-ai-companion-cta {
	padding: 24px 0 30px;
	background: #fff;
}

.footer-ai-companion-cta .ai-companion-banner-cta {
	margin-top: 0;
}

.ai-companion-banner-cta--fallback {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 18px 20px;
	background:
		linear-gradient(135deg, rgba(215, 154, 158, 0.16), rgba(255, 255, 255, 0) 58%),
		#fff;
	border: 1px solid rgba(200, 117, 136, 0.18);
	border-radius: 16px;
	box-shadow: 0 10px 26px rgba(101, 75, 84, 0.08);
	color: var(--text);
	transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.ai-companion-banner-cta--fallback:hover {
	border-color: rgba(200, 117, 136, 0.34);
	box-shadow: 0 12px 28px rgba(101, 75, 84, 0.11);
	transform: translateY(-1px);
}

.ai-companion-banner-cta__fallback-text {
	color: var(--text);
	font-size: clamp(18px, 2.2vw, 24px);
	font-weight: 850;
	line-height: 1.35;
}

.ai-companion-banner-cta__fallback-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 9px 16px;
	border-radius: 999px;
	background: var(--accent);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	white-space: nowrap;
}

.preference-search {
	display: grid;
	gap: 22px;
	padding: 18px;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 8px 22px rgba(101, 75, 84, 0.055);
}

.preference-search__group {
	display: grid;
	gap: 10px;
}

.preference-search__label-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.preference-search__label,
.preference-search__count {
	margin: 0;
	color: var(--muted);
	font-size: 14px;
	font-weight: 800;
}

.preference-search__hint {
	margin: -2px 0 0;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.7;
}

.preference-search__choices {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.preference-tag-groups {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 12px;
}

.preference-tag-group {
	display: grid;
	align-content: start;
	gap: 10px;
	padding: 14px;
	border: 1px solid #f2e3e7;
	border-radius: 14px;
	background: #fffafa;
}

.preference-tag-group__title {
	margin: 0;
	color: var(--text);
	font-size: 14px;
	font-weight: 850;
}

.preference-choice input,
.preference-mode input {
	position: absolute;
	inline-size: 1px;
	block-size: 1px;
	opacity: 0;
	pointer-events: none;
}

.preference-choice span,
.preference-mode span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 14px;
	border-radius: 999px;
	background: #f8f1f3;
	color: var(--muted);
	font-size: 14px;
	font-weight: 750;
	cursor: pointer;
	transition: background-color 0.15s ease, color 0.15s ease, opacity 0.15s ease;
}

.preference-choice input:checked + span,
.preference-mode input:checked + span {
	background: var(--accent);
	color: #fff;
}

.preference-choice input:disabled + span {
	opacity: 0.42;
	cursor: not-allowed;
}

.preference-mode {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.preference-search__actions {
	display: flex;
	justify-content: flex-end;
}

.preference-results {
	display: grid;
	gap: 16px;
	min-height: 72px;
}

.preference-results__head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 16px;
	padding-top: 4px;
}

.preference-results__head h2,
.preference-results__head .eyebrow,
.preference-results__condition {
	margin: 0;
}

.preference-results__head h2 {
	font-size: clamp(22px, 3vw, 32px);
	line-height: 1.25;
}

.preference-results__condition {
	max-width: 46%;
	color: var(--muted);
	font-size: 13px;
	font-weight: 750;
	line-height: 1.6;
	text-align: right;
}

.preference-results__grid {
	margin-top: 2px;
}

@media (max-width: 719px) {
	.top-feature-carousel {
		left: auto;
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	.top-feature-carousel__viewport {
		padding: 8px 0 6px;
	}

	.top-feature-carousel__track {
		gap: 0;
		width: 100%;
	}

	.top-feature-carousel__slide {
		flex: 0 0 100%;
		max-width: 100%;
		border-radius: 0;
		box-shadow: none;
		opacity: 1;
		transform: none;
	}

	.top-feature-carousel__slide.is-active {
		box-shadow: none;
		transform: none;
	}

	.top-feature-carousel__slide img {
		border-radius: 16px;
		box-shadow: 0 10px 24px rgba(60, 35, 45, 0.1);
	}

	.top-feature-carousel__arrow {
		display: none;
	}

	.okazu-tabs {
		border-radius: 0;
	}
}

/* TOP latest item image marquee */
.top-hero-marquee {
	display: grid;
	gap: clamp(12px, 2vw, 18px);
	width: 100vw;
	max-width: 100vw;
	margin: 0;
	padding: clamp(8px, 1.5vw, 14px) 0;
	overflow: hidden;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
}

.top-hero-marquee__row {
	overflow: hidden;
	border-radius: 14px;
}

.top-hero-marquee__track {
	display: flex;
	gap: 0;
	width: max-content;
	will-change: transform;
}

.top-hero-marquee__group {
	display: flex;
	flex: 0 0 auto;
	gap: clamp(12px, 2vw, 18px);
	padding-right: clamp(12px, 2vw, 18px);
}

.top-hero-marquee__row--top .top-hero-marquee__track {
	animation: yoru-marquee-left 150s linear infinite;
}

.top-hero-marquee__row--bottom .top-hero-marquee__track {
	animation: yoru-marquee-right 150s linear infinite;
}

.top-hero-marquee__item {
	position: relative;
	display: block;
	flex: 0 0 clamp(220px, 28vw, 380px);
	aspect-ratio: 16 / 10;
	overflow: hidden;
	border-radius: 14px;
	background: #f8eef2;
}

.top-hero-marquee__item::before {
	content: "";
	position: absolute;
	inset: -10px;
	background-image: var(--hero-bg);
	background-position: center;
	background-size: cover;
	filter: blur(8px);
	transform: scale(1.04);
	opacity: 0.82;
}

.top-hero-marquee__item::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(248, 238, 242, 0.12);
}

.top-hero-marquee__item img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	border-radius: 14px;
	transition: transform 0.2s ease;
}

.top-hero-marquee__item:hover img {
	transform: scale(1.02);
}

@keyframes yoru-marquee-left {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-20%);
	}
}

@keyframes yoru-marquee-right {
	from {
		transform: translateX(-40%);
	}
	to {
		transform: translateX(-20%);
	}
}

@media (prefers-reduced-motion: reduce) {
	.top-hero-marquee__track {
		animation: none !important;
		transform: none !important;
	}
}

/* Rebuilt item visual frames. No <img>, no srcset, no object-fit collisions. */
.item-visual-frame {
	position: relative;
	display: block;
	isolation: isolate;
	overflow: hidden;
	background: #f8eef2;
	background-image: none !important;
}

.item-visual-frame::before,
.item-visual-frame::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--item-image);
	background-position: center;
	background-repeat: no-repeat;
}

.item-visual-frame::before {
	z-index: 0;
	inset: -12px;
	background-size: cover;
	filter: blur(8px);
	transform: scale(1.04);
	opacity: 0.82;
}

.item-visual-frame::after {
	z-index: 2;
	background-size: contain;
}

.item-visual-frame--card {
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 12px;
}

.item-visual-frame--detail {
	width: min(100%, 980px);
	margin: 26px auto;
	aspect-ratio: 16 / 10;
	border-radius: 18px;
	box-shadow: 0 10px 28px rgba(101, 75, 84, 0.08);
}

.item-card .item-visual-frame--card {
	margin: 0;
}

/* Remove hard ruled lines site-wide */
.site-header,
.site-footer,
.section--muted,
.section--feature,
.global-nav a,
.footer-nav a,
.purpose-card,
.item-card,
.post-card,
.entry-card,
.info-grid section,
.lead-box,
.cta-panel,
.empty-message,
.notice-box,
.info-table-card,
.howto-card,
.guide-card,
.top-beginner,
.top-hero-marquee,
.term-list a,
.pr-note,
.nav-links a,
.nav-links span,
.age-modal__panel,
.info-table,
.info-table div,
.okazu-tabs,
.category-archive-link {
	border: 0;
}

.site-header {
	box-shadow: 0 1px 18px rgba(101, 75, 84, 0.06);
}

.site-header {
	background: rgba(255, 253, 251, 0.9);
	backdrop-filter: blur(18px);
}

.site-header__inner {
	gap: 12px;
	padding: 12px 0;
}

.site-brand__name {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--text);
	font-size: clamp(20px, 4vw, 26px);
	line-height: 1.1;
}

.site-brand__name::before {
	content: "";
	width: 12px;
	height: 12px;
	background: linear-gradient(135deg, var(--accent), var(--accent-2));
	border-radius: 999px;
	box-shadow: 0 0 0 5px rgba(200, 117, 136, 0.12);
}

.site-brand__tagline {
	margin-top: 4px;
	color: var(--subtle);
	font-size: 12px;
	line-height: 1.45;
}

.menu-toggle {
	display: none;
}

.global-nav {
	margin-inline: -8px;
	padding: 4px 8px 8px;
}

.global-nav ul {
	gap: 4px;
	align-items: center;
}

.global-nav a {
	min-height: 34px;
	padding: 6px 10px;
	background: transparent;
	border-radius: 8px;
	color: var(--muted);
	font-size: 13px;
	font-weight: 750;
}

.global-nav a:hover {
	background: #fff;
	color: var(--text);
}

.global-nav__featured {
	background: var(--accent) !important;
	color: #fff !important;
}

.site-footer {
	padding: 44px 0 34px;
	background:
		linear-gradient(180deg, #fff, #f6f1ef);
	color: var(--muted);
}

.site-footer__inner {
	grid-template-columns: minmax(0, 1fr);
	gap: 22px;
	max-width: 1040px;
	text-align: left;
}

.footer-brand {
	display: grid;
	gap: 8px;
}

.footer-brand__name {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--text);
	font-size: 24px;
	line-height: 1.15;
}

.footer-brand__name::before {
	content: "";
	width: 12px;
	height: 12px;
	background: var(--accent);
	border-radius: 999px;
}

.footer-brand p {
	max-width: 480px;
}

.footer-link-group {
	display: grid;
	gap: 8px;
}

.footer-link-group__title {
	margin: 0;
	color: var(--text);
	font-size: 13px;
	font-weight: 850;
}

.footer-nav {
	display: grid;
	gap: 4px;
}

.footer-nav a {
	justify-content: flex-start;
	min-height: auto;
	padding: 0;
	background: transparent;
	border-radius: 0;
	color: var(--muted);
	font-size: 14px;
	font-weight: 650;
	line-height: 1.55;
}

.footer-nav a:hover {
	background: transparent;
	color: var(--accent-dark);
}

.footer-notes {
	max-width: 720px;
	padding: 14px 16px;
	background: rgba(255, 255, 255, 0.72);
	border-radius: 12px;
	color: var(--muted);
	line-height: 1.75;
}

.copyright {
	padding-top: 4px;
	font-size: 12px;
}

.section--muted,
.section--feature {
	border-block: 0;
}

@media (min-width: 780px) {
	.site-header__inner {
		grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1.28fr);
	}

	.global-nav {
		justify-self: end;
		margin-inline: 0;
		padding: 0;
	}

	.site-footer__inner {
		grid-template-columns: minmax(300px, 1.2fr) minmax(160px, 0.58fr) minmax(160px, 0.58fr);
		column-gap: clamp(34px, 6vw, 72px);
		row-gap: 24px;
		align-items: start;
	}

	.footer-notes,
	.copyright {
		grid-column: 1 / -1;
	}

	.footer-notes {
		justify-self: center;
		width: min(100%, 720px);
		text-align: center;
	}

	.copyright {
		justify-self: center;
	}
}

.okazu-tabs {
	box-shadow: inset 0 -1px 0 rgba(120, 107, 112, 0.16);
}

.segment-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 clamp(24px, 4vw, 40px);
	padding: 4px 0;
}

.segment-nav__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 16px;
	border-radius: 999px;
	background: #fff;
	color: var(--muted);
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 10px 22px rgba(65, 50, 54, 0.08);
}

.segment-nav__link:hover,
.segment-nav__link.is-active {
	background: var(--accent);
	color: #fff;
}

.segment-nav__link--parent {
	background: #f7eef1;
	color: var(--text);
}

@media (max-width: 719px) {
	.segment-nav {
		flex-wrap: nowrap;
		margin-inline: calc(var(--container-gutter) * -1);
		padding-inline: var(--container-gutter);
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.segment-nav__link {
		flex: 0 0 auto;
	}
}

.page-extra-content {
	border-top: 0;
}

/* Mobile layout polish */
@media (max-width: 899px) {
	body {
		padding-bottom: 78px;
		overflow-x: hidden;
	}

	.fixed-affiliate {
		right: 0;
		bottom: 0;
		left: 0;
		display: grid;
		place-items: center;
		padding: 6px 8px;
		background: rgba(255, 253, 251, 0.96);
		box-shadow: 0 -8px 24px rgba(65, 50, 54, 0.12);
	}

	.fixed-affiliate__link--pc {
		display: none;
	}

	.fixed-affiliate__link--sp {
		display: block;
		width: min(100%, 468px);
	}

	.fixed-affiliate img {
		width: 100%;
		max-height: 60px;
		object-fit: contain;
		border-radius: 6px;
		box-shadow: none;
	}
}

@media (max-width: 719px) {
	:root {
		--container-gutter: 12px;
	}

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

	body.admin-bar .global-nav {
		top: 112px;
		max-height: calc(100dvh - 142px);
	}

	.container,
	.site-header__inner,
	.site-footer__inner {
		width: min(100% - 24px, var(--max));
	}

	.site-header__inner {
		position: relative;
		grid-template-columns: minmax(0, 1fr) 42px;
		align-items: center;
		gap: 8px;
		padding: 10px 0 8px;
	}

	.site-brand__name {
		font-size: 20px;
	}

	.site-brand__logo {
		max-width: min(100%, 210px);
		max-height: 42px;
	}

	.site-brand__tagline {
		display: none;
	}

	.menu-toggle {
		position: relative;
		z-index: 45;
		display: inline-grid;
		grid-template-rows: repeat(3, 2px);
		align-content: center;
		justify-content: center;
		row-gap: 5px;
		justify-self: end;
		width: 44px;
		height: 44px;
		padding: 0;
		background:
			linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 246, 248, 0.94));
		border: 1px solid rgba(207, 122, 144, 0.24);
		border-radius: 999px;
		box-shadow: 0 10px 24px rgba(112, 72, 84, 0.12);
		cursor: pointer;
		transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
	}

	.menu-toggle::before {
		content: "";
		position: absolute;
		inset: 5px;
		z-index: -1;
		background: linear-gradient(135deg, rgba(207, 122, 144, 0.16), rgba(255, 255, 255, 0));
		border-radius: inherit;
	}

	.menu-toggle:hover,
	.menu-toggle[aria-expanded="true"] {
		border-color: rgba(207, 122, 144, 0.42);
		box-shadow: 0 14px 30px rgba(112, 72, 84, 0.16);
		transform: translateY(-1px);
	}

	.menu-toggle__line {
		display: block;
		width: 19px;
		height: 2px;
		margin: 0;
		background: #3b3034;
		border-radius: 999px;
		transition: transform 0.16s ease, opacity 0.16s ease;
	}

	.menu-toggle[aria-expanded="true"] .menu-toggle__line:nth-child(1) {
		transform: translateY(6px) rotate(45deg);
	}

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

	.menu-toggle[aria-expanded="true"] .menu-toggle__line:nth-child(3) {
		transform: translateY(-6px) rotate(-45deg);
	}

	.global-nav {
		position: fixed;
		top: 66px;
		right: 12px;
		left: 12px;
		z-index: 99;
		display: none;
		width: auto;
		max-width: none;
		max-height: calc(100dvh - 96px);
		margin: 0;
		padding: 12px;
		overflow-y: auto;
		overflow-x: hidden;
		background:
			linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 249, 250, 0.98));
		border: 1px solid rgba(207, 122, 144, 0.16);
		border-radius: 20px;
		box-shadow: 0 22px 48px rgba(65, 50, 54, 0.16);
		backdrop-filter: blur(14px);
		-webkit-overflow-scrolling: touch;
	}

	.global-nav.is-open {
		display: block;
		animation: menuSheetIn 0.18s ease both;
	}

	.global-nav ul {
		display: grid;
		gap: 6px;
		width: 100%;
		min-width: 0;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.global-nav li {
		min-width: 0;
	}

	.global-nav a {
		position: relative;
		justify-content: flex-start;
		width: 100%;
		min-height: 44px;
		padding: 10px 34px 10px 14px;
		background: rgba(255, 255, 255, 0.52);
		border: 1px solid rgba(207, 122, 144, 0.1);
		color: #3b3034;
		font-size: 14px;
		font-weight: 800;
		border-radius: 8px;
		white-space: normal;
	}

	.global-nav a::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 14px;
		width: 6px;
		height: 6px;
		border-top: 1px solid currentColor;
		border-right: 1px solid currentColor;
		opacity: 0.38;
		transform: translateY(-50%) rotate(45deg);
	}

	.global-nav a:hover {
		background: #fff;
		border-color: rgba(207, 122, 144, 0.22);
	}

	.global-nav__featured {
		justify-content: center !important;
		margin-top: 4px;
		background: linear-gradient(135deg, var(--accent), #df8aa0) !important;
		border-color: transparent !important;
		color: #fff !important;
		box-shadow: 0 10px 22px rgba(207, 122, 144, 0.24);
	}

	.global-nav__featured::after {
		display: none;
	}

	@keyframes menuSheetIn {
		from {
			opacity: 0;
			transform: translateY(-6px);
		}

		to {
			opacity: 1;
			transform: translateY(0);
		}
	}

	.section,
	.archive-hero {
		padding: 34px 0;
	}

	.section--beginner-guide {
		padding-top: 22px;
	}

	.beginner-intro {
		padding: 18px;
		border-radius: 16px;
	}

	.beginner-intro__actions {
		display: grid;
	}

	.section--compact {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.section-heading {
		margin-bottom: 14px;
	}

	.section h2,
	.content h2,
	.section-heading h2 {
		font-size: 26px;
	}

	.top-hero-image {
		padding: 18px 0 8px;
	}

	.top-intro {
		padding: 20px 0 28px;
	}

	.top-intro__inner {
		gap: 12px;
	}

	.top-intro h1 {
		font-size: 34px;
	}

	.top-intro p {
		font-size: 15px;
		line-height: 1.75;
	}

	.top-feature-carousel {
		left: auto;
		width: 100%;
		max-width: 100%;
		margin-top: 4px;
		margin-right: 0;
		margin-left: 0;
	}

	.top-feature-carousel__track {
		gap: 0;
		width: 100%;
	}

	.top-feature-carousel__slide {
		flex: 0 0 100%;
		max-width: 100%;
		border-radius: 0;
		box-shadow: none;
		opacity: 1;
		transform: none;
	}

	.top-feature-carousel__slide.is-active {
		box-shadow: none;
		transform: none;
	}

	.top-feature-carousel__slide img {
		border-radius: 16px;
		box-shadow: 0 10px 24px rgba(60, 35, 45, 0.1);
	}

	.top-feature-carousel__dots {
		margin-top: 10px;
	}

	.ai-companion-banner-cta {
		margin-top: 12px;
	}

	.ai-companion-banner-cta__image {
		border-radius: 16px;
	}

	.ai-companion-banner-cta--post-bottom,
	.ai-companion-banner-cta--item-bottom {
		margin-top: 24px;
	}

	.footer-ai-companion-cta {
		padding: 18px 0 22px;
	}

	.ai-companion-banner-cta--fallback {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
		padding: 16px;
		border-radius: 14px;
	}

	.ai-companion-banner-cta__fallback-text {
		font-size: 20px;
	}

	.ai-companion-banner-cta__fallback-button {
		min-height: 38px;
		padding: 8px 14px;
	}

	.okazu-tabs {
		gap: 14px;
		margin: 14px 0 18px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.card-grid {
		gap: 14px;
	}

	.item-card,
	.post-card {
		padding: 10px;
		border-radius: 16px;
	}

	.card-media,
	.card-media img,
	.card-image,
	.item-visual-frame--card {
		border-radius: 10px;
	}

	.card-body {
		gap: 8px;
		padding: 12px 2px 2px;
	}

	.card-body h2,
	.card-body h3,
	.entry-card h2 {
		font-size: 18px;
	}

	.purpose-grid--image {
		gap: 14px;
	}

	.purpose-card--image {
		border-radius: 16px;
	}

	.purpose-card__image {
		width: calc(100% - 16px);
		height: clamp(140px, 44vw, 190px);
		margin-top: 8px;
		border-radius: 12px;
	}

	.purpose-card__body {
		padding: 14px;
	}

	.preference-search {
		gap: 18px;
		padding: 14px;
		border-radius: 14px;
	}

	.preference-search__choices {
		gap: 7px;
	}

	.preference-search__actions,
	.preference-results__head {
		align-items: stretch;
		flex-direction: column;
	}

	.preference-results__condition {
		max-width: none;
		text-align: left;
	}

	.preference-choice span,
	.preference-mode span {
		min-height: 34px;
		padding: 7px 11px;
		font-size: 13px;
	}

	.site-footer {
		padding: 34px 0 92px;
	}

	.site-footer__inner {
		gap: 18px;
		text-align: center;
	}

	.footer-brand,
	.footer-link-group {
		justify-items: center;
	}

	.footer-brand__name {
		font-size: 21px;
	}

	.footer-brand p {
		max-width: 34em;
	}

	.footer-nav {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 8px 14px;
	}

	.footer-nav a {
		font-size: 13px;
	}

	.footer-notes {
		width: 100%;
		padding: 12px;
		font-size: 13px;
	}
}

/* =========================================================
   Adult Article AI Output
========================================================= */
.affiliate-review {
	position: relative;
	isolation: isolate;
	box-sizing: border-box;
	max-width: 880px !important;
	margin: 0 auto 58px !important;
	padding: clamp(28px, 5vw, 46px) !important;
	overflow: hidden;
	color: #342a2f !important;
	font-size: 16px;
	line-height: 1.95 !important;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 248, 250, 0.94)),
		linear-gradient(135deg, rgba(200, 117, 136, 0.12), rgba(215, 154, 158, 0.08)) !important;
	border: 1px solid rgba(200, 117, 136, 0.16) !important;
	border-radius: 24px !important;
	box-shadow: 0 18px 46px rgba(101, 75, 84, 0.1) !important;
}

.affiliate-review *,
.affiliate-review *::before,
.affiliate-review *::after {
	box-sizing: border-box;
}

.affiliate-review::before {
	content: "";
	position: absolute;
	top: -90px;
	right: -80px;
	z-index: -1;
	width: 220px;
	height: 220px;
	background: radial-gradient(circle, rgba(215, 154, 158, 0.18), rgba(215, 154, 158, 0));
	border-radius: 999px;
	pointer-events: none;
}

.affiliate-review::after {
	content: "";
	position: absolute;
	bottom: -100px;
	left: -90px;
	z-index: -1;
	width: 240px;
	height: 240px;
	background: radial-gradient(circle, rgba(200, 117, 136, 0.12), rgba(200, 117, 136, 0));
	border-radius: 999px;
	pointer-events: none;
}

.affiliate-review h1,
.affiliate-review h2,
.affiliate-review h3 {
	color: #31272c !important;
	font-weight: 850 !important;
	line-height: 1.45;
	letter-spacing: 0 !important;
}

.affiliate-review h1 {
	position: relative;
	margin: 0 0 30px !important;
	padding-bottom: 18px !important;
	font-size: clamp(26px, 4vw, 38px);
	border-bottom: 0 !important;
}

.affiliate-review h1::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: min(180px, 48%);
	height: 3px;
	background: linear-gradient(90deg, var(--accent), var(--accent-2), rgba(215, 154, 158, 0));
	border-radius: 999px;
}

.affiliate-review h2 {
	position: relative;
	margin: 50px 0 24px !important;
	padding: 16px 20px 16px 48px !important;
	font-size: clamp(22px, 3vw, 30px);
	background:
		linear-gradient(135deg, rgba(255, 248, 250, 0.98), rgba(246, 241, 239, 0.86)),
		linear-gradient(90deg, rgba(200, 117, 136, 0.1), rgba(215, 154, 158, 0.05)) !important;
	border: 0 !important;
	border-radius: 16px !important;
	box-shadow: inset 0 0 0 1px rgba(200, 117, 136, 0.14);
}

.affiliate-review h2::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 18px;
	width: 14px;
	height: 14px;
	background: linear-gradient(135deg, var(--accent), var(--accent-2));
	border-radius: 999px;
	box-shadow: 0 0 0 6px rgba(200, 117, 136, 0.1);
	transform: translateY(-50%);
}

.affiliate-review h2::after {
	content: "";
	position: absolute;
	right: 18px;
	bottom: 10px;
	width: 76px;
	height: 1px;
	background: linear-gradient(90deg, rgba(200, 117, 136, 0), rgba(200, 117, 136, 0.34));
}

.affiliate-review h3 {
	position: relative;
	margin: 0 0 20px !important;
	padding-left: 16px !important;
	font-size: clamp(19px, 2.4vw, 25px);
}

.affiliate-review h3::before {
	content: "";
	position: absolute;
	top: 0.35em;
	bottom: 0.35em;
	left: 0;
	width: 4px;
	background: linear-gradient(180deg, var(--accent), var(--accent-2));
	border-radius: 999px;
}

.affiliate-review p,
.affiliate-review li {
	color: #493e43 !important;
}

.affiliate-review p {
	margin: 0 0 1.35em;
	font-size: 16px;
	line-height: 1.95 !important;
}

.affiliate-review p:last-child {
	margin-bottom: 0;
}

.affiliate-review a {
	color: var(--accent-dark);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.affiliate-review a:hover {
	color: var(--accent);
}

.single-post .entry-content table {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 32px 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	color: #493e43;
	font-size: 15px;
	line-height: 1.7;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 251, 0.96));
	border: 1px solid rgba(200, 117, 136, 0.18);
	border-radius: 18px;
	border-spacing: 0;
	box-shadow:
		0 14px 34px rgba(101, 75, 84, 0.09),
		inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.single-post .entry-content .wp-block-table {
	max-width: 100%;
	margin: 32px 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-radius: 18px;
	box-shadow: 0 14px 34px rgba(101, 75, 84, 0.09);
}

.single-post .entry-content .wp-block-table table {
	display: table;
	min-width: 680px;
	margin: 0;
}

.single-post .entry-content table thead,
.single-post .entry-content table tbody,
.single-post .entry-content table tfoot {
	display: table;
	width: 100%;
	min-width: 680px;
}

.single-post .entry-content table thead {
	background: linear-gradient(135deg, var(--accent-dark), var(--accent) 52%, var(--accent-2));
}

.single-post .entry-content table th,
.single-post .entry-content table td {
	min-width: 9.5rem;
	padding: 14px 16px;
	vertical-align: top;
	border-right: 1px solid rgba(200, 117, 136, 0.16);
	border-bottom: 1px solid rgba(200, 117, 136, 0.14);
	overflow-wrap: anywhere;
}

.single-post .entry-content table th {
	color: #ffffff;
	font-weight: 850;
	text-align: left;
	letter-spacing: 0.02em;
	text-shadow: 0 1px 1px rgba(53, 36, 43, 0.18);
}

.single-post .entry-content table td {
	background: rgba(255, 255, 255, 0.72);
}

.single-post .entry-content table tbody tr:nth-child(even) td {
	background: rgba(255, 246, 249, 0.9);
}

.single-post .entry-content table th:last-child,
.single-post .entry-content table td:last-child {
	border-right: 0;
}

.single-post .entry-content table tr:last-child th,
.single-post .entry-content table tr:last-child td {
	border-bottom: 0;
}

.single-post .entry-content table a {
	color: var(--accent-dark);
	font-weight: 800;
	text-decoration-thickness: 1px;
}

.affiliate-review__work {
	position: relative;
	margin: 36px 0 !important;
	padding: clamp(22px, 4vw, 32px) !important;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 251, 0.96)) !important;
	border: 1px solid rgba(200, 117, 136, 0.16) !important;
	border-radius: 22px !important;
	box-shadow: 0 12px 30px rgba(101, 75, 84, 0.08) !important;
}

.affiliate-review__work + .affiliate-review__work {
	margin-top: 40px;
}

.affiliate-review__work::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 4px;
	background: linear-gradient(90deg, var(--accent), var(--accent-2), rgba(255, 255, 255, 0));
	opacity: 0.9;
}

.affiliate-review__image {
	margin: 20px 0 24px;
	overflow: hidden;
	background: #f8eef2 !important;
	border-radius: 18px !important;
	box-shadow: inset 0 0 0 1px rgba(200, 117, 136, 0.1);
}

.affiliate-review__image img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 520px;
	margin: 0;
	object-fit: contain;
	background: #111827;
	border-radius: 14px !important;
	box-shadow: none !important;
}

.affiliate-review__sample-video {
	margin: 22px 0 26px;
	padding: 18px;
	background: linear-gradient(135deg, rgba(59, 48, 52, 0.98), rgba(82, 62, 72, 0.98)) !important;
	border-radius: 18px !important;
	box-shadow: 0 12px 28px rgba(59, 48, 52, 0.16) !important;
}

.affiliate-review__sample-video video {
	display: block;
	width: 100%;
	max-height: 520px;
	background: #000000;
	border-radius: 12px !important;
}

.affiliate-review__cta,
.affiliate-review__sample-video-link,
.affiliate-review__sample-video p {
	margin: 14px 0 0;
	text-align: center !important;
}

.affiliate-review__sample-video-link {
	margin: 20px 0 24px;
}

.affiliate-review__cta,
.affiliate-review__sample-video-link,
.affiliate-review p:has(> a[href*="adult.contents.fc2.com"]),
.affiliate-review p:has(> a[href*="fanza"]),
.affiliate-review p:has(> a[href*="dmm"]),
.affiliate-review p:has(> a[href*="dlsite"]) {
	display: flex !important;
	justify-content: center !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 24px auto 0 !important;
	padding: 0 !important;
	background: transparent !important;
	background-image: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
	text-align: center !important;
}

.affiliate-review__sample-video p {
	display: flex !important;
	justify-content: center !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 14px auto 0 !important;
	padding: 0 !important;
	background: transparent !important;
	background-image: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
}

.affiliate-review__cta::before,
.affiliate-review__cta::after,
.affiliate-review__sample-video-link::before,
.affiliate-review__sample-video-link::after,
.affiliate-review p:has(> a[href*="adult.contents.fc2.com"])::before,
.affiliate-review p:has(> a[href*="adult.contents.fc2.com"])::after,
.affiliate-review p:has(> a[href*="fanza"])::before,
.affiliate-review p:has(> a[href*="fanza"])::after,
.affiliate-review p:has(> a[href*="dmm"])::before,
.affiliate-review p:has(> a[href*="dmm"])::after,
.affiliate-review p:has(> a[href*="dlsite"])::before,
.affiliate-review p:has(> a[href*="dlsite"])::after {
	content: none !important;
	display: none !important;
}

.affiliate-review__cta a,
.affiliate-review__sample-video-link a,
.affiliate-review__sample-video p a,
.affiliate-review a[href*="adult.contents.fc2.com"],
.affiliate-review a[href*="fanza"],
.affiliate-review a[href*="dmm"],
.affiliate-review a[href*="dlsite"] {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 290px !important;
	min-height: 58px !important;
	max-width: 100%;
	margin-top: 8px;
	padding: 16px 34px !important;
	color: #ffffff !important;
	font-size: 16px;
	font-weight: 850 !important;
	line-height: 1.4;
	text-align: center;
	text-decoration: none !important;
	background: linear-gradient(135deg, var(--accent-dark), var(--accent) 48%, var(--accent-2)) !important;
	border: 0 !important;
	border-radius: 999px !important;
	box-shadow:
		0 12px 26px rgba(149, 85, 103, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
	transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease !important;
}

.affiliate-review__cta a:hover,
.affiliate-review__sample-video-link a:hover,
.affiliate-review__sample-video p a:hover,
.affiliate-review a[href*="adult.contents.fc2.com"]:hover,
.affiliate-review a[href*="fanza"]:hover,
.affiliate-review a[href*="dmm"]:hover,
.affiliate-review a[href*="dlsite"]:hover {
	color: #ffffff !important;
	filter: saturate(1.04);
	transform: translateY(-2px);
	box-shadow:
		0 16px 32px rgba(149, 85, 103, 0.34),
		inset 0 1px 0 rgba(255, 255, 255, 0.24) !important;
}

.affiliate-review ul,
.affiliate-review ol {
	margin: 18px 0 24px;
	padding: 20px 22px;
	background: rgba(255, 248, 250, 0.82) !important;
	border: 1px solid rgba(200, 117, 136, 0.14) !important;
	border-radius: 16px !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.affiliate-review ul {
	list-style: none;
}

.affiliate-review li {
	margin: 0 0 10px 1.25em;
	line-height: 1.8;
}

.affiliate-review ul li {
	position: relative;
	margin-left: 0 !important;
	padding-left: 1.65em;
}

.affiliate-review ul li::before {
	content: "";
	position: absolute;
	top: 0.72em;
	left: 0.15em;
	width: 0.6em;
	height: 0.34em;
	border-bottom: 2px solid var(--accent);
	border-left: 2px solid var(--accent);
	transform: rotate(-45deg);
}

.affiliate-review li:last-child {
	margin-bottom: 0;
}

.affiliate-review figure,
.affiliate-review .wp-block-image {
	margin: 24px 0;
}

.affiliate-review img {
	max-width: 100%;
}

.affiliate-review__notice {
	margin-top: 44px !important;
	padding: 16px 18px;
	color: #75686d !important;
	font-size: 13px !important;
	line-height: 1.7 !important;
	background: rgba(246, 241, 239, 0.8) !important;
	border: 1px solid rgba(120, 107, 112, 0.14) !important;
	border-radius: 14px !important;
}

.affiliate-review--roundup .affiliate-review__work,
.affiliate-review--ranking .affiliate-review__work {
	position: relative;
}

.affiliate-review--ranking .affiliate-review__work h3::before {
	content: "RANK";
	position: static;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	margin-right: 10px;
	padding: 4px 10px;
	color: #ffffff;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0.06em;
	background: linear-gradient(135deg, var(--accent-dark), var(--accent));
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(149, 85, 103, 0.22);
}

/* =========================================================
   Category / Tag Chips
========================================================= */
.single-post .cat-links a,
.single-post .tags-links a,
.single-post .post-tags a,
.single-post .entry-tags a,
.single-post .tagcloud a {
	display: inline-flex;
	align-items: center;
	margin: 4px 6px 4px 0;
	padding: 6px 12px;
	color: var(--accent-dark);
	font-size: 13px;
	font-weight: 750;
	line-height: 1.3;
	text-decoration: none;
	background: #f7eef1;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(101, 75, 84, 0.06);
}

.single-post .cat-links a:hover,
.single-post .tags-links a:hover,
.single-post .post-tags a:hover,
.single-post .entry-tags a:hover,
.single-post .tagcloud a:hover {
	color: #ffffff;
	background: var(--accent);
}

@media (max-width: 768px) {
	.single-item .item-detail__header {
		gap: 7px;
		margin-bottom: 20px;
	}

	.single-post .entry-content table {
		margin: 24px 0;
		font-size: 14px;
		border-radius: 14px;
	}

	.single-post .entry-content .wp-block-table table,
	.single-post .entry-content table thead,
	.single-post .entry-content table tbody,
	.single-post .entry-content table tfoot {
		min-width: 600px;
	}

	.single-post .entry-content .wp-block-table {
		margin: 24px 0;
		border-radius: 14px;
	}

	.single-post .entry-content table th,
	.single-post .entry-content table td {
		min-width: 8rem;
		padding: 11px 12px;
	}

	.single-item .item-detail__header h1 {
		font-size: 28px;
		line-height: 1.4;
	}

	.affiliate-review {
		padding: 24px 16px !important;
		border-radius: 18px !important;
	}

	.affiliate-review__work {
		padding: 22px 16px !important;
		border-radius: 18px !important;
	}

	.affiliate-review h1 {
		font-size: 25px;
	}

	.affiliate-review h2 {
		margin-top: 38px !important;
		padding: 14px 16px 14px 42px !important;
		font-size: 22px;
	}

	.affiliate-review h2::before {
		left: 16px;
		width: 11px;
		height: 11px;
	}

	.affiliate-review h3 {
		font-size: 19px;
	}

	.affiliate-review p {
		font-size: 15px;
		line-height: 1.9 !important;
	}

	.affiliate-review__cta a,
	.affiliate-review__sample-video-link a,
	.affiliate-review__sample-video p a,
	.affiliate-review a[href*="adult.contents.fc2.com"],
	.affiliate-review a[href*="fanza"],
	.affiliate-review a[href*="dmm"],
	.affiliate-review a[href*="dlsite"] {
		width: 100% !important;
		min-width: 0 !important;
	}
}

.info-table dd a {
	color: var(--accent-dark);
	text-decoration: underline;
	text-underline-offset: 3px;
	font-weight: 700;
}

.info-table dd a:hover {
	color: var(--accent);
}
@media (max-width: 719px) {
	.top-hero-marquee {
		width: 100%;
		max-width: 100%;
		gap: 10px;
		padding: 6px 0;
		overflow: hidden;
		border-radius: 16px;
	}

	.top-hero-marquee__row {
		overflow: hidden;
		border-radius: 10px;
	}

	.top-hero-marquee__track {
		display: flex;
		width: max-content;
		gap: 0;
		will-change: transform;
		backface-visibility: hidden;
		transform: translate3d(0, 0, 0);
	}

	.top-hero-marquee__group {
		display: flex;
		flex: 0 0 auto;
		gap: 10px;
		padding-right: 10px;
	}

	.top-hero-marquee__item {
		flex: 0 0 210px;
		aspect-ratio: 4 / 3;
		border-radius: 10px;
	}

	.top-hero-marquee__item img {
		border-radius: 10px;
	}

	.top-hero-marquee__row--top .top-hero-marquee__track {
		animation: yoru-marquee-left-sp 130s linear infinite;
	}

	.top-hero-marquee__row--bottom .top-hero-marquee__track {
		animation: yoru-marquee-right-sp 130s linear infinite;
		animation-delay: -65s;
	}

	@keyframes yoru-marquee-left-sp {
		from {
			transform: translate3d(0, 0, 0);
		}

		to {
			transform: translate3d(var(--hero-sp-step), 0, 0);
		}
	}

	@keyframes yoru-marquee-right-sp {
		from {
			transform: translate3d(var(--hero-sp-step), 0, 0);
		}

		to {
			transform: translate3d(0, 0, 0);
		}
	}
}
