/* ==========================================================================
   Washokubiyori 2.0.8 — independent block theme
   ========================================================================== */
:root {
	--wby-ink: #26221b;
	--wby-red: #bd4325;
	--wby-red-dark: #8d2f19;
	--wby-green: #36583e;
	--wby-green-dark: #294531;
	--wby-mustard: #dda923;
	--wby-paper: #f6f2e9;
	--wby-panel: #f4f2ed;
	--wby-white: #fff;
	--wby-muted: #71685b;
	--wby-soft: #a99f91;
	--wby-line: #ded8cc;
	--wby-serif: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	--wby-sans: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Noto Sans JP", system-ui, sans-serif;
	--wby-latin: Arial, Helvetica, system-ui, sans-serif;
	--wby-canvas: 1440px;
	--wby-wide: 1240px;
	--wby-reading: 760px;
	--wby-gutter: clamp(20px, 3.333vw, 48px);
	--wby-section: clamp(72px, 8vw, 116px);
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
	margin: 0;
	padding: 0 !important;
	background: var(--wby-site-bg, var(--wby-white));
	color: var(--wby-ink);
	font-family: var(--wby-sans);
	font-size: var(--wby-base-font-size, 16px);
	line-height: 1.85;
	overflow-x: clip;
}

body.admin-bar { --wby-admin-offset: 32px; }
.wp-site-blocks { padding: 0 !important; overflow-x: clip; }
.wp-site-blocks > * { margin-block-start: 0; }
img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
a:hover { color: var(--wby-red); }
button,
input,
select,
textarea { font: inherit; }
:focus-visible { outline: 2px solid var(--wby-red); outline-offset: 4px; }
::selection { background: rgba(221, 169, 35, .35); }

.wby-sr-only {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.wby-kicker,
.wby-section-heading__en {
	font-family: var(--wby-latin);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .24em;
	line-height: 1.4;
	text-transform: uppercase;
	color: var(--wby-red);
}

/* Header ------------------------------------------------------------------ */
.wby-site-header {
	position: relative;
	z-index: 40;
	margin: 0;
	border-bottom: 1px solid transparent;
	background: var(--wby-header-bg, rgba(255, 255, 255, .97));
	color: var(--wby-header-text, var(--wby-ink));
}
.wby-site-header.alignfull,
.wby-site-footer.alignfull,
.wby-site-main.alignfull,
.wby-home.alignfull {
	width: 100% !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.wby-site-header__inner {
	width: min(calc(100% - (2 * var(--wby-gutter))), var(--wby-wide)) !important;
	max-width: var(--wby-wide) !important;
	min-height: var(--wby-header-height, 82px);
	margin: 0 auto !important;
	padding: 14px 0;
}

.wby-site-logo { flex: 0 0 auto; margin: 0 !important; }
.wby-site-logo img { width: clamp(108px, 11vw, 150px) !important; height: auto; }

.wby-primary-nav { margin: 0 !important; }
.wby-primary-nav .wp-block-navigation-item { margin: 0; }
.wby-primary-nav .wp-block-navigation-item__content {
	display: flex;
	align-items: center;
	min-height: 42px;
	padding: 8px 14px;
	border: 1px solid currentColor;
	border-right-width: 0;
	font-family: var(--wby-serif);
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
}
.wby-primary-nav .wp-block-navigation-item:first-child .wp-block-navigation-item__content { border-left-width: 1px; }
.wby-primary-nav .wp-block-navigation-item:last-child .wp-block-navigation-item__content { border-right-width: 1px; }
.wby-primary-nav .wp-block-navigation-item__content:hover { background: var(--wby-paper); color: var(--wby-header-text, var(--wby-ink)); }
.wby-primary-nav .wby-primary-nav__about .wp-block-navigation-item__content { background: var(--wby-button-bg, var(--wby-ink)); color: var(--wby-button-text, var(--wby-white)); }
.wby-primary-nav .wby-primary-nav__about .wp-block-navigation-item__content:hover { background: var(--wby-red); }

.wp-block-navigation__responsive-container-open {
	min-width: 44px;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	border: 1px solid currentColor;
}

.wp-block-navigation__responsive-container.is-menu-open {
	padding: calc(28px + var(--wby-admin-offset, 0px)) 24px 28px;
	background: var(--wby-header-bg, var(--wby-paper));
	color: var(--wby-header-text, var(--wby-ink));
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
	min-width: 44px;
	min-height: 44px;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
	border: 0;
	border-bottom: 1px solid currentColor;
	min-width: min(78vw, 360px);
	padding: 14px 0;
	font-size: 18px;
}

/* Footer ------------------------------------------------------------------ */
.wby-site-footer { margin: 0; border-top: 1px solid var(--wby-line); background: var(--wby-footer-bg, var(--wby-white)); color: var(--wby-footer-text, var(--wby-ink)); }
.wby-site-footer__inner {
	width: min(calc(100% - (2 * var(--wby-gutter))), var(--wby-wide)) !important;
	max-width: var(--wby-wide) !important;
	margin: 0 auto !important;
	padding: 62px 0 38px;
	text-align: center;
}
.wby-footer-logo { margin: 0 auto 12px !important; }
.wby-footer-logo img { margin: 0 auto; }
.wby-site-footer__tagline { margin: 0 0 22px; font-family: var(--wby-serif); font-size: 12px; }
.wby-footer-nav { margin: 0 auto 28px !important; }
.wby-footer-nav .wp-block-navigation-item__content { min-height: 44px; padding: 9px 10px; font-size: 11px; text-decoration: none; }
.wby-site-footer__copy { margin: 0; color: var(--wby-footer-text, var(--wby-soft)); opacity: .55; font-family: var(--wby-latin); font-size: 9px; letter-spacing: .18em; }

/* Page shells ------------------------------------------------------------- */
.wby-site-main { margin: 0; }
.wby-front-main,
.wby-front-main > .wp-block-post-content,
.wby-front-main .wby-home { padding-right: 0 !important; padding-left: 0 !important; }
.wby-front-main > .wp-block-post-content { width: 100%; max-width: none; margin-top: 0; }
.wby-page-wide,
.wby-page-wide > .wp-block-post-content,
.wby-home-preview-main,
.wby-home-preview-main > .wp-block-post-content,
.wby-page-wide .wby-home,
.wby-home-preview-main .wby-home {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.wby-home > [class*="wp-block-washokubiyori-"] {
	max-width: none;
	margin-block-start: 0;
}
.wby-front-main > .wp-block-post-content > :first-child { margin-top: 0; }
.wby-front-main > .wp-block-post-content > :last-child { margin-bottom: 0; }
.wby-home { margin: 0; overflow: clip; }
.wby-home > * { margin-block-start: 0; }

.wby-page,
.wby-archive-page { padding: 0 var(--wby-gutter); }
.wby-page__head,
.wby-archive-head {
	width: 100% !important;
	max-width: var(--wby-wide) !important;
	margin: 0 auto !important;
	padding: clamp(64px, 8vw, 112px) 0 clamp(42px, 6vw, 76px);
	border-bottom: 1px solid var(--wby-ink);
}
.wby-page__title,
.wby-archive-title {
	max-width: 960px;
	margin: 12px 0 0;
	font-family: var(--wby-serif);
	font-size: clamp(38px, 6vw, 78px);
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: .02em;
}
.wby-page__lead,
.wby-archive-lead { max-width: 660px; margin: 24px 0 0; color: var(--wby-muted); line-height: 2.1; }
.wby-page__content { padding-top: clamp(52px, 7vw, 92px); padding-bottom: clamp(80px, 9vw, 132px); }
.wby-page__content > * { max-width: var(--wby-reading); margin-left: auto; margin-right: auto; }
.wby-page__content > .alignwide { max-width: var(--wby-wide); }
.wby-page__content > .alignfull { max-width: none; }
.wby-page__content p { line-height: 2; }

/* Archive ----------------------------------------------------------------- */
.wby-category-page .wby-archive-head {
	padding-top: clamp(48px, 6vw, 78px);
	padding-bottom: clamp(34px, 4.5vw, 54px);
}
.wby-category-page .wby-archive-title {
	font-size: var(--wby-archive-title-size-pc, clamp(34px, 4.2vw, 52px));
	line-height: 1.3;
}

.wby-archive-query {
	width: 100% !important;
	max-width: var(--wby-wide) !important;
	margin: 0 auto !important;
	padding: clamp(48px, 6vw, 80px) 0 clamp(88px, 10vw, 140px);
}
.wby-archive-grid { grid-template-columns: repeat(var(--wby-archive-columns-pc, 3), minmax(0, 1fr)) !important; gap: var(--wby-archive-gap-pc, clamp(42px, 5vw, 68px)) var(--wby-archive-gap-pc, clamp(22px, 2.6vw, 34px)) !important; }
.wby-archive-card { min-width: 0; margin: 0 !important; }
.wby-archive-card__image { margin: 0 0 16px !important; overflow: hidden; background: var(--wby-paper); }
.wby-archive-card__image a { display: block; height: 100%; }
.wby-archive-card__image img { width: 100%; aspect-ratio: var(--wby-archive-ratio-pc, 4 / 3); object-fit: cover; transition: transform .5s ease; }
.wby-archive-card:hover .wby-archive-card__image img { transform: scale(1.02); }
.wby-archive-card__meta { gap: 14px !important; margin: 0 0 10px !important; color: var(--wby-soft); font-family: var(--wby-latin); font-size: 10px; letter-spacing: .12em; }
.wby-archive-card__meta a { color: var(--wby-red); text-decoration: none; }
.wby-archive-card__title { margin: 0 0 10px; font-family: var(--wby-serif); font-size: var(--wby-archive-card-title-size-pc, clamp(17px, 1.45vw, 21px)); line-height: 1.65; overflow-wrap: anywhere; }
.wby-archive-card__title a { text-decoration: none; }
.wby-archive-card__excerpt { margin: 0; color: var(--wby-muted); font-size: 12px; line-height: 1.9; }
.wby-archive-card__excerpt .wp-block-post-excerpt__more-link { display: none; }
.wby-pagination { gap: 6px; margin-top: clamp(64px, 8vw, 100px); font-family: var(--wby-latin); font-size: 12px; }
.wby-pagination a,
.wby-pagination .page-numbers { display: inline-grid; min-width: 40px; min-height: 40px; place-items: center; border: 1px solid var(--wby-line); text-decoration: none; }
.wby-pagination .current { background: var(--wby-ink); color: var(--wby-white); }
.wby-not-found { min-height: 65vh; padding-top: 12vh; padding-bottom: 12vh; }

/* Article ----------------------------------------------------------------- */
.wby-article { padding: 0 var(--wby-gutter); }
.wby-article__head {
	width: 100% !important;
	max-width: var(--wby-reading) !important;
	margin: 0 auto !important;
	padding: clamp(56px, 6.5vw, 88px) 0 clamp(34px, 4.5vw, 54px);
	text-align: center;
}
.wby-article__category { margin: 0 0 16px; color: var(--wby-red); font-family: var(--wby-latin); font-size: 11px; letter-spacing: .15em; }
.wby-article__category a { color: inherit; text-decoration: none; }
.wby-article__title { margin: 0; font-family: var(--wby-serif); font-size: var(--wby-article-title-size, clamp(30px, 3.6vw, 46px)); line-height: 1.55; overflow-wrap: anywhere; }
.wby-article__lead { max-width: 640px; margin: 22px auto 0; color: var(--wby-muted); font-family: var(--wby-serif); font-size: clamp(15px, 1.35vw, 17px); line-height: 2; }
.wby-article__lead .wp-block-post-excerpt__more-link { display: none; }
.wby-article__head > .wby-article__lead { display: none !important; }
.wby-article__meta { justify-content: center; gap: 18px !important; margin-top: 22px !important; color: var(--wby-soft); font-family: var(--wby-latin); font-size: 10px; letter-spacing: .12em; }
.wby-article__hero,
.wby-article__hero--full {
	width: 100% !important;
	max-width: var(--wby-reading) !important;
	margin: 0 auto clamp(48px, 6vw, 78px) !important;
}
.wby-article__hero img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.wby-article__content { padding-bottom: clamp(72px, 8vw, 112px); font-family: var(--wby-serif); font-size: clamp(16px, 1.2vw, 18px); line-height: 2.15; }
.wby-article__content > * { max-width: var(--wby-reading); margin-left: auto; margin-right: auto; }
.wby-article__content > .alignwide { max-width: var(--wby-wide); }
.wby-article__content > .alignfull { max-width: none; }
.wby-article__content p { margin-top: 0; margin-bottom: 1.8em; }
.wby-article__content h2 { margin-top: 3.2em; padding-bottom: .5em; border-bottom: 1px solid var(--wby-ink); font-size: clamp(25px, 3vw, 36px); }
.wby-article__content h3 { margin-top: 2.5em; font-size: clamp(21px, 2.4vw, 28px); }
.wby-article__content h4 { margin-top: 2.2em; font-size: 19px; }
.wby-article__content img { height: auto; }
.wby-article__content figcaption { margin-top: 10px; color: var(--wby-muted); font-family: var(--wby-sans); font-size: 11px; line-height: 1.7; }
.wby-article__content blockquote { margin-top: 2.5em; margin-bottom: 2.5em; padding: 18px 0 18px 28px; border-left: 2px solid var(--wby-red); font-size: 1.08em; }
.wby-article__content table { width: 100%; border-collapse: collapse; font-family: var(--wby-sans); font-size: 14px; }
.wby-article__content th,
.wby-article__content td { padding: 12px 14px; border: 1px solid var(--wby-line); vertical-align: top; }
.wby-article__content th { background: var(--wby-paper); }
.wby-article__content .wp-block-table { overflow-x: auto; }
.wby-article__foot { width: 100% !important; max-width: var(--wby-reading) !important; margin: 0 auto !important; padding: 42px 0 92px; border-top: 1px solid var(--wby-line); font-size: 13px; }
.wby-article__foot a { display: block; min-height: 44px; padding: 10px 0; }
.wby-comments { max-width: var(--wby-reading) !important; margin: 0 auto 100px !important; }
.wby-article--guide .wby-article__head { text-align: left; }
.wby-article--guide .wby-article__meta { justify-content: flex-start; }
.wby-article--guide .wby-article__lead { margin-left: 0; }
.wby-guide-layout { width: 100% !important; max-width: var(--wby-wide) !important; }
.wby-article__content--guide { font-family: var(--wby-sans); font-size: 16px; line-height: 2; }

/* Home shared ------------------------------------------------------------- */
.wby-section-heading {
	display: flex;
	align-items: baseline;
	gap: 14px;
	margin: 0 0 32px;
}
.wby-section-heading__jp { flex: 0 0 auto; font-family: var(--wby-serif); font-size: 18px; font-weight: 600; }
.wby-section-heading__note { color: var(--wby-muted); font-size: 11px; }
.wby-section-heading__line { flex: 1; height: 1px; background: var(--wby-ink); }
.wby-section-heading__link { flex: 0 0 auto; min-height: 44px; padding: 12px 0 8px 16px; font-family: var(--wby-latin); font-size: 9px; letter-spacing: .18em; text-decoration: none; }
.wby-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 4px 12px;
	border: 1px solid currentColor;
	border-radius: 100px;
	font-size: 11px;
	line-height: 1;
}
.wby-outline-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 11px 22px;
	border: 1px solid var(--wby-button-bg, var(--wby-ink));
	color: var(--wby-button-bg, var(--wby-ink));
	font-family: var(--wby-latin);
	font-size: 10px;
	letter-spacing: .18em;
	text-decoration: none;
}
.wby-outline-button:hover { background: var(--wby-button-bg, var(--wby-ink)); color: var(--wby-button-text, var(--wby-white)); }
.wby-home-feature__copy,
.wby-latest-card,
.wby-latest-stack,
.wby-series-card,
.wby-category-item__body,
.wby-guide-item__title {
	min-width: 0;
}
.wby-home-feature__title,
.wby-latest-card__title,
.wby-latest-stack__title,
.wby-series-card__title,
.wby-category-item__title,
.wby-guide-item__title {
	overflow-wrap: break-word;
	word-break: normal;
}

.wby-photo-placeholder {
	display: grid;
	place-items: center;
	background: repeating-linear-gradient(45deg, #eee8d8 0 12px, #e3dbc6 12px 24px);
	color: #938773;
	font-family: var(--wby-latin);
	font-size: 9px;
	letter-spacing: .12em;
}

/* Hero -------------------------------------------------------------------- */
.wby-home-hero {
	position: relative;
	background: var(--wby-block-bg, var(--wby-hero-bg, transparent));
	color: var(--wby-block-text, inherit);
	width: min(100%, var(--wby-canvas));
	margin: 0 auto;
	padding: 38px var(--wby-gutter) 72px;
}
.wby-home-hero__vertical {
	position: absolute;
	top: 54px;
	left: 17px;
	writing-mode: vertical-rl;
	color: var(--wby-soft);
	font-family: var(--wby-latin);
	font-size: 9px;
	letter-spacing: .3em;
}
.wby-home-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 390px); gap: clamp(34px, 4vw, 58px); align-items: center; }
.wby-home-hero__media { min-width: 0; }
.wby-home-hero__image,
.wby-home-hero__media .wby-photo-placeholder {
	width: 100%;
	height: clamp(500px, 43vw, 615px);
	border: 1px solid var(--wby-ink);
	border-radius: clamp(56px, 6vw, 88px);
	object-fit: cover;
	object-position: 70% center;
}
.wby-home-hero__copy { min-width: 0; padding-right: 10px; }
.wby-home-hero__issue { margin: 0 0 22px; color: var(--wby-red); font-family: var(--wby-latin); font-size: 10px; font-weight: 600; letter-spacing: .23em; }
.wby-home-hero__title { margin: 0 0 24px; font-family: var(--wby-serif); font-size: clamp(30px, 3vw, 43px); font-weight: 600; line-height: 1.7; letter-spacing: .03em; }
.wby-home-hero__accent { color: var(--wby-red); }
.wby-home-hero__tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 24px; }
.wby-home-hero__tags .wby-pill:nth-child(2) { color: var(--wby-red); }
.wby-home-hero__tags .wby-pill:nth-child(3) { color: var(--wby-green); }
.wby-home-hero__tags .wby-pill:nth-child(4) { color: #a87908; }
.wby-home-hero__lead { margin: 0; font-family: var(--wby-serif); font-size: 14px; line-height: 2.25; }
.wby-home-hero__note { margin: 32px 0 0; padding-top: 18px; border-top: 1px solid var(--wby-ink); color: var(--wby-muted); font-size: 11px; line-height: 2; }
.wby-home-hero__note strong { display: block; margin-bottom: 4px; color: var(--wby-ink); font-family: var(--wby-latin); font-size: 9px; font-weight: 500; letter-spacing: .2em; }

/* Feature ----------------------------------------------------------------- */
.wby-home-feature { width: min(100%, var(--wby-canvas)); margin: 0 auto; padding: 58px var(--wby-gutter) var(--wby-section); background: var(--wby-block-bg, var(--wby-feature-bg, transparent)); color: var(--wby-block-text, inherit); }
.wby-home-feature__heading { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; color: var(--wby-red); font-family: var(--wby-latin); font-size: 10px; font-weight: 600; letter-spacing: .24em; }
.wby-home-feature__heading::after { content: ''; flex: 1; height: 1px; background: var(--wby-ink); opacity: .7; }
.wby-home-feature__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(24px, 3.4vw, 52px); align-items: start; }
.wby-feature-card { min-width: 0; }
.wby-feature-card__media { position: relative; display: block; height: var(--wby-feature-image-height, clamp(270px, 28vw, 410px)); background: var(--wby-paper); overflow: hidden; }
.wby-feature-card__image,
.wby-feature-card__media .wby-photo-placeholder { width: 100%; height: 100%; object-fit: cover; object-position: var(--wby-feature-image-position-x, 50%) top; transition: transform .35s ease; }
.wby-feature-card__media:hover .wby-feature-card__image { transform: scale(1.015); }
.wby-feature-card__label { position: absolute; top: 0; left: 0; padding: 6px 11px; background: var(--wby-ink); color: var(--wby-white); font-family: var(--wby-latin); font-size: 8px; letter-spacing: .15em; }
.wby-feature-card__copy { padding-top: 18px; }
.wby-feature-card__meta { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; color: var(--wby-soft); font-family: var(--wby-latin); font-size: 9px; letter-spacing: .1em; }
.wby-feature-card__category { padding: 4px 10px; background: var(--wby-green); color: var(--wby-white); font-family: var(--wby-sans); font-weight: 700; letter-spacing: 0; }
.wby-feature-card__title { margin: 13px 0 12px; font-family: var(--wby-serif); font-size: clamp(21px, 2.4vw, 32px); line-height: 1.55; overflow-wrap: anywhere; }
.wby-feature-card__title a { color: inherit; text-decoration: none; }
.wby-feature-card__excerpt { margin: 0 0 18px; color: var(--wby-muted); font-size: 12px; line-height: 2; }
.wby-feature-card__link { display: inline-block; padding-bottom: 3px; border-bottom: 1px solid currentColor; color: inherit; font-family: var(--wby-latin); font-size: 9px; letter-spacing: .16em; text-decoration: none; }

/* Latest ------------------------------------------------------------------ */
.wby-home-latest { width: min(100%, var(--wby-canvas)); margin: 0 auto; padding: 0 var(--wby-gutter) var(--wby-section); background: var(--wby-block-bg, var(--wby-latest-bg, transparent)); color: var(--wby-block-text, inherit); }
.wby-home-latest__grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr) minmax(0, 1fr); gap: clamp(26px, 3.4vw, 52px); }
.wby-latest-card { min-width: 0; }
.wby-latest-card a { color: inherit; text-decoration: none; }
.wby-latest-card__image,
.wby-latest-card .wby-photo-placeholder { width: 100%; height: clamp(240px, 23vw, 310px); object-fit: cover; }
.wby-latest-card__meta { display: flex; flex-wrap: wrap; gap: 9px; margin: 15px 0 7px; color: var(--wby-soft); font-family: var(--wby-latin); font-size: 9px; letter-spacing: .1em; }
.wby-latest-card__category { color: var(--wby-red); font-family: var(--wby-sans); font-weight: 700; }
.wby-latest-card__title { margin: 0; font-family: var(--wby-serif); font-size: clamp(17px, 1.8vw, 23px); line-height: 1.7; overflow-wrap: anywhere; }
.wby-latest-card--panel { display: flex; flex-direction: column; justify-content: space-between; min-height: 100%; padding: 26px 28px; background: var(--wby-panel); }
.wby-latest-card--panel .wby-latest-card__title { font-size: clamp(19px, 2vw, 25px); }
.wby-latest-card__excerpt { margin: 14px 0; color: var(--wby-muted); font-size: 12px; line-height: 2; }
.wby-latest-card__number { margin-top: 28px; color: var(--wby-mustard); font-family: var(--wby-latin); font-size: 42px; font-weight: 700; line-height: 1; }
.wby-latest-stack { display: flex; flex-direction: column; gap: 0; }
.wby-latest-stack__item { padding: 0 0 21px; border-bottom: 1px solid var(--wby-line); }
.wby-latest-stack__item + .wby-latest-stack__item { padding-top: 21px; }
.wby-latest-stack__item:last-child { border-bottom: 0; }
.wby-latest-stack__item a { text-decoration: none; }
.wby-latest-stack__title { margin: 6px 0 0; font-family: var(--wby-serif); font-size: 16px; line-height: 1.75; overflow-wrap: anywhere; }

/* Series ------------------------------------------------------------------ */
.wby-home-series { width: min(100%, var(--wby-canvas)); margin: 0 auto; padding: 0 var(--wby-gutter) var(--wby-section); background: var(--wby-block-bg, var(--wby-series-bg, transparent)); color: var(--wby-block-text, inherit); }
.wby-home-series__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.wby-series-card { min-width: 0; padding: clamp(18px, 2.2vw, 28px); border: 1px solid var(--wby-ink); background: var(--wby-white); }
.wby-series-card--accent { background: var(--wby-green); color: var(--wby-white); }
.wby-series-card__image,
.wby-series-card .wby-photo-placeholder { width: 100%; aspect-ratio: 1 / 1.12; margin-bottom: 20px; object-fit: cover; filter: saturate(.78); }
.wby-series-card__meta { display: flex; justify-content: space-between; gap: 12px; color: var(--wby-green); font-family: var(--wby-latin); font-size: 9px; letter-spacing: .16em; }
.wby-series-card--accent .wby-series-card__meta { color: var(--wby-mustard); }
.wby-series-card__status { padding: 2px 7px; border: 1px solid var(--wby-line); color: var(--wby-soft); }
.wby-series-card--accent .wby-series-card__status { border-color: transparent; color: var(--wby-white); }
.wby-series-card__title { margin: 14px 0 7px; font-family: var(--wby-serif); font-size: clamp(18px, 2vw, 23px); line-height: 1.6; }
.wby-series-card__text { margin: 0; color: var(--wby-muted); font-size: 12px; line-height: 1.95; }
.wby-series-card--accent .wby-series-card__text { color: rgba(255, 255, 255, .78); }
.wby-series-card__link { display: inline-flex; min-height: 44px; align-items: center; margin-top: 10px; color: inherit; font-family: var(--wby-latin); font-size: 9px; letter-spacing: .16em; }

/* Category ---------------------------------------------------------------- */
.wby-home-categories { width: min(100%, var(--wby-canvas)); margin: 0 auto; padding: 0 var(--wby-gutter) var(--wby-section); background: var(--wby-block-bg, var(--wby-categories-bg, transparent)); color: var(--wby-block-text, inherit); }
.wby-home-categories__layout { display: grid; gap: 38px; }
.wby-category-intro { display: grid; grid-template-columns: auto auto minmax(0, 1fr); gap: 28px; align-items: center; }
.wby-category-intro__title { display: flex; flex-wrap: wrap; gap: .35em; margin: 0; font-family: var(--wby-serif); font-size: clamp(23px, 2.35vw, 31px); font-weight: 500; line-height: 1.55; letter-spacing: .08em; }
.wby-category-intro__accent { color: var(--wby-red); }
.wby-category-intro__en { color: var(--wby-soft); font-family: var(--wby-latin); font-size: 9px; letter-spacing: .28em; white-space: nowrap; }
.wby-category-intro__lead { margin: 0; color: var(--wby-muted); font-size: 11px; line-height: 2; }
.wby-category-items { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(28px, 4vw, 58px); }
.wby-category-item { display: grid; min-width: 0; min-height: 150px; grid-template-columns: minmax(150px, 38%) minmax(0, 1fr); align-items: stretch; border-bottom: 1px solid var(--wby-line); color: inherit; text-decoration: none; }
.wby-category-item__media { position: relative; min-height: 132px; overflow: hidden; background: var(--wby-paper); }
.wby-category-item__image,
.wby-category-item__media .wby-photo-placeholder { width: 100%; height: 100%; min-height: 132px; object-fit: cover; }
.wby-category-item__name { position: absolute; bottom: 12px; left: 14px; color: var(--wby-white); font-family: var(--wby-serif); font-size: 18px; text-shadow: 0 1px 8px rgba(0, 0, 0, .55); }
.wby-category-item__en { position: absolute; top: 11px; right: 12px; color: rgba(255, 255, 255, .88); font-family: var(--wby-latin); font-size: 8px; letter-spacing: .15em; text-shadow: 0 1px 6px rgba(0, 0, 0, .35); }
.wby-category-item__body { min-width: 0; padding: 20px 0 18px 22px; }
.wby-category-item__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 8px; color: var(--wby-soft); font-family: var(--wby-latin); font-size: 8px; letter-spacing: .12em; }
.wby-category-item__title { margin: 0; font-family: var(--wby-serif); font-size: clamp(14px, 1.25vw, 18px); line-height: 1.7; overflow-wrap: anywhere; }
.wby-category-item__excerpt { margin: 7px 0 0; color: var(--wby-muted); font-size: 10px; line-height: 1.8; }

/* Guide ------------------------------------------------------------------- */
.wby-home-guide { width: min(100%, var(--wby-canvas)); margin: 0 auto; padding: 0 var(--wby-gutter) var(--wby-section); background: var(--wby-block-bg, var(--wby-guide-bg, transparent)); color: var(--wby-block-text, inherit); }
.wby-guide-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 58px; border-top: 1px solid var(--wby-line); }
.wby-guide-item { display: grid; grid-template-columns: 82px minmax(0, 1fr); gap: 18px; align-items: start; min-height: 58px; padding: 15px 0; border-bottom: 1px solid var(--wby-line); text-decoration: none; }
.wby-guide-item__date { color: var(--wby-soft); font-family: var(--wby-latin); font-size: 9px; letter-spacing: .08em; }
.wby-guide-item__title { font-family: var(--wby-serif); font-size: 13px; line-height: 1.75; overflow-wrap: anywhere; }

/* Consistent editorial width --------------------------------------------- */
.wby-home-hero,
.wby-home-feature,
.wby-home-latest,
.wby-home-series,
.wby-home-categories,
.wby-home-guide {
	width: min(calc(100% - (2 * var(--wby-gutter))), var(--wby-wide));
	max-width: var(--wby-wide);
	padding-right: 0;
	padding-left: 0;
}

/* Statement --------------------------------------------------------------- */
.wby-home-statement { position: relative; width: min(100%, var(--wby-canvas)); min-height: clamp(540px, 48vw, 690px); margin: 0 auto; overflow: hidden; background: var(--wby-block-bg, var(--wby-statement-bg, var(--wby-ink))); color: var(--wby-block-text, var(--wby-statement-text, var(--wby-white))); }
.wby-home-statement__image,
.wby-home-statement > .wby-photo-placeholder { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.wby-home-statement::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(var(--wby-statement-overlay-rgb, 24,20,15), var(--wby-statement-overlay-alpha, .62)), rgba(var(--wby-statement-overlay-rgb, 24,20,15), .2) 52%, rgba(var(--wby-statement-overlay-rgb, 24,20,15), var(--wby-statement-overlay-alpha, .55))); content: ""; }
.wby-home-statement__inner { position: relative; z-index: 1; display: grid; width: min(calc(100% - (2 * var(--wby-gutter))), var(--wby-wide)); min-height: inherit; grid-template-columns: .8fr 1.2fr; gap: 9vw; align-items: center; margin: 0 auto; padding: 64px 0; }
.wby-home-statement__title { margin: 0; font-family: var(--wby-serif); font-size: clamp(32px, 4vw, 50px); font-weight: 600; line-height: 1.85; letter-spacing: .05em; }
.wby-home-statement__text { margin: 0 0 26px; font-family: var(--wby-serif); font-size: 13px; line-height: 2.4; }
.wby-home-statement .wby-outline-button { border-color: var(--wby-white); color: var(--wby-white); }
.wby-home-statement .wby-outline-button:hover { background: var(--wby-white); color: var(--wby-ink); }

/* Follow / Join ----------------------------------------------------------- */
.wby-home-social { display: grid; width: min(100%, var(--wby-canvas)); grid-template-columns: 1.1fr .9fr; margin: 0 auto; }
.wby-follow,
.wby-join { min-height: 250px; padding: clamp(44px, 5vw, 68px) clamp(28px, 6vw, 84px); }
.wby-follow { display: grid; grid-template-columns: 1fr 1fr; align-items: center; background: var(--wby-follow-bg, var(--wby-white)); color: var(--wby-follow-text, var(--wby-ink)); }
.wby-follow__title,
.wby-join__title { margin: 0; font-family: var(--wby-latin); font-size: clamp(25px, 3vw, 38px); font-weight: 600; letter-spacing: .12em; line-height: 1.2; }
.wby-follow__sub { margin-top: 10px; color: var(--wby-soft); font-size: 10px; }
.wby-follow__links { display: flex; justify-content: center; gap: 42px; }
.wby-follow__links a,
.wby-follow__pending { display: grid; min-width: 58px; min-height: 68px; place-items: center; align-content: center; font-family: var(--wby-latin); font-size: 10px; text-decoration: none; }
.wby-follow__pending { color: var(--wby-soft); }
.wby-follow__icon { display: block; margin-bottom: 3px; font-size: 25px; }
.wby-join { position: relative; background: var(--wby-join-bg, var(--wby-ink)); color: var(--wby-join-text, var(--wby-white)); }
.wby-join__arrow { position: absolute; top: 48px; right: 54px; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255, 255, 255, .55); border-radius: 50%; color: inherit; text-decoration: none; }
.wby-join__label { margin-top: 28px; font-family: var(--wby-serif); font-size: 14px; font-weight: 600; }
.wby-join__text { max-width: 510px; margin: 10px 0 0; color: rgba(255, 255, 255, .72); font-size: 11px; line-height: 2; }

/* Contact forms ----------------------------------------------------------- */
.wby-contact-content { max-width: 900px !important; }
.wby-contact-content input:not([type="checkbox"]):not([type="radio"]),
.wby-contact-content select,
.wby-contact-content textarea {
	width: 100%;
	max-width: 100%;
	padding: 12px 14px;
	border: 1px solid var(--wby-line);
	border-radius: 0;
	background: var(--wby-white);
}
.wby-contact-content textarea { min-height: 220px; }
.wby-contact-content input[type="submit"],
.wby-contact-content button[type="submit"] { min-height: 46px; padding: 10px 24px; border: 1px solid var(--wby-ink); border-radius: 0; background: var(--wby-button-bg, var(--wby-ink)); color: var(--wby-button-text, var(--wby-white)); cursor: pointer; }

/* Compact desktop / tablet landscape ------------------------------------- */
@media (max-width: 1120px) {
	.wby-home-feature__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px 30px;
	}
	.wby-home-latest__grid { grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); }
	.wby-latest-stack {
		grid-column: 1 / -1;
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 20px;
	}
	.wby-latest-stack__item,
	.wby-latest-stack__item + .wby-latest-stack__item {
		padding: 0 0 14px;
		border-bottom: 1px solid var(--wby-line);
	}
}

/* Tablet ------------------------------------------------------------------ */
@media (max-width: 980px) {
	.wby-archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
	body.admin-bar { --wby-admin-offset: 46px; }
	.wby-site-header__inner { min-height: var(--wby-header-height-sp, var(--wby-header-height, 70px)); }
	.wby-primary-nav .wp-block-navigation__responsive-container:not(.is-menu-open) { display: none; }
	.wby-primary-nav .wp-block-navigation__responsive-container-open { display: flex; }

	.wby-home-hero { width: 100%; max-width: none; padding: 0 0 54px; }
	.wby-home-feature,
	.wby-home-latest,
	.wby-home-series,
	.wby-home-categories,
	.wby-home-guide {
		width: calc(100% - 40px);
		max-width: none;
	}
	.wby-home-hero__vertical { display: none; }
	.wby-home-hero__grid { display: flex; flex-direction: column; gap: 0; }
	.wby-home-hero__media { width: 100%; position: relative; z-index: 1; }
	.wby-home-hero__image,
	.wby-home-hero__media .wby-photo-placeholder { height: clamp(300px, 64vw, 480px); border: 0; border-radius: 0; object-position: 72% center; }
	.wby-home-hero__copy { width: min(calc(100% - 40px), 680px); margin: calc(-1 * var(--wby-block-sp-copy-overlap, 26px)) auto 0; padding: 20px 18px 0; position: relative; transform: translateX(var(--wby-block-sp-copy-x, 0px)); z-index: 2; background: var(--wby-block-sp-bg, var(--wby-block-bg, var(--wby-site-bg))); box-shadow: 0 0 0 1px color-mix(in srgb, var(--wby-line) 65%, transparent); }
	.wby-home-hero__title { font-size: clamp(29px, 7vw, 39px); }

	.wby-home-feature__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.wby-home-latest__grid { grid-template-columns: 1.25fr 1fr; }
	.wby-latest-stack { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
	.wby-latest-stack__item,
	.wby-latest-stack__item + .wby-latest-stack__item { padding: 0 0 14px; border-bottom: 1px solid var(--wby-line); }
	.wby-category-intro { grid-template-columns: auto minmax(0, 1fr); gap: 12px 22px; }
	.wby-category-intro__lead { grid-column: 1 / -1; }
	.wby-category-items { grid-template-columns: 1fr; column-gap: 0; }
	.wby-category-item { grid-template-columns: minmax(180px, 34%) minmax(0, 1fr); }
	.wby-home-statement__inner { grid-template-columns: 1fr 1.25fr; gap: 6vw; }
	.wby-follow { grid-template-columns: 1fr; gap: 28px; text-align: center; }
}

/* Mobile ------------------------------------------------------------------ */
@media (max-width: 700px) {
	.wby-archive-grid { grid-template-columns: repeat(var(--wby-archive-columns-sp, 1), minmax(0, 1fr)) !important; gap: var(--wby-archive-gap-sp, 42px) !important; }
	.wby-category-page .wby-archive-title { font-size: var(--wby-archive-title-size-sp, 34px); }
	.wby-category-page .wby-archive-head { padding-top: 42px; padding-bottom: 30px; }
	:root { --wby-section: 74px; }
	body { font-size: var(--wby-base-font-size-sp, var(--wby-base-font-size, 15px)); }
	.wby-site-header__inner { width: calc(100% - 40px) !important; padding: 10px 0; }
	.wby-site-logo img { width: 104px !important; }
	.wby-site-footer__inner { width: calc(100% - 40px) !important; padding: 46px 0 32px; }
	.wby-footer-nav .wp-block-navigation__container { justify-content: center; }

	.wby-section-heading { flex-wrap: wrap; gap: 8px 11px; margin-bottom: 22px; }
	.wby-section-heading__en { font-size: 9px; }
	.wby-section-heading__jp { font-size: 16px; }
	.wby-section-heading__line { min-width: 36px; }
	.wby-section-heading__note { order: 4; width: 100%; }
	.wby-section-heading__link { padding-left: 0; }

	.wby-home-hero__image,
	.wby-home-hero__media .wby-photo-placeholder { height: 305px; }
	.wby-home-hero__copy { width: calc(100% - 40px); margin-top: calc(-1 * var(--wby-block-sp-copy-overlap, 22px)); padding: 18px 16px 0; transform: translateX(var(--wby-block-sp-copy-x, 0px)); }
	.wby-home-hero__issue { margin-bottom: 14px; font-size: 8px; }
	.wby-home-hero__title { margin-bottom: 18px; font-size: 27px; line-height: 1.55; }
	.wby-home-hero__tags { margin-bottom: 18px; }
	.wby-home-hero__lead { font-size: 13px; line-height: 2.05; }
	.wby-home-hero__note { margin-top: 22px; }

	.wby-home-feature,
	.wby-home-latest,
	.wby-home-series,
	.wby-home-categories,
	.wby-home-guide {
		width: calc(100% - 40px);
		padding-right: 0;
		padding-left: 0;
	}
	.wby-home-feature { padding-top: 18px; padding-bottom: var(--wby-section); }
	.wby-home-feature__heading { margin-bottom: 20px; font-size: 8px; }
	.wby-home-feature__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
	.wby-feature-card__media { height: var(--wby-feature-sp-image-height, clamp(118px, 34vw, 165px)); }
	.wby-feature-card__copy { padding-top: 11px; }
	.wby-feature-card__meta { gap: 5px; font-size: 7px; }
	.wby-feature-card__category { padding: 3px 6px; font-size: 10px; }
	.wby-feature-card__title { margin: 8px 0 0; font-size: clamp(14px, 4.1vw, 17px); line-height: 1.55; }
	.wby-feature-card__excerpt,
	.wby-feature-card__link { display: none; }


	.wby-home-latest__grid { display: block; }
	.wby-latest-card { margin-bottom: 25px; }
	.wby-latest-card__image,
	.wby-latest-card .wby-photo-placeholder { height: auto; aspect-ratio: 4 / 3; }

	.wby-latest-card--panel { min-height: 260px; padding: 24px; }
	.wby-latest-stack { display: block; }
	.wby-latest-stack__item { margin: 0; }

	.wby-home-series__grid { grid-template-columns: 1fr; gap: 16px; }
	.wby-series-card { padding: 18px; }
	.wby-series-card__image,
	.wby-series-card .wby-photo-placeholder { aspect-ratio: 1 / 1.12; }

	.wby-home-categories__layout { gap: 26px; }
	.wby-category-intro { display: flex; flex-wrap: wrap; gap: 10px 18px; align-items: baseline; }
	.wby-category-intro__title { width: 100%; font-size: 23px; }
	.wby-category-intro__lead { width: 100%; }
	.wby-category-items { grid-template-columns: 1fr; column-gap: 0; }
	.wby-category-item { min-height: 118px; grid-template-columns: 42% minmax(0, 1fr); }
	.wby-category-item__image,
	.wby-category-item__media .wby-photo-placeholder { min-height: 117px; }
	.wby-category-item__body { padding: 12px 0 14px 14px; }
	.wby-category-item__name { bottom: 9px; left: 10px; font-size: 17px; }
	.wby-category-item__en { display: none; }
	.wby-category-item__excerpt { display: none; }

	.wby-guide-list { display: block; }
	.wby-guide-item { grid-template-columns: 70px minmax(0, 1fr); gap: 12px; }

	.wby-home-statement { min-height: 600px; }
	.wby-home-statement::after { background: linear-gradient(180deg, rgba(var(--wby-statement-overlay-rgb, 24,20,15), calc(var(--wby-statement-overlay-alpha, .55) * .85)), rgba(var(--wby-statement-overlay-rgb, 24,20,15), var(--wby-statement-overlay-alpha, .72))); }
	.wby-home-statement__inner { display: flex; width: calc(100% - 40px); flex-direction: column; justify-content: space-between; align-items: flex-start; gap: 32px; padding: 52px 0 42px; }
	.wby-home-statement__title { font-size: 29px; line-height: 1.75; }
	.wby-home-statement__text { font-size: 12px; line-height: 2.25; }

	.wby-home-social { display: block; }
	.wby-follow,
	.wby-join { min-height: 0; padding: 42px 22px; }
	.wby-follow { display: block; text-align: center; }
	.wby-follow__links { margin-top: 24px; gap: 28px; }
	.wby-follow__title,
	.wby-join__title { font-size: 25px; }
	.wby-join__arrow { top: 30px; right: 22px; }

	.wby-page,
	.wby-archive-page,
	.wby-article { padding-left: 20px; padding-right: 20px; }
	.wby-page__head,
	.wby-archive-head { padding: 52px 0 36px; }
	.wby-page__title,
	.wby-archive-title { font-size: 38px; }
	.wby-archive-grid { grid-template-columns: repeat(var(--wby-archive-columns-sp, 1), minmax(0, 1fr)) !important; gap: var(--wby-archive-gap-sp, 48px) !important; }
	.wby-archive-query { padding: 42px 0 80px; }

	.wby-article__head { padding: 42px 0 30px; text-align: left; }
	.wby-article__title { font-size: var(--wby-article-title-size-sp, 27px); line-height: 1.55; }
	.wby-article__lead { margin-top: 18px; margin-left: 0; font-size: 15px; }
	.wby-article__meta { justify-content: flex-start; margin-top: 18px !important; }
	.wby-article__hero,
	.wby-article__hero--full { width: 100% !important; max-width: 100% !important; margin-right: auto !important; margin-bottom: 42px !important; margin-left: auto !important; }
	.wby-article__content { font-size: 16px; line-height: 2; }
	.wby-article__content h2 { margin-top: 2.6em; font-size: 25px; }
	.wby-article__content h3 { font-size: 21px; }
}

@media (max-width: 480px) {
	:root { --wby-gutter: 18px; }
	.wby-site-header__inner,
	.wby-site-footer__inner { width: calc(100% - 36px) !important; }
	.wby-home-hero__copy,
	.wby-home-statement__inner { width: calc(100% - 36px); }
	.wby-home-feature,
	.wby-home-latest,
	.wby-home-series,
	.wby-home-categories,
	.wby-home-guide { width: calc(100% - 36px); }
	.wby-home-hero__image,
	.wby-home-hero__media .wby-photo-placeholder { height: min(78vw, 320px); }
	.wby-home-hero__title { font-size: clamp(24px, 7.4vw, 29px); }
	.wby-category-item {
		display: block;
		min-height: 0;
	}
	.wby-category-item__media { aspect-ratio: 16 / 9; }
	.wby-category-item__image,
	.wby-category-item__media .wby-photo-placeholder { min-height: 0; height: 100%; }
	.wby-category-item__body { padding: 16px 16px 18px; }
	.wby-category-item__excerpt { display: block; }
	.wby-guide-item { grid-template-columns: 64px minmax(0, 1fr); }
	.wby-follow__links { gap: 18px; }
	.wby-join__arrow { width: 40px; height: 40px; }
}

@media (max-width: 340px) {
	.wby-home-hero__tags { gap: 5px; }
	.wby-pill { min-height: 30px; padding: 4px 10px; font-size: 10px; }
	.wby-section-heading__jp { font-size: 15px; }
	.wby-follow__links { flex-wrap: wrap; }
}


/* Design controls added in 1.3.0 ----------------------------------------- */
.wby-category-item--genmai { --wby-category-color: var(--wby-cat-genmai, var(--wby-red)); }
.wby-category-item--umeboshi { --wby-category-color: var(--wby-cat-umeboshi, var(--wby-red)); }
.wby-category-item--miso { --wby-category-color: var(--wby-cat-miso, var(--wby-mustard)); }
.wby-category-item--natto { --wby-category-color: var(--wby-cat-natto, var(--wby-green)); }
.wby-category-item .wby-pill,
.wby-category-item:hover .wby-category-item__title { color: var(--wby-category-color, var(--wby-red)); }
.wby-category-tone-genmai { --wby-current-category: var(--wby-cat-genmai, var(--wby-red)); }
.wby-category-tone-umeboshi { --wby-current-category: var(--wby-cat-umeboshi, var(--wby-red)); }
.wby-category-tone-miso { --wby-current-category: var(--wby-cat-miso, var(--wby-mustard)); }
.wby-category-tone-natto { --wby-current-category: var(--wby-cat-natto, var(--wby-green)); }
.wby-category-page .wby-kicker,
.wby-category-page .wby-archive-card__meta a { color: var(--wby-current-category, var(--wby-red)); }
.wby-category-page .wby-archive-head { border-bottom-color: var(--wby-current-category, var(--wby-ink)); }

.wby-home-hero,
.wby-home-feature,
.wby-home-latest,
.wby-home-series,
.wby-home-categories,
.wby-home-guide {
	width: min(calc(100% - (2 * var(--wby-gutter))), var(--wby-block-max-width, var(--wby-wide)));
	max-width: var(--wby-block-max-width, var(--wby-wide));
	padding-right: var(--wby-block-px, 0);
	padding-left: var(--wby-block-px, 0);
}
.wby-home-statement,
.wby-home-social {
	width: min(100%, var(--wby-block-max-width, var(--wby-canvas)));
	max-width: var(--wby-block-max-width, var(--wby-canvas));
}
.wby-home-hero { box-shadow: 0 0 0 100vmax var(--wby-block-bg, var(--wby-hero-bg, transparent)); clip-path: inset(0 -100vmax); }
.wby-home-feature { box-shadow: 0 0 0 100vmax var(--wby-block-bg, var(--wby-feature-bg, transparent)); clip-path: inset(0 -100vmax); }
.wby-home-latest { box-shadow: 0 0 0 100vmax var(--wby-block-bg, var(--wby-latest-bg, transparent)); clip-path: inset(0 -100vmax); }
.wby-home-series { box-shadow: 0 0 0 100vmax var(--wby-block-bg, var(--wby-series-bg, transparent)); clip-path: inset(0 -100vmax); }
.wby-home-categories { box-shadow: 0 0 0 100vmax var(--wby-block-bg, var(--wby-categories-bg, transparent)); clip-path: inset(0 -100vmax); }
.wby-home-guide { box-shadow: 0 0 0 100vmax var(--wby-block-bg, var(--wby-guide-bg, transparent)); clip-path: inset(0 -100vmax); }
.wby-home-hero { padding-top: var(--wby-block-pt, 38px); padding-bottom: var(--wby-block-pb, 72px); }
.wby-home-feature { padding-top: var(--wby-block-pt, 58px); padding-bottom: var(--wby-block-pb, var(--wby-section)); }
.wby-home-latest,
.wby-home-series,
.wby-home-categories,
.wby-home-guide { padding-top: var(--wby-block-pt, 0px); padding-bottom: var(--wby-block-pb, var(--wby-section)); }
.wby-home-statement { min-height: var(--wby-block-image-height, clamp(540px, 48vw, 690px)); }
.wby-home-social { padding-top: var(--wby-block-pt, 0px); padding-right: var(--wby-block-px, 0px); padding-bottom: var(--wby-block-pb, 0px); padding-left: var(--wby-block-px, 0px); background: var(--wby-block-bg, transparent); color: var(--wby-block-text, inherit); }

.wby-home-hero__title { font-size: var(--wby-block-heading-size, clamp(30px, 3vw, 43px)); }
.wby-home-feature .wby-feature-card__title { font-size: var(--wby-block-heading-size, clamp(21px, 2.4vw, 32px)); }
.wby-home-latest .wby-section-heading__jp,
.wby-home-series .wby-section-heading__jp,
.wby-home-categories .wby-section-heading__jp,
.wby-home-guide .wby-section-heading__jp { font-size: var(--wby-block-heading-size, 18px); }
.wby-home-statement__title { font-size: var(--wby-block-heading-size, clamp(32px, 4vw, 50px)); }
.wby-home-social .wby-follow__title,
.wby-home-social .wby-join__title { font-size: var(--wby-block-heading-size, clamp(25px, 3vw, 38px)); }

.wby-home-hero__grid { gap: var(--wby-block-gap, clamp(34px, 4vw, 58px)); }
.wby-home-feature__grid { gap: var(--wby-block-gap, clamp(24px, 3.4vw, 52px)); }
.wby-home-latest__grid { gap: var(--wby-block-gap, clamp(26px, 3.4vw, 52px)); }
.wby-home-series__grid { gap: var(--wby-block-gap, 22px); }
.wby-home-categories__layout { gap: var(--wby-block-gap, 38px); }
.wby-home-statement__inner { gap: var(--wby-block-gap, 9vw); }
.wby-home-social { gap: var(--wby-block-gap, 0px); }
.wby-home-guide .wby-guide-list { column-gap: var(--wby-block-gap, 58px); }

.wby-home-hero__image,
.wby-home-hero__media .wby-photo-placeholder { height: var(--wby-block-image-height, clamp(500px, 43vw, 615px)); }
.wby-home-feature .wby-feature-card__media { height: var(--wby-block-image-height, clamp(270px, 28vw, 410px)); }
.wby-home-latest .wby-latest-card__image,
.wby-home-latest .wby-latest-card .wby-photo-placeholder { height: var(--wby-block-image-height, clamp(240px, 23vw, 310px)); }
.wby-home-series .wby-series-card__image,
.wby-home-series .wby-series-card .wby-photo-placeholder { height: var(--wby-block-image-height, auto); }
.wby-home-categories .wby-category-item__image,
.wby-home-categories .wby-category-item__media .wby-photo-placeholder { min-height: var(--wby-block-image-height, 132px); height: var(--wby-block-image-height, 100%); }

@media (min-width: 701px) and (max-width: 980px) {
	.wby-archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
	.wby-home-hero { width: 100%; max-width: none; padding-top: var(--wby-block-pt, 0px); padding-bottom: var(--wby-block-pb, 54px); }
	.wby-home-feature,
	.wby-home-latest,
	.wby-home-series,
	.wby-home-categories,
	.wby-home-guide { width: calc(100% - 40px); max-width: none; }
	.wby-home-hero__grid { gap: var(--wby-block-gap, 0px); }
	.wby-home-hero__image,
	.wby-home-hero__media .wby-photo-placeholder { height: var(--wby-block-image-height, clamp(300px, 64vw, 480px)); }
	.wby-home-hero__title { font-size: var(--wby-block-heading-size, clamp(29px, 7vw, 39px)); }
	.wby-home-feature__grid { gap: var(--wby-block-gap, 24px 30px); }
	.wby-home-statement__inner { gap: var(--wby-block-gap, 6vw); }
}

@media (max-width: 700px) {
	.wby-archive-card__image img { aspect-ratio: var(--wby-archive-ratio-sp, var(--wby-archive-ratio-pc, 4 / 3)); }
	.wby-archive-card__title { font-size: var(--wby-archive-card-title-size-sp, var(--wby-archive-card-title-size-pc, clamp(17px, 1.45vw, 21px))); }
	.wby-category-page .wby-archive-title { font-size: var(--wby-archive-title-size-sp, 34px); }

	.wby-home-hero {
		width: calc(100% - (2 * var(--wby-block-sp-side-margin, 0px)));
		padding-top: var(--wby-block-sp-pt, 0px);
		padding-right: var(--wby-block-sp-px, 0px);
		padding-bottom: var(--wby-block-sp-pb, 54px);
		padding-left: var(--wby-block-sp-px, 0px);
		background: var(--wby-block-sp-bg, var(--wby-block-bg, var(--wby-hero-bg, transparent)));
		color: var(--wby-block-sp-text, var(--wby-block-text, inherit));
	}
	.wby-home-feature,
	.wby-home-latest,
	.wby-home-series,
	.wby-home-categories,
	.wby-home-guide {
		width: calc(100% - (2 * var(--wby-block-sp-side-margin, var(--wby-gutter))));
		padding-right: var(--wby-block-sp-px, 0px);
		padding-left: var(--wby-block-sp-px, 0px);
		color: var(--wby-block-sp-text, var(--wby-block-text, inherit));
	}
	.wby-home-hero { box-shadow: 0 0 0 100vmax var(--wby-block-sp-bg, var(--wby-block-bg, var(--wby-hero-bg, transparent))); }
	.wby-home-feature { box-shadow: 0 0 0 100vmax var(--wby-block-sp-bg, var(--wby-block-bg, var(--wby-feature-bg, transparent))); }
	.wby-home-latest { box-shadow: 0 0 0 100vmax var(--wby-block-sp-bg, var(--wby-block-bg, var(--wby-latest-bg, transparent))); }
	.wby-home-series { box-shadow: 0 0 0 100vmax var(--wby-block-sp-bg, var(--wby-block-bg, var(--wby-series-bg, transparent))); }
	.wby-home-categories { box-shadow: 0 0 0 100vmax var(--wby-block-sp-bg, var(--wby-block-bg, var(--wby-categories-bg, transparent))); }
	.wby-home-guide { box-shadow: 0 0 0 100vmax var(--wby-block-sp-bg, var(--wby-block-bg, var(--wby-guide-bg, transparent))); }
	.wby-home-feature { padding-top: var(--wby-block-sp-pt, 18px); padding-bottom: var(--wby-block-sp-pb, var(--wby-section)); background: var(--wby-block-sp-bg, var(--wby-block-bg, var(--wby-feature-bg, transparent))); }
	.wby-home-latest { padding-top: var(--wby-block-sp-pt, 0px); padding-bottom: var(--wby-block-sp-pb, var(--wby-section)); background: var(--wby-block-sp-bg, var(--wby-block-bg, var(--wby-latest-bg, transparent))); }
	.wby-home-series { padding-top: var(--wby-block-sp-pt, 0px); padding-bottom: var(--wby-block-sp-pb, var(--wby-section)); background: var(--wby-block-sp-bg, var(--wby-block-bg, var(--wby-series-bg, transparent))); }
	.wby-home-categories { padding-top: var(--wby-block-sp-pt, 0px); padding-bottom: var(--wby-block-sp-pb, var(--wby-section)); background: var(--wby-block-sp-bg, var(--wby-block-bg, var(--wby-categories-bg, transparent))); }
	.wby-home-guide { padding-top: var(--wby-block-sp-pt, 0px); padding-bottom: var(--wby-block-sp-pb, var(--wby-section)); background: var(--wby-block-sp-bg, var(--wby-block-bg, var(--wby-guide-bg, transparent))); }
	.wby-home-statement,
	.wby-home-social {
		width: calc(100% - (2 * var(--wby-block-sp-side-margin, 0px)));
		max-width: none;
		color: var(--wby-block-sp-text, var(--wby-block-text, inherit));
	}
	.wby-home-statement { min-height: var(--wby-block-sp-image-height, var(--wby-block-image-height, 600px)); background: var(--wby-block-sp-bg, var(--wby-block-bg, var(--wby-statement-bg, var(--wby-ink)))); }
	.wby-home-social { padding-top: var(--wby-block-sp-pt, 0px); padding-right: var(--wby-block-sp-px, 0px); padding-bottom: var(--wby-block-sp-pb, 0px); padding-left: var(--wby-block-sp-px, 0px); background: var(--wby-block-sp-bg, var(--wby-block-bg, transparent)); }

	.wby-home-hero__title { font-size: var(--wby-block-sp-heading-size, var(--wby-block-heading-size, 27px)); }
	.wby-home-feature .wby-feature-card__title { font-size: var(--wby-block-sp-heading-size, var(--wby-block-heading-size, clamp(14px, 4.1vw, 17px))); }
	.wby-home-latest .wby-section-heading__jp,
	.wby-home-series .wby-section-heading__jp,
	.wby-home-categories .wby-section-heading__jp,
	.wby-home-guide .wby-section-heading__jp { font-size: var(--wby-block-sp-heading-size, var(--wby-block-heading-size, 16px)); }
	.wby-home-statement__title { font-size: var(--wby-block-sp-heading-size, var(--wby-block-heading-size, 29px)); }
	.wby-home-social .wby-follow__title,
	.wby-home-social .wby-join__title { font-size: var(--wby-block-sp-heading-size, var(--wby-block-heading-size, 25px)); }

	.wby-home-hero__grid { gap: var(--wby-block-sp-gap, var(--wby-block-gap, 0px)); }
	.wby-home-feature__grid { gap: var(--wby-block-sp-gap, var(--wby-block-gap, 12px)); }
	.wby-home-latest__grid { gap: var(--wby-block-sp-gap, var(--wby-block-gap, 0px)); }
	.wby-home-series__grid { gap: var(--wby-block-sp-gap, var(--wby-block-gap, 16px)); }
	.wby-home-series .wby-series-card__image,
	.wby-home-series .wby-series-card .wby-photo-placeholder { aspect-ratio: 1 / 1.12; }
	.wby-home-categories__layout { gap: var(--wby-block-sp-gap, var(--wby-block-gap, 26px)); }
	.wby-home-statement__inner { gap: var(--wby-block-sp-gap, var(--wby-block-gap, 32px)); }
	.wby-home-social { gap: var(--wby-block-sp-gap, var(--wby-block-gap, 0px)); }
	.wby-home-guide .wby-guide-list { column-gap: var(--wby-block-sp-gap, var(--wby-block-gap, 0px)); }

	.wby-home-hero__image,
	.wby-home-hero__media .wby-photo-placeholder { height: var(--wby-block-sp-image-height, var(--wby-block-image-height, 305px)); }
	.wby-home-feature .wby-feature-card__media { height: var(--wby-feature-sp-image-height, var(--wby-block-sp-image-height, clamp(118px, 34vw, 165px))); }
	.wby-home-latest .wby-latest-card__image,
	.wby-home-latest .wby-latest-card .wby-photo-placeholder { height: var(--wby-block-sp-image-height, auto); aspect-ratio: 4 / 3; }
	.wby-home-series .wby-series-card { margin-top: var(--wby-series-card-sp-mt, 0px); margin-bottom: var(--wby-series-card-sp-mb, 0px); }
	.wby-home-series .wby-series-card__image,
	.wby-home-series .wby-series-card .wby-photo-placeholder { height: auto; aspect-ratio: 1 / 1.12; object-fit: cover; }
	.wby-home-categories .wby-category-item__image,
	.wby-home-categories .wby-category-item__media .wby-photo-placeholder { min-height: var(--wby-block-sp-image-height, 117px); height: var(--wby-block-sp-image-height, 100%); }
}

@media (max-width: 480px) {
	.wby-home-hero__image,
	.wby-home-hero__media .wby-photo-placeholder { height: var(--wby-block-sp-image-height, var(--wby-block-image-height, min(78vw, 320px))); }
	.wby-home-hero__title { font-size: var(--wby-block-sp-heading-size, var(--wby-block-heading-size, clamp(24px, 7.4vw, 29px))); }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*,
	*::before,
	*::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
	.wby-site-header,
	.wby-site-footer,
	.wby-home-social { display: none !important; }
	body { color: #000; background: #fff; }
	a { text-decoration: none; }
}


/* 1.7.0 — SP editorial alignment and latest magazine layout ---------------- */
@media (max-width: 700px) {
	/* EDITOR'S PICK: both cards always use exactly the same image height. */
	.wby-home-feature .wby-feature-card__media {
		height: var(--wby-block-sp-image-height, clamp(118px, 34vw, 165px)) !important;
	}
	.wby-home-feature .wby-feature-card__image,
	.wby-home-feature .wby-feature-card__media .wby-photo-placeholder {
		width: 100%;
		height: 100% !important;
		aspect-ratio: auto !important;
		object-fit: cover;
	}

	/* LATEST: SP-only two-column magazine composition. PC remains unchanged. */
	.wby-home-latest__grid {
		display: grid !important;
		grid-template-columns: minmax(0, 1.34fr) minmax(130px, .96fr) !important;
		column-gap: 12px !important;
		row-gap: 22px !important;
		align-items: stretch !important;
	}
	.wby-home-latest .wby-latest-card {
		min-width: 0;
		margin: 0 !important;
		height: 100%;
	}
	.wby-home-latest .wby-latest-card--lead {
		grid-column: 1;
		grid-row: 1;
	}
	.wby-home-latest .wby-latest-card--lead > a {
		display: flex;
		height: 100%;
		flex-direction: column;
		color: inherit;
		text-decoration: none;
	}
	.wby-home-latest .wby-latest-card--lead .wby-latest-card__image,
	.wby-home-latest .wby-latest-card--lead .wby-photo-placeholder {
		width: 100%;
		height: var(--wby-latest-lead-sp-image-height, clamp(112px, 31vw, 148px)) !important;
		aspect-ratio: auto !important;
		object-fit: cover;
	}
	.wby-home-latest .wby-latest-card--lead .wby-latest-card__meta {
		margin-top: 10px;
		font-size: 7px;
	}
	.wby-home-latest .wby-latest-card--lead .wby-latest-card__title {
		margin-bottom: 0;
		font-size: clamp(13px, 3.8vw, 16px);
		line-height: 1.6;
	}
	.wby-home-latest .wby-latest-card--panel {
		display: flex;
		grid-column: 2;
		grid-row: 1;
		height: 100% !important;
		min-height: 0 !important;
		flex-direction: column;
		padding: 14px 12px !important;
	}
	.wby-home-latest .wby-latest-card--panel > a {
		display: flex;
		min-height: 0;
		flex: 1 1 auto;
		flex-direction: column;
		color: inherit;
		text-decoration: none;
	}
	.wby-home-latest .wby-latest-card--panel .wby-latest-card__meta {
		margin: 0 0 8px;
		gap: 5px;
		font-size: 7px;
	}
	.wby-home-latest .wby-latest-card--panel .wby-latest-card__title {
		margin: 0;
		font-size: clamp(12px, 3.5vw, 15px);
		line-height: 1.65;
	}
	.wby-home-latest .wby-latest-card--panel .wby-latest-card__excerpt {
		display: -webkit-box;
		margin: 10px 0 0;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		font-size: 8.5px;
		line-height: 1.75;
	}
	.wby-home-latest .wby-latest-card--panel .wby-latest-card__number {
		margin-top: auto;
		padding-top: 10px;
		font-size: 32px;
	}
	.wby-home-latest .wby-latest-stack {
		grid-column: 1 / -1 !important;
		grid-row: 2;
		display: block !important;
		margin-top: 0;
	}
	.wby-home-latest .wby-latest-stack__item,
	.wby-home-latest .wby-latest-stack__item + .wby-latest-stack__item {
		padding: 15px 0 !important;
		border-bottom: 1px solid var(--wby-line);
	}
	.wby-home-latest .wby-latest-stack__item:first-child {
		padding-top: 0 !important;
	}
}

@media (max-width: 390px) {
	.wby-home-latest__grid {
		grid-template-columns: minmax(0, 1.28fr) minmax(116px, .96fr) !important;
		column-gap: 9px !important;
	}
	.wby-home-latest .wby-latest-card--lead .wby-latest-card__image,
	.wby-home-latest .wby-latest-card--lead .wby-photo-placeholder {
		height: var(--wby-latest-lead-sp-image-height, 118px) !important;
	}
	.wby-home-latest .wby-latest-card--panel {
		padding: 12px 10px !important;
	}
	.wby-home-latest .wby-latest-card--panel .wby-latest-card__excerpt {
		-webkit-line-clamp: 2;
	}
}


/* ABOUT page refinement ---------------------------------------------------- */
.wby-about-page .wby-page__head,
.wby-about-page-body .wby-page__head {
	position: relative;
	max-width: var(--wby-wide) !important;
	padding-top: clamp(52px, 6vw, 82px);
	padding-bottom: clamp(34px, 4.5vw, 54px);
}
.wby-about-page .wby-page__head::after,
.wby-about-page-body .wby-page__head::after {
	position: absolute;
	right: 0;
	bottom: -1px;
	width: min(28vw, 300px);
	height: 4px;
	background: var(--wby-red);
	content: "";
}
.wby-about-page .wby-page__title,
.wby-about-page-body .wby-page__title {
	max-width: 760px;
	font-size: clamp(30px, 4.2vw, 54px);
	line-height: 1.35;
}
.wby-about-page .wby-page__lead,
.wby-about-page-body .wby-page__lead {
	margin-top: 16px;
	font-size: clamp(14px, 1.3vw, 17px);
}
.wby-about-content > .wby-about-pattern,
.wby-about-page-body .wby-page__content > * {
	max-width: var(--wby-wide);
}
.wby-about-pattern > h2:first-child {
	max-width: 720px;
	font-size: clamp(28px, 3.5vw, 46px) !important;
	line-height: 1.55;
}
.wby-about-pattern > p.has-large-font-size:first-of-type {
	max-width: 760px;
	font-size: clamp(15px, 1.4vw, 18px) !important;
	line-height: 2.1;
}

/* Gutenberg article decoration styles ------------------------------------ */
.wby-article__content .is-style-wby-point,
.wby-page__content .is-style-wby-point,
.editor-styles-wrapper .is-style-wby-point {
	position: relative;
	padding: 24px 24px 22px 28px;
	border-left: 5px solid var(--wby-green);
	background: color-mix(in srgb, var(--wby-green) 9%, var(--wby-white));
}
.wby-article__content .is-style-wby-point::before,
.wby-page__content .is-style-wby-point::before,
.editor-styles-wrapper .is-style-wby-point::before {
	display: none;
	content: none;
}
.wby-article__content .is-style-wby-note,
.wby-page__content .is-style-wby-note,
.editor-styles-wrapper .is-style-wby-note {
	padding: 22px 24px;
	border: 1px solid var(--wby-line);
	background: var(--wby-paper);
}
.wby-article__content .is-style-wby-caution,
.wby-page__content .is-style-wby-caution,
.editor-styles-wrapper .is-style-wby-caution {
	position: relative;
	padding: 24px 24px 22px 28px;
	border-left: 5px solid var(--wby-red);
	background: color-mix(in srgb, var(--wby-red) 8%, var(--wby-white));
}
.wby-article__content .is-style-wby-caution::before,
.wby-page__content .is-style-wby-caution::before,
.editor-styles-wrapper .is-style-wby-caution::before {
	display: none;
	content: none;
}
.is-style-wby-box,
.editor-styles-wrapper .is-style-wby-box {
	padding: clamp(22px, 3vw, 34px) !important;
	border: 1px solid var(--wby-ink);
	background: var(--wby-white);
}
.is-style-wby-box-accent,
.editor-styles-wrapper .is-style-wby-box-accent {
	padding: clamp(22px, 3vw, 34px) !important;
	border-top: 5px solid var(--wby-mustard);
	background: color-mix(in srgb, var(--wby-mustard) 11%, var(--wby-white));
}
.is-style-wby-box-soft,
.editor-styles-wrapper .is-style-wby-box-soft {
	padding: clamp(22px, 3vw, 34px) !important;
	background: var(--wby-paper);
}
.wby-article__content .is-style-wby-heading-label,
.wby-page__content .is-style-wby-heading-label,
.editor-styles-wrapper .is-style-wby-heading-label {
	position: relative;
	padding-top: 20px;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--wby-ink);
}
.wby-article__content .is-style-wby-heading-label::before,
.wby-page__content .is-style-wby-heading-label::before,
.editor-styles-wrapper .is-style-wby-heading-label::before {
	display: block;
	margin-bottom: 8px;
	color: var(--wby-red);
	font-family: var(--wby-latin);
	font-size: 9px;
	letter-spacing: .18em;
	content: "SECTION";
}
.wby-article__content .is-style-wby-heading-line,
.wby-page__content .is-style-wby-heading-line,
.editor-styles-wrapper .is-style-wby-heading-line {
	padding-left: 18px;
	border-left: 5px solid var(--wby-green);
}
.is-style-wby-check-list,
.editor-styles-wrapper .is-style-wby-check-list {
	padding-left: 0 !important;
	list-style: none !important;
}
.is-style-wby-check-list li {
	position: relative;
	padding-left: 1.8em;
	margin-bottom: .65em;
}
.is-style-wby-check-list li::before {
	position: absolute;
	top: .18em;
	left: 0;
	color: var(--wby-green);
	font-weight: 700;
	content: "✓";
}
.is-style-wby-quote,
.editor-styles-wrapper .is-style-wby-quote {
	position: relative;
	padding: 28px 30px 26px 54px !important;
	border: 0 !important;
	background: var(--wby-paper);
}
.is-style-wby-quote::before {
	position: absolute;
	top: 4px;
	left: 18px;
	color: var(--wby-mustard);
	font-family: Georgia, serif;
	font-size: 58px;
	line-height: 1;
	content: "“";
}
.is-style-wby-table table,
.editor-styles-wrapper .is-style-wby-table table {
	border-collapse: collapse;
}
.is-style-wby-table th {
	background: var(--wby-green);
	color: var(--wby-white);
}
.is-style-wby-table th,
.is-style-wby-table td {
	padding: 13px 15px;
	border: 1px solid var(--wby-line);
}
.is-style-wby-table tbody tr:nth-child(even) td {
	background: var(--wby-paper);
}
.wp-block-button.is-style-wby-button-solid .wp-block-button__link,
.editor-styles-wrapper .wp-block-button.is-style-wby-button-solid .wp-block-button__link {
	border: 1px solid var(--wby-ink);
	border-radius: 0;
	background: var(--wby-ink);
	color: var(--wby-white);
	font-family: var(--wby-latin);
	font-size: 11px;
	letter-spacing: .12em;
}
.wp-block-button.is-style-wby-button-outline .wp-block-button__link,
.editor-styles-wrapper .wp-block-button.is-style-wby-button-outline .wp-block-button__link {
	border: 1px solid var(--wby-ink);
	border-radius: 0;
	background: transparent;
	color: var(--wby-ink);
	font-family: var(--wby-latin);
	font-size: 11px;
	letter-spacing: .12em;
}

@media (max-width: 700px) {
	.wby-about-page .wby-page__title,
	.wby-about-page-body .wby-page__title { font-size: 30px; }
	.wby-about-page .wby-page__head,
	.wby-about-page-body .wby-page__head { padding-top: 42px; padding-bottom: 30px; }
	.wby-about-pattern > h2:first-child { font-size: 27px !important; }
	.wby-article__content .is-style-wby-point,
	.wby-page__content .is-style-wby-point,
	.wby-article__content .is-style-wby-caution,
	.wby-page__content .is-style-wby-caution,
	.is-style-wby-box,
	.is-style-wby-box-accent,
	.is-style-wby-box-soft { padding: 20px !important; }
}

/* Article decoration system 2.0 ------------------------------------------ */
.wby-marker,
.swl-marker {
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
.wby-marker[data-wby-thickness="half"] { padding: 0 .04em; background: linear-gradient(transparent 76%, color-mix(in srgb, var(--wby-marker-color) 34%, transparent) 76%, color-mix(in srgb, var(--wby-marker-color) 34%, transparent) 96%, transparent 96%); }
.wby-marker[data-wby-thickness="full"] { padding: .03em .16em; border-radius: .12em; background: color-mix(in srgb, var(--wby-marker-color) 12%, transparent); }
.wby-marker[data-wby-color="yellow"], .swl-marker.mark_yellow, .swl-marker.mark_orange { --wby-marker-color: #e9bd28; }
.wby-marker[data-wby-color="red"], .swl-marker.mark_red { --wby-marker-color: #cf725b; }
.wby-marker[data-wby-color="green"], .swl-marker.mark_green { --wby-marker-color: #5f9b73; }
.wby-marker[data-wby-color="blue"], .swl-marker.mark_blue { --wby-marker-color: #65aecb; }
.wby-marker[data-wby-color="beige"] { --wby-marker-color: #b8a78b; }
.swl-marker { padding: 0 .04em; background: linear-gradient(transparent 76%, color-mix(in srgb, var(--wby-marker-color, #e9bd28) 34%, transparent) 76%, color-mix(in srgb, var(--wby-marker-color, #e9bd28) 34%, transparent) 96%, transparent 96%); }
.wby-text-accent { color: var(--wby-red); }
.wby-text-xs { font-size: .75em; }
.wby-text-sm { font-size: .88em; }
.wby-text-lg { font-size: 1.2em; }

.wby-notice-box,
.wby-caption-box,
.wby-balloon,
.wby-faq,
.wby-accordion,
.wby-steps,
.wby-related-posts,
.wby-product-review,
.wby-product-cta,
.wby-banner-link,
.wby-tabs,
.wby-rich-columns {
	margin-top: 2.2em;
	margin-bottom: 2.2em;
}
.wby-notice-box {
	position: relative;
	padding: var(--wby-block-padding, 24px);
	border-radius: var(--wby-block-radius, 4px);
	background: var(--wby-block-bg, #f4f7f1);
	color: var(--wby-block-text, #27231d);
}
.wby-notice-box--left { border-left: 5px solid var(--wby-block-border, var(--wby-block-accent)); }
.wby-notice-box--outline { border: 1px solid var(--wby-block-border, var(--wby-block-accent)); }
.wby-notice-box--sticky { border-top: 5px solid var(--wby-block-border, var(--wby-block-accent)); box-shadow: 0 8px 24px rgb(39 35 29 / 7%); }
.wby-notice-box--sticky::after { position: absolute; top: 0; right: 0; width: 28px; height: 28px; background: linear-gradient(225deg, var(--wby-site-bg, #fff) 50%, color-mix(in srgb, var(--wby-block-accent) 28%, transparent) 50%); content: ""; }
.wby-notice-box--speech { border: 1px solid var(--wby-block-border, var(--wby-block-accent)); }
.wby-notice-box--speech::after { position: absolute; bottom: -10px; left: 36px; width: 18px; height: 18px; border-right: 1px solid var(--wby-block-border, var(--wby-block-accent)); border-bottom: 1px solid var(--wby-block-border, var(--wby-block-accent)); background: var(--wby-block-bg); transform: rotate(45deg); content: ""; }
.wby-notice-box--shadow { border-top: 3px solid var(--wby-block-accent); box-shadow: 0 10px 28px rgb(39 35 29 / 12%); }
.wby-notice-box__head { display: flex; gap: 10px; align-items: center; margin-bottom: 10px; color: var(--wby-block-accent); font-weight: 700; }
.wby-notice-box__icon { width: 1.2em; flex: 0 0 auto; font-size: .62em; }
.wby-notice-box__content > :first-child { margin-top: 0; }
.wby-notice-box__content > :last-child { margin-bottom: 0; }

.wby-caption-box { position: relative; border: 1px solid var(--wby-block-border, var(--wby-block-accent)); border-radius: var(--wby-block-radius, 4px); background: var(--wby-block-bg, #fffdf8); color: var(--wby-block-text, #27231d); }
.wby-caption-box__title { display: flex; gap: 8px; align-items: center; color: var(--wby-block-accent); font-weight: 700; }
.wby-caption-box--onborder { margin-top: 2.8em; padding: 28px 24px 22px; }
.wby-caption-box--onborder .wby-caption-box__title { position: absolute; top: 0; left: 20px; padding: 0 10px; background: var(--wby-site-bg, #fff); transform: translateY(-50%); }
.wby-caption-box--band .wby-caption-box__title { padding: 12px 18px; background: var(--wby-block-accent); color: #fff; }
.wby-caption-box--band .wby-caption-box__content { padding: 20px 22px; }
.wby-caption-box--simple { padding: 22px 24px; border-left-width: 5px; }
.wby-caption-box--simple .wby-caption-box__title { margin-bottom: 10px; }
.wby-caption-box__content > :first-child { margin-top: 0; }
.wby-caption-box__content > :last-child { margin-bottom: 0; }

.wby-balloon { display: flex; gap: 18px; align-items: flex-start; padding: 0 !important; border: 0 !important; outline: 0 !important; background: transparent !important; box-shadow: none !important; }
.wby-balloon--right { flex-direction: row-reverse; }
.wby-balloon__person { width: 78px; flex: 0 0 78px; text-align: center; }
.wby-balloon__image { display: block; width: 72px; height: 72px; margin: 0 auto 7px; border: 1px solid var(--wby-line); object-fit: cover; }
.wby-balloon--round .wby-balloon__image { border-radius: 50%; }
.wby-balloon--square .wby-balloon__image { border-radius: 4px; }
.wby-balloon__name { color: var(--wby-muted); font-size: 11px; line-height: 1.4; }
.wby-balloon__bubble { position: relative; width: fit-content; min-width: 3em; max-width: min(72%, 680px); flex: 0 1 auto; padding: 18px 20px; border: var(--wby-balloon-border-width, 1px) solid var(--wby-balloon-border, #d7b94c); border-radius: 8px; background: var(--wby-balloon-bg, #fff7cf); color: var(--wby-balloon-text, #27231d); overflow-wrap: anywhere; }
.wby-balloon__bubble::before { position: absolute; top: 24px; left: -9px; width: 16px; height: 16px; border-left: var(--wby-balloon-border-width, 1px) solid var(--wby-balloon-border); border-bottom: var(--wby-balloon-border-width, 1px) solid var(--wby-balloon-border); background: var(--wby-balloon-bg); transform: rotate(45deg); content: ""; }
.wby-balloon--right .wby-balloon__bubble::before { right: -9px; left: auto; border: 0; border-top: var(--wby-balloon-border-width, 1px) solid var(--wby-balloon-border); border-right: var(--wby-balloon-border-width, 1px) solid var(--wby-balloon-border); }
.wby-balloon__bubble > :first-child { margin-top: 0; }
.wby-balloon__bubble > :last-child { margin-bottom: 0; }

.wby-article-button-wrap { margin-top: 2em; margin-bottom: 2em; }
.wby-article-button { display: inline-flex; min-width: 210px; justify-content: center; align-items: center; padding: 13px 26px; border: 1px solid var(--wby-button-border, #2f6246); border-radius: var(--wby-button-radius, 4px); font-weight: 700; line-height: 1.5; text-decoration: none !important; transition: transform .2s ease, opacity .2s ease, background .2s ease; }
.wby-article-button:hover { opacity: .88; transform: translateY(-2px); }
.wby-article-button--solid { background: var(--wby-button-bg, #2f6246); color: var(--wby-button-text, #fff) !important; }
.wby-article-button--outline { background: transparent; color: var(--wby-button-border, #2f6246) !important; }
.wby-article-button--soft { border-color: transparent; background: color-mix(in srgb, var(--wby-button-bg, #2f6246) 12%, #fff); color: var(--wby-button-bg, #2f6246) !important; }
.wby-article-button--small { min-width: 150px; padding: 9px 18px; font-size: 13px; }
.wby-article-button--large { min-width: min(100%, 360px); padding: 17px 34px; font-size: 17px; }

.wby-faq { --wby-faq-tone: var(--wby-faq-q); }
.wby-faq--genmai { --wby-faq-tone: var(--wby-category-genmai, #9b6d37); }
.wby-faq--umeboshi { --wby-faq-tone: var(--wby-category-umeboshi, #b25b43); }
.wby-faq--miso { --wby-faq-tone: var(--wby-category-miso, #b08a28); }
.wby-faq--natto { --wby-faq-tone: var(--wby-category-natto, #2f6246); }
.wby-faq__item { margin-bottom: 14px; border: 1px solid var(--wby-line); background: #fff; }
.wby-faq__question-wrap,
.wby-faq summary { display: grid; grid-template-columns: 36px minmax(0,1fr); gap: 10px; align-items: start; padding: 18px 20px; background: color-mix(in srgb, var(--wby-faq-tone) 10%, #fff); cursor: pointer; list-style: none; }
.wby-faq summary::-webkit-details-marker { display: none; }
.wby-faq__question { margin: 0 !important; padding: 0 !important; border: 0 !important; font-size: 18px !important; line-height: 1.65 !important; }
.wby-faq__answer-wrap { display: grid; grid-template-columns: 36px minmax(0,1fr); gap: 10px; padding: 18px 20px 20px; background: var(--wby-faq-a, #f6f1e6); color: var(--wby-faq-text, #27231d); }
.wby-faq__mark { display: inline-grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: var(--wby-faq-mark-text, #fff); font-family: var(--wby-latin); font-size: 13px; font-weight: 700; }
.wby-faq__mark--q { background: var(--wby-faq-q-mark, var(--wby-faq-tone)); }
.wby-faq__mark--a { background: var(--wby-faq-a-mark, var(--wby-faq-tone)); }
.wby-faq__answer > :first-child { margin-top: 0; }
.wby-faq__answer > :last-child { margin-bottom: 0; }

.wby-accordion__item { margin-bottom: 10px; border: 1px solid var(--wby-accordion-accent); border-radius: var(--wby-block-radius, 4px); background: var(--wby-accordion-bg); color: var(--wby-accordion-text); overflow: hidden; }
.wby-accordion__title { position: relative; padding: 16px 50px 16px 20px; cursor: pointer; font-weight: 700; list-style: none; }
.wby-accordion__title::-webkit-details-marker { display: none; }
.wby-accordion__title::after { position: absolute; top: 50%; right: 20px; width: 10px; height: 10px; border-right: 2px solid var(--wby-accordion-accent); border-bottom: 2px solid var(--wby-accordion-accent); transform: translateY(-70%) rotate(45deg); content: ""; }
.wby-accordion__item[open] .wby-accordion__title::after { transform: translateY(-25%) rotate(225deg); }
.wby-accordion__content { padding: 18px 20px; border-top: 1px solid color-mix(in srgb, var(--wby-accordion-accent) 35%, transparent); }

.wby-steps { counter-reset: wby-step; }
.wby-step { position: relative; display: grid; grid-template-columns: 72px minmax(0,1fr); gap: 18px; padding-bottom: 28px; }
.wby-step:not(:last-child)::before { position: absolute; top: 44px; bottom: 0; left: 35px; width: 1px; background: var(--wby-step-accent); content: ""; }
.wby-step__number { position: relative; z-index: 1; display: grid; width: 70px; height: 70px; place-items: center; align-content: center; border: 1px solid var(--wby-step-accent); border-radius: 50%; background: #fff; color: var(--wby-step-accent); line-height: 1.1; }
.wby-step__label { font-size: 8px; letter-spacing: .12em; }
.wby-step__count { font-size: 23px; font-weight: 700; }
.wby-step__body { padding: 18px 20px; border-radius: 4px; background: var(--wby-step-bg); color: var(--wby-step-text); }
.wby-step__title { margin-bottom: 8px; font-weight: 700; }
.wby-step__content > :first-child { margin-top: 0; }
.wby-step__content > :last-child { margin-bottom: 0; }
.wby-steps--cards { display: grid; gap: 16px; }
.wby-steps--cards .wby-step { display: block; padding: 24px; border-top: 4px solid var(--wby-step-accent); background: var(--wby-step-bg); }
.wby-steps--cards .wby-step::before { display: none; }
.wby-steps--cards .wby-step__number { width: auto; height: auto; justify-content: start; border: 0; border-radius: 0; background: transparent; }
.wby-steps--simple .wby-step { grid-template-columns: 46px minmax(0,1fr); }
.wby-steps--simple .wby-step__number { width: 42px; height: 42px; }
.wby-steps--simple .wby-step:not(:last-child)::before { top: 42px; left: 21px; }

.wby-related-posts { --wby-related-accent: var(--wby-red); }
.wby-related-posts__heading { margin-bottom: 20px !important; padding-left: 14px !important; border-left: 4px solid var(--wby-related-accent) !important; font-size: 20px !important; }
.wby-related-posts__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.wby-related-card { border: 1px solid var(--wby-line); background: #fff; }
.wby-related-card__link { display: block; color: inherit; text-decoration: none; }
.wby-related-card__image { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.wby-related-card__body { padding: 14px 15px 16px; }
.wby-related-card__meta { color: var(--wby-related-accent); font-family: var(--wby-latin); font-size: 9px; letter-spacing: .08em; }
.wby-related-card__title { margin: 7px 0 0 !important; font-size: 15px !important; line-height: 1.65 !important; }
.wby-related-card__excerpt { margin: 9px 0 0; color: var(--wby-muted); font-size: 12px; line-height: 1.7; }
.wby-related-posts--list .wby-related-posts__grid { grid-template-columns: 1fr; }
.wby-related-posts--list .wby-related-card__link { display: grid; grid-template-columns: 180px minmax(0,1fr); }
.wby-related-posts--list .wby-related-card__image { height: 100%; }

.wby-product-review { padding: clamp(22px,4vw,38px); border: 1px solid var(--wby-line); border-top: 5px solid var(--wby-review-accent); background: var(--wby-review-bg); }
.wby-product-review__grid { display: grid; grid-template-columns: minmax(180px, 34%) minmax(0,1fr); gap: 28px; align-items: start; }
.wby-product-review__image { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.wby-product-review__name { margin: 0 0 10px !important; font-size: 25px !important; line-height: 1.5 !important; }
.wby-product-review__rating { color: var(--wby-review-accent); font-size: 24px; font-weight: 700; }
.wby-product-review__summary { margin-top: 12px; }
.wby-product-review__price { font-size: 18px; font-weight: 700; }
.wby-product-review__ingredients,
.wby-product-review__date { color: var(--wby-muted); font-size: 12px; }
.wby-product-review__scores { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; margin-top: 24px; }
.wby-product-review__score { padding: 12px; background: #fff; text-align: center; }
.wby-product-review__score span { display: block; color: var(--wby-muted); font-size: 11px; }
.wby-product-review__proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 20px; }
.wby-product-review__list { padding: 18px 20px; background: #fff; }
.wby-product-review__list h4 { margin: 0 0 10px !important; font-size: 16px !important; }
.wby-product-review__list li { margin-bottom: .45em; }
.wby-product-review__list.is-pros h4 { color: var(--wby-green); }
.wby-product-review__list.is-cons h4 { color: var(--wby-red); }
.wby-product-review__recommended { margin-top: 18px; padding: 18px 20px; border-left: 4px solid var(--wby-review-accent); background: #fff; }
.wby-product-review__buttons { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.wby-product-review__button { display: inline-flex; min-width: 160px; justify-content: center; padding: 12px 20px; background: var(--wby-review-accent); color: #fff !important; font-weight: 700; text-decoration: none !important; }
.wby-product-review__button.is-rakuten { background: #b53122; }
.wby-product-review__button.is-amazon { background: #27231d; }
.wby-product-review__note { margin: 12px 0 0; color: var(--wby-muted); font-size: 11px; }

.wby-product-cta { padding: clamp(24px,4vw,38px); border: 1px solid color-mix(in srgb, var(--wby-cta-accent) 45%, var(--wby-line)); background: var(--wby-cta-bg); text-align: center; }
.wby-product-cta__label { margin-bottom: 8px; color: var(--wby-cta-accent); font-size: 12px; letter-spacing: .08em; }
.wby-product-cta__title { margin: 0 0 18px !important; font-size: 22px !important; line-height: 1.55 !important; }
.wby-product-cta__checks { display: inline-block; margin: 0 auto 18px !important; padding: 0 !important; text-align: left; list-style: none !important; }
.wby-product-cta__checks li { position: relative; padding-left: 1.6em; margin-bottom: .45em; }
.wby-product-cta__checks li::before { position: absolute; left: 0; color: var(--wby-cta-accent); content: "✓"; font-weight: 700; }
.wby-product-cta__button { display: inline-flex; min-width: min(100%, 320px); justify-content: center; padding: 14px 28px; background: var(--wby-cta-accent); color: #fff !important; font-weight: 700; text-decoration: none !important; }
.wby-product-cta__note { margin-top: 10px; color: var(--wby-muted); font-size: 11px; }

.wby-banner-link { position: relative; display: grid; min-height: var(--wby-banner-height,240px); place-items: center; overflow: hidden; color: var(--wby-banner-text,#fff) !important; text-decoration: none !important; }
.wby-banner-link__image,
.wby-banner-link__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.wby-banner-link__image { object-fit: cover; }
.wby-banner-link__overlay { background: color-mix(in srgb, var(--wby-banner-overlay,#27231d) 58%, transparent); }
.wby-banner-link__body { position: relative; z-index: 1; max-width: 80%; text-align: center; }
.wby-banner-link__title { display: block; font-family: var(--wby-serif); font-size: clamp(24px,3.2vw,40px); line-height: 1.45; }
.wby-banner-link__text { display: block; margin-top: 8px; font-size: 13px; }

.wby-tabs { color: var(--wby-tabs-text); }
.wby-tabs__nav { display: flex; gap: 3px; overflow-x: auto; border-bottom: 2px solid var(--wby-tabs-accent); scrollbar-width: thin; }
.wby-tabs__tab { flex: 0 0 auto; padding: 12px 18px; border: 0; background: color-mix(in srgb, var(--wby-tabs-accent) 8%, #fff); color: inherit; cursor: pointer; }
.wby-tabs__tab.is-active { background: var(--wby-tabs-accent); color: #fff; }
.wby-tabs__panel { display: none; padding: 22px 24px; background: var(--wby-tabs-bg); }
.wby-tabs__panel.is-active { display: block; }

.wby-rich-columns { display: grid; grid-template-columns: repeat(var(--wby-columns,2),minmax(0,1fr)); gap: var(--wby-columns-gap,24px); padding: var(--wby-columns-padding,0); background: var(--wby-columns-bg,transparent); }
.wby-rich-columns > * { min-width: 0; }

/* Core block style expansion. */
.is-style-wby-sticky,
.editor-styles-wrapper .is-style-wby-sticky { position: relative; padding: 24px !important; border-top: 5px solid var(--wby-mustard); background: color-mix(in srgb,var(--wby-mustard) 12%,#fff); box-shadow: 0 8px 20px rgb(39 35 29 / 8%); }
.is-style-wby-sticky::after { position: absolute; top: 0; right: 0; width: 30px; height: 30px; background: linear-gradient(225deg,#fff 50%,color-mix(in srgb,var(--wby-mustard) 35%,transparent) 50%); content: ""; }
.is-style-wby-announcement,
.editor-styles-wrapper .is-style-wby-announcement { position: relative; padding: 18px 20px 18px 48px !important; border: 1px solid var(--wby-line); background: var(--wby-paper); }
.is-style-wby-announcement::before { position: absolute; top: 16px; left: 18px; color: var(--wby-red); content: "●"; }
.is-style-wby-speech-label,
.editor-styles-wrapper .is-style-wby-speech-label { position: relative; display: table; margin-right: auto !important; margin-left: auto !important; padding: 11px 20px !important; border: 1px solid var(--wby-ink); background: #fff; text-align: center; }
.is-style-wby-speech-label::after { position: absolute; bottom: -8px; left: 50%; width: 14px; height: 14px; border-right: 1px solid var(--wby-ink); border-bottom: 1px solid var(--wby-ink); background: #fff; transform: translateX(-50%) rotate(45deg); content: ""; }
.is-style-wby-grid,
.editor-styles-wrapper .is-style-wby-grid { padding: 24px !important; background-color: #faf9f5; background-image: linear-gradient(var(--wby-line) 1px,transparent 1px),linear-gradient(90deg,var(--wby-line) 1px,transparent 1px); background-size: 22px 22px; }
.is-style-wby-stripe,
.editor-styles-wrapper .is-style-wby-stripe { padding: 24px !important; background: repeating-linear-gradient(-45deg,#faf8f2 0,#faf8f2 8px,#f2eee4 8px,#f2eee4 16px); }
.is-style-wby-numbered,
.editor-styles-wrapper .is-style-wby-numbered { counter-reset: wby-list; padding-left: 0 !important; list-style: none !important; }
.is-style-wby-numbered > li { position: relative; padding: 10px 0 10px 42px; counter-increment: wby-list; }
.is-style-wby-numbered > li::before { position: absolute; top: 8px; left: 0; display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--wby-green); color: #fff; content: counter(wby-list); font-size: 12px; }
.wby-list-dashed > li + li { border-top: 1px dashed var(--wby-line); }

/* Additional heading presets. */
.is-style-wby-heading-underline { padding-bottom: .45em; border-bottom: 2px solid var(--wby-ink); }
.is-style-wby-heading-sticky { display: inline-block; padding: .34em .75em; background: color-mix(in srgb,var(--wby-mustard) 18%,#fff); box-shadow: 5px 5px 0 color-mix(in srgb,var(--wby-mustard) 45%,transparent); }
.is-style-wby-heading-bracket { position: relative; padding: .4em 1.2em; text-align: center; }
.is-style-wby-heading-bracket::before,
.is-style-wby-heading-bracket::after { position: absolute; top: 0; width: 22px; height: 100%; border-top: 1px solid var(--wby-ink); border-bottom: 1px solid var(--wby-ink); content: ""; }
.is-style-wby-heading-bracket::before { left: 0; border-left: 1px solid var(--wby-ink); }
.is-style-wby-heading-bracket::after { right: 0; border-right: 1px solid var(--wby-ink); }
.is-style-wby-heading-soft { padding: .55em .8em; background: var(--wby-paper); }
.is-style-wby-heading-double { padding: .45em 0; border-top: 1px solid var(--wby-ink); border-bottom: 1px solid var(--wby-ink); }

@media (max-width: 700px) {
	.wby-balloon { gap: 10px; }
	.wby-balloon__person { width: var(--wby-balloon-sp-image,56px); flex-basis: var(--wby-balloon-sp-image,56px); }
	.wby-balloon__image { width: var(--wby-balloon-sp-image,56px); height: var(--wby-balloon-sp-image,56px); }
	.wby-balloon__bubble { max-width: calc(100% - var(--wby-balloon-sp-image, 56px) - 10px); padding: 14px 15px; font-size: 14px; }
	.wby-faq__question-wrap,
	.wby-faq summary,
	.wby-faq__answer-wrap { grid-template-columns: 30px minmax(0,1fr); padding: 15px 14px; }
	.wby-faq__mark { width: 26px; height: 26px; }
	.wby-faq__question { font-size: 16px !important; }
	.wby-step { grid-template-columns: 50px minmax(0,1fr); gap: 12px; }
	.wby-step__number { width: 48px; height: 48px; }
	.wby-step:not(:last-child)::before { top: 48px; left: 24px; }
	.wby-step__count { font-size: 17px; }
	.wby-step__body { padding: 15px; }
	.wby-related-posts__grid { grid-template-columns: 1fr; }
	.wby-related-posts--list .wby-related-card__link { grid-template-columns: 116px minmax(0,1fr); }
	.wby-product-review__grid { grid-template-columns: 1fr; }
	.wby-product-review__image { max-height: 280px; }
	.wby-product-review__scores { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.wby-product-review__proscons { grid-template-columns: 1fr; }
	.wby-product-review__buttons { display: grid; }
	.wby-product-review__button { width: 100%; }
	.wby-banner-link__body { max-width: 88%; }
	.wby-tabs--mobile-wrap .wby-tabs__nav { flex-wrap: wrap; overflow: visible; }
	.wby-tabs--mobile-auto .wby-tabs__nav:has(.wby-tabs__tab:nth-child(4)),
	.wby-tabs--mobile-accordion .wby-tabs__nav { display: none; }
	.wby-tabs--mobile-auto:has(.wby-tabs__tab:nth-child(4)) .wby-tabs__panel,
	.wby-tabs--mobile-accordion .wby-tabs__panel { display: block; margin-bottom: 10px; border: 1px solid var(--wby-line); }
	.wby-tabs--mobile-auto:has(.wby-tabs__tab:nth-child(4)) .wby-tabs__panel::before,
	.wby-tabs--mobile-accordion .wby-tabs__panel::before { display: block; margin: -22px -24px 18px; padding: 12px 16px; background: var(--wby-tabs-accent); color: #fff; content: attr(data-title); font-weight: 700; }
	.wby-rich-columns--stack { grid-template-columns: 1fr; }
}

/* Temporary public compatibility before SWELL migration ------------------ */
.swell-block-button { margin: 2em 0; text-align: center; }
.swell-block-button > a { display: inline-flex; min-width: 220px; justify-content: center; padding: 13px 26px; border: 1px solid var(--wby-green); background: var(--wby-green); color: #fff !important; font-weight: 700; text-decoration: none !important; }
.swell-block-capbox { margin: 2.2em 0; border: 1px solid var(--wby-red); background: #fffdf8; }
.swell-block-capbox .cap_box_ttl { padding: 10px 16px; background: color-mix(in srgb,var(--wby-red) 12%,#fff); color: var(--wby-red); font-weight: 700; }
.swell-block-capbox .cap_box_content { padding: 18px 20px; }
.swell-block-faq { margin: 2.2em 0; }
.swell-block-faq__item { margin-bottom: 14px; border: 1px solid var(--wby-line); }
.swell-block-faq .faq_q { margin: 0 !important; padding: 16px 18px !important; background: color-mix(in srgb,var(--wby-mustard) 12%,#fff); font-size: 18px !important; }
.swell-block-faq .faq_a { padding: 18px; background: var(--wby-paper); }
.swell-block-step { margin: 2.2em 0; }
.swell-block-step__item { position: relative; display: grid; grid-template-columns: 58px minmax(0,1fr); gap: 14px; padding-bottom: 24px; }
.swell-block-step__number { grid-row: 1 / span 2; display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid var(--wby-green); border-radius: 50%; color: var(--wby-green); font-size: 9px; }
.swell-block-step__title { font-weight: 700; }
.swell-block-step__body { min-width: 0; }


/* 2.0.1 editor/public balloon cleanup. The speech bubble itself may have a border,
   but the block wrapper must never show a large outer frame. */
.wp-block-washokubiyori-balloon.wby-balloon,
.editor-styles-wrapper .wp-block-washokubiyori-balloon.wby-balloon {
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
}
.wby-balloon[style*="--wby-balloon-border-width:0px"] .wby-balloon__bubble,
.wby-balloon[style*="--wby-balloon-border-width: 0px"] .wby-balloon__bubble { border-width: 0 !important; }
.wby-balloon[style*="--wby-balloon-border-width:0px"] .wby-balloon__bubble::before,
.wby-balloon[style*="--wby-balloon-border-width: 0px"] .wby-balloon__bubble::before { border: 0 !important; }


/* 2.0.3: paragraph styles do not inject English labels. */


/* 2.0.4: article comments are intentionally disabled and speech bubbles size
   themselves to their text instead of stretching across the content column. */
body.single-post .wp-block-comments,
body.single-post .wp-block-post-comments-form,
body.single-post .comments-area,
body.single-post .comment-respond {
	display: none !important;
}

.editor-styles-wrapper .wby-balloon__bubble {
	width: fit-content;
	max-width: min(72%, 680px);
	flex-grow: 0;
}

@media (max-width: 700px) {
	.editor-styles-wrapper .wby-balloon__bubble {
		max-width: calc(100% - var(--wby-balloon-sp-image, 56px) - 10px);
	}
}

/* 2.0.6: lock both EDITOR'S PICK media frames to one shared height. */
.wby-home-feature__grid .wby-feature-card__media {
	height: var(--wby-block-image-height, clamp(270px, 28vw, 410px)) !important;
}

.wby-home-feature__grid .wby-feature-card__image,
.wby-home-feature__grid .wby-feature-card__media .wby-photo-placeholder {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: var(--wby-feature-image-position-x, 50%) top;
}

@media (max-width: 700px) {
	.wby-home-feature__grid .wby-feature-card__media {
		height: var(--wby-block-sp-image-height, clamp(118px, 34vw, 165px)) !important;
	}

	.wby-home-feature__grid .wby-feature-card--1 .wby-feature-card__image {
		transform: scale(1.13) !important;
		transform-origin: center top;
	}
}
