:root {
    --lab-ink: #1d2227;
    --lab-muted: #66625d;
    --lab-line: #ded9cf;
    --lab-paper: #f7f4ed;
    --lab-paper-deep: #ece6da;
    --lab-amber: #9a6a20;
    --lab-amber-dark: #6f4815;
    --lab-navy: #202b35;
    --lab-white: #ffffff;
    --lab-shell: 1120px;
    --lab-radius: 6px;
    --lab-shadow: 0 18px 50px rgba(25, 31, 36, .08);
    --lab-hero-title-size: 72px;
    --lab-hero-title-size-mobile: 44px;
    --lab-section-title-size: 44px;
    --lab-section-title-size-mobile: 34px;
    --lab-section-space: 82px;
    --lab-card-gap: 22px;
    --lab-hero-title-width: 820px;
    --lab-hero-lead-width: 720px;
    --wbl-hero-position: 50% 50%;
}

body.wbl-affinger-child {
    color: var(--lab-ink);
    background: #fff;
}

body.wbl-home #content-w,
body.wbl-product-page #content-w {
    padding: 0;
}

body.wbl-home #content,
body.wbl-home #contentInner,
body.wbl-product-page #content,
body.wbl-product-page #contentInner {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

body.wbl-home .wbl-home-main,
body.wbl-product-page .wbl-product-main {
    float: none;
    clear: both;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.wbl-product-page #st-header-post-under-box {
    display: none;
}

body.wbl-home .wbl-hero,
body.wbl-home .wbl-section,
body.wbl-product-page .wbl-product-facts {
    margin-bottom: 0;
}

.wbl-shell {
    width: min(var(--lab-shell), calc(100% - 40px));
    margin: 0 auto;
}

.wbl-eyebrow {
    margin: 0 0 12px;
    color: var(--lab-amber);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}


/* Japanese line wrapping: avoid isolated one-character lines where supported. */
body.wbl-home :where(h1, h2, h3, .wbl-intent-nav strong, .wbl-home-link-button, .wbl-topic-grid strong),
body.wbl-product-page :where(h1, h2, h3, .wbl-amazon-button, .wbl-secondary-button) {
    line-break: strict;
    overflow-wrap: break-word;
    text-wrap: balance;
}

body.wbl-wrap-phrase :where(h1, h2, h3, .wbl-intent-nav strong, .wbl-home-link-button, .wbl-topic-grid strong) {
    word-break: auto-phrase;
}

body.wbl-wrap-natural :where(h1, h2, h3, .wbl-intent-nav strong, .wbl-home-link-button, .wbl-topic-grid strong) {
    word-break: normal;
}

body.wbl-wrap-manual :where(h1, h2, h3) {
    word-break: keep-all;
    overflow-wrap: anywhere;
}

body.wbl-home :where(p, li, dd),
body.wbl-product-page :where(p, li, dd) {
    text-wrap: pretty;
}

.wbl-hero {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: var(--lab-paper);
}

.wbl-hero::before,
.wbl-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.wbl-hero::before {
    inset: 0;
    background:
        linear-gradient(90deg, rgba(247,244,237,.98) 0%, rgba(247,244,237,.94) 54%, rgba(247,244,237,.76) 100%),
        var(--wbl-hero-image, none) var(--wbl-hero-position) / cover no-repeat;
}

.wbl-hero::after {
    top: -180px;
    right: -80px;
    width: 560px;
    height: 560px;
    border: 1px solid color-mix(in srgb, var(--lab-amber) 28%, transparent);
    border-radius: 50%;
    box-shadow: inset 0 0 0 44px color-mix(in srgb, var(--lab-amber) 4%, transparent);
}

.wbl-hero--none::before,
.wbl-hero--split::before {
    background: linear-gradient(135deg, var(--lab-paper) 0%, color-mix(in srgb, var(--lab-paper-deep) 54%, #fff) 100%);
}

.wbl-hero__inner {
    position: relative;
    z-index: 1;
    padding: 88px 0 46px;
}

.wbl-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
    gap: clamp(34px, 6vw, 78px);
    align-items: center;
}

.wbl-hero__copy {
    min-width: 0;
}

.wbl-hero h1,
.wbl-product-hero h1 {
    margin: 0;
    color: var(--lab-ink);
    font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    font-size: clamp(38px, 5.8vw, var(--lab-hero-title-size));
    font-weight: 600;
    line-height: 1.24;
    letter-spacing: -.025em;
}

.wbl-hero h1 {
    max-width: var(--lab-hero-title-width);
}

.wbl-hero__lead,
.wbl-product-hero__lead {
    max-width: var(--lab-hero-lead-width);
    margin: 24px 0 0;
    color: var(--lab-muted);
    font-size: 17px;
    line-height: 1.9;
}

.wbl-hero-panel {
    padding: 26px 26px 20px;
    border-top: 3px solid var(--lab-amber);
    border-radius: var(--lab-radius);
    background: rgba(255,255,255,.9);
    box-shadow: var(--lab-shadow);
    backdrop-filter: blur(12px);
}

.wbl-hero-panel__title {
    margin: 0 0 14px;
    color: var(--lab-muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
}

.wbl-hero-panel ol,
.wbl-hero-points ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wbl-hero-panel li {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 12px;
    align-items: start;
    padding: 14px 0;
    border-top: 1px solid var(--lab-line);
}

.wbl-hero-panel li span,
.wbl-hero-points li span {
    color: var(--lab-amber);
    font-family: Georgia, serif;
    font-size: 13px;
}

.wbl-hero-panel li strong {
    line-height: 1.65;
}

.wbl-hero__visual {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 440px;
    margin: 0;
    overflow: hidden;
    border-radius: var(--lab-radius);
    background: color-mix(in srgb, var(--lab-paper-deep) 64%, #fff);
}

.wbl-hero__visual::after {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid color-mix(in srgb, var(--lab-amber) 32%, transparent);
    pointer-events: none;
}

.wbl-hero__visual img {
    width: 100%;
    height: 100%;
    min-height: 440px;
    object-fit: cover;
    object-position: var(--wbl-hero-position);
}

.wbl-hero-points {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 24px;
    align-items: center;
    margin-top: 34px;
    padding: 18px 22px;
    border: 1px solid var(--lab-line);
    border-radius: var(--lab-radius);
    background: rgba(255,255,255,.78);
}

.wbl-hero-points > p {
    margin: 0;
    font-weight: 800;
}

.wbl-hero-points ol {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.wbl-hero-points li {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 8px;
    margin: 0;
    color: var(--lab-muted);
    font-size: 13px;
    line-height: 1.6;
}

.wbl-intent-nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin-top: 42px;
    overflow: hidden;
    border: 1px solid var(--lab-line);
    border-radius: var(--lab-radius);
    background: var(--lab-line);
}

.wbl-intent-nav a {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr;
    gap: 8px 12px;
    min-height: 112px;
    padding: 20px 20px 18px;
    background: rgba(255,255,255,.96);
    color: var(--lab-ink);
    text-decoration: none;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.wbl-intent-nav a:hover,
.wbl-intent-nav a:focus-visible {
    z-index: 1;
    background: var(--lab-navy);
    color: #fff;
}

.wbl-intent-nav span {
    color: var(--lab-amber);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
}

.wbl-intent-nav strong {
    align-self: end;
    max-width: 18em;
    font-size: 15px;
    line-height: 1.55;
}

.wbl-intent-nav em {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    color: var(--lab-amber);
    font-style: normal;
    font-size: 18px;
}

.wbl-section {
    padding: var(--lab-section-space) 0;
    scroll-margin-top: 28px;
}

.wbl-section--paper {
    background: var(--lab-paper);
}

.wbl-section--dark {
    background: var(--lab-navy);
    color: #fff;
}

.wbl-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 36px;
}

.wbl-section-heading h2 {
    max-width: 760px;
    margin: 0;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    font-size: clamp(28px, 4vw, var(--lab-section-title-size));
    font-weight: 600;
    line-height: 1.35;
}

.wbl-section-heading > p {
    max-width: 460px;
    margin: 0;
    color: var(--lab-muted);
    line-height: 1.8;
}

.wbl-section-heading--light h2,
.wbl-section-heading--light > p {
    color: #fff;
}

.wbl-section-heading--light > p {
    color: rgba(255,255,255,.72);
}


.wbl-section-intro {
    margin-bottom: 36px;
}

.wbl-section-intro .wbl-section-heading {
    margin-bottom: 0;
}

.wbl-section-intro--side {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, .65fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: center;
}

.wbl-section-intro--wide {
    display: grid;
    gap: 28px;
}

.wbl-section-intro__copy,
.wbl-section-intro__media {
    min-width: 0;
}

.wbl-section-intro__media {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: var(--lab-radius);
    background: var(--lab-paper-deep);
}

.wbl-section-intro--side .wbl-section-intro__media {
    aspect-ratio: 4 / 3;
}

.wbl-section-intro--wide .wbl-section-intro__media {
    aspect-ratio: 16 / 6;
}

.wbl-section-intro__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wbl-section--dark .wbl-section-intro__media {
    background: rgba(255,255,255,.08);
}

.wbl-section-action {
    margin-top: 30px;
    text-align: center;
}

.wbl-home-link-button {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-height: 48px;
    padding: 12px 20px;
    border: 1px solid var(--lab-ink);
    border-radius: var(--lab-radius);
    color: var(--lab-ink);
    text-decoration: none;
    font-weight: 700;
}

.wbl-home-link-button:hover,
.wbl-home-link-button:focus-visible {
    background: var(--lab-ink);
    color: #fff;
}

.wbl-home-link-button--light {
    border-color: rgba(255,255,255,.7);
    color: #fff;
}

.wbl-home-link-button--light:hover,
.wbl-home-link-button--light:focus-visible {
    background: #fff;
    color: var(--lab-navy);
}

.wbl-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin: 0;
    padding: 1px;
    list-style: none;
    background: var(--lab-line);
}

.wbl-steps li {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 16px;
    min-height: 220px;
    padding: 30px 26px;
    background: color-mix(in srgb, var(--lab-paper) 86%, #fff);
}

.wbl-section--dark .wbl-steps {
    background: rgba(255,255,255,.16);
}

.wbl-section--dark .wbl-steps li {
    background: color-mix(in srgb, var(--lab-navy) 94%, #fff);
}

.wbl-steps > li > span {
    color: var(--lab-amber);
    font-family: Georgia, serif;
    font-size: 42px;
    line-height: 1;
}

.wbl-steps small {
    display: block;
    margin: 0 0 8px;
    color: var(--lab-amber);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
}

.wbl-steps h3 {
    margin: 0 0 10px;
    font-size: 20px;
}

.wbl-steps p {
    margin: 0;
    color: var(--lab-muted);
    line-height: 1.85;
}

.wbl-section--dark .wbl-steps p {
    color: rgba(255,255,255,.7);
}

.wbl-topic-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: var(--lab-radius);
    background: rgba(255,255,255,.16);
}

.wbl-topic-grid a {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 290px;
    overflow: hidden;
    background: var(--lab-navy);
    color: #fff;
    text-decoration: none;
    transition: background .2s ease;
}

.wbl-section:not(.wbl-section--dark) .wbl-topic-grid {
    border-color: var(--lab-line);
    background: var(--lab-line);
}

.wbl-section:not(.wbl-section--dark) .wbl-topic-grid a {
    background: #fff;
    color: var(--lab-ink);
}

.wbl-topic-grid a:hover,
.wbl-topic-grid a:focus-visible {
    background: color-mix(in srgb, var(--lab-navy) 88%, #fff);
}

.wbl-section:not(.wbl-section--dark) .wbl-topic-grid a:hover,
.wbl-section:not(.wbl-section--dark) .wbl-topic-grid a:focus-visible {
    background: var(--lab-paper);
}

.wbl-topic-grid__image {
    aspect-ratio: 16 / 10;
    margin: 0;
    overflow: hidden;
    background: rgba(255,255,255,.06);
}

.wbl-topic-grid__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .9;
    transition: transform .3s ease, opacity .3s ease;
}

.wbl-topic-grid a:hover .wbl-topic-grid__image img,
.wbl-topic-grid a:focus-visible .wbl-topic-grid__image img {
    transform: scale(1.035);
    opacity: 1;
}

.wbl-topic-grid__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 30px;
}

.wbl-topic-grid__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wbl-topic-grid span,
.wbl-topic-grid em {
    color: #d5aa67;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: .1em;
}

.wbl-topic-grid strong {
    display: block;
    margin-top: 34px;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    font-size: 28px;
    line-height: 1.45;
}

.wbl-topic-grid p {
    margin: 16px 0 26px;
    color: rgba(255,255,255,.72);
    line-height: 1.85;
}

.wbl-section:not(.wbl-section--dark) .wbl-topic-grid p {
    color: var(--lab-muted);
}

.wbl-topic-grid b {
    margin-top: auto;
    color: #d5aa67;
    font-size: 13px;
}

.wbl-post-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: calc(var(--lab-card-gap) * 1.35) var(--lab-card-gap);
}

.wbl-post-grid article {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--lab-line);
    border-radius: var(--lab-radius);
    background: #fff;
}

.wbl-section--dark .wbl-post-grid article {
    border-color: rgba(255,255,255,.16);
    background: color-mix(in srgb, var(--lab-navy) 92%, #fff);
}

.wbl-post-grid__image {
    display: grid;
    place-items: center;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--lab-paper);
    color: var(--lab-amber);
    text-decoration: none;
    letter-spacing: .12em;
}

.wbl-post-grid__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.wbl-post-grid__image:hover img {
    transform: scale(1.035);
}

.wbl-post-grid__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px;
}

.wbl-post-grid__meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 10px;
    color: var(--lab-muted);
    font-size: 11px;
}

.wbl-post-grid__meta span {
    color: var(--lab-amber);
    font-weight: 700;
}

.wbl-post-grid h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.65;
}

.wbl-post-grid h3 a {
    color: var(--lab-ink);
    text-decoration: none;
}

.wbl-section--dark .wbl-post-grid h3 a {
    color: #fff;
}

.wbl-post-grid__excerpt {
    margin: 12px 0 18px;
    color: var(--lab-muted);
    line-height: 1.75;
}

.wbl-section--dark .wbl-post-grid__excerpt,
.wbl-section--dark .wbl-post-grid__meta {
    color: rgba(255,255,255,.66);
}

.wbl-post-grid__more {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-top: auto;
    color: var(--lab-amber-dark);
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}

.wbl-section--dark .wbl-post-grid__more {
    color: #d5aa67;
}

.wbl-breadcrumb {
    display: flex;
    gap: 8px;
    padding: 22px 0;
    color: var(--lab-muted);
    font-size: 12px;
}

.wbl-breadcrumb a {
    color: var(--lab-muted);
}

.wbl-product-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
    gap: 56px;
    align-items: center;
    overflow: hidden;
    padding: 48px 54px;
    border-top: 4px solid var(--wbl-product-accent, var(--lab-amber));
    border-radius: var(--lab-radius) var(--lab-radius) 0 0;
    background: var(--lab-paper);
}

.wbl-product-status-line {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid var(--lab-line);
}

.wbl-product-status-line span {
    color: var(--lab-muted);
    font-size: 13px;
}

.wbl-product-status-line strong {
    color: var(--wbl-product-accent, var(--lab-amber));
}

.wbl-product-hero__visual {
    display: grid;
    place-items: center;
    min-height: 360px;
}

.wbl-product-hero__visual img {
    max-height: 420px;
    width: auto;
    object-fit: contain;
}

.wbl-product-placeholder {
    display: grid;
    place-items: center;
    width: 170px;
    height: 290px;
    border: 1px solid var(--wbl-product-accent, var(--lab-amber));
    color: var(--wbl-product-accent, var(--lab-amber));
    font-family: serif;
    font-size: 80px;
}

.wbl-product-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid var(--lab-line);
    border-top: 0;
    border-radius: 0 0 var(--lab-radius) var(--lab-radius);
}

.wbl-product-facts > div {
    padding: 22px;
    border-right: 1px solid var(--lab-line);
}

.wbl-product-facts > div:last-child {
    border-right: 0;
}

.wbl-product-facts span {
    display: block;
    margin-bottom: 6px;
    color: var(--lab-muted);
    font-size: 12px;
}

.wbl-product-facts strong {
    font-size: 18px;
}

.wbl-product-facts a {
    color: var(--lab-amber-dark);
}

.wbl-product-content,
.wbl-gift-note,
.wbl-product-lotteries {
    margin: 54px 0;
}

.wbl-product-content {
    max-width: 820px;
}

.wbl-product-content h2 {
    margin-top: 2.2em;
    padding-bottom: .5em;
    border-bottom: 1px solid var(--lab-line);
    font-family: serif;
    font-size: 30px;
}

.wbl-product-content h3 {
    margin-top: 1.8em;
    font-size: 22px;
}

.wbl-product-content p,
.wbl-product-content li {
    line-height: 1.9;
}

.wbl-gift-note {
    padding: 30px;
    border-left: 4px solid var(--lab-amber);
    border-radius: var(--lab-radius);
    background: var(--lab-paper);
}

.wbl-gift-note h2 {
    margin: 0 0 12px;
    font-family: serif;
}

.wbl-gift-note p:last-child {
    margin-bottom: 0;
}

.wbl-affinger-child a:focus-visible,
.wbl-affinger-child button:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--lab-amber) 70%, #fff);
    outline-offset: 3px;
}

@media (max-width: 1000px) {
    .wbl-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(280px, .65fr);
        gap: 32px;
    }
    .wbl-intent-nav,
    .wbl-topic-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .wbl-steps {
        grid-template-columns: 1fr;
    }
    .wbl-steps li {
        min-height: 0;
    }
    .wbl-product-hero {
        grid-template-columns: 1fr;
    }
    .wbl-product-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .wbl-product-facts > div:nth-child(2) {
        border-right: 0;
    }
    .wbl-product-facts > div:nth-child(-n+2) {
        border-bottom: 1px solid var(--lab-line);
    }
}

@media (max-width: 820px) {
    .wbl-hero__grid {
        grid-template-columns: 1fr;
    }
    .wbl-hero-panel {
        max-width: none;
    }
    .wbl-hero-points {
        grid-template-columns: 1fr;
    }
    .wbl-hero-points ol {
        grid-template-columns: 1fr;
    }
    .wbl-post-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .wbl-shell {
        width: min(100% - 28px, var(--lab-shell));
    }
    .wbl-hero__inner {
        padding: 60px 0 34px;
    }
    .wbl-hero h1 {
        font-size: clamp(32px, 10vw, var(--lab-hero-title-size-mobile));
    }
    .wbl-hero::after {
        width: 300px;
        height: 300px;
        top: -120px;
    }
    .wbl-hero__visual,
    .wbl-hero__visual img {
        min-height: 300px;
    }
    .wbl-intent-nav,
    .wbl-topic-grid,
    .wbl-post-grid {
        grid-template-columns: 1fr;
    }
    .wbl-intent-nav a {
        min-height: 84px;
    }
    .wbl-section {
        padding: max(44px, calc(var(--lab-section-space) * .72)) 0;
    }
    .wbl-section-intro--side {
        grid-template-columns: 1fr;
        gap: 22px;
    }
    .wbl-section-intro--wide .wbl-section-intro__media {
        aspect-ratio: 16 / 9;
    }
    .wbl-section-heading h2 {
        font-size: var(--lab-section-title-size-mobile);
    }
    .wbl-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }
    .wbl-steps li {
        grid-template-columns: 44px 1fr;
        padding: 24px 20px;
    }
    .wbl-topic-grid a {
        min-height: 240px;
    }
    .wbl-product-hero {
        gap: 24px;
        padding: 32px 22px;
    }
    .wbl-product-hero h1 {
        font-size: 34px;
    }
    .wbl-product-hero__visual {
        min-height: 250px;
    }
    .wbl-product-facts {
        grid-template-columns: 1fr;
    }
    .wbl-product-facts > div {
        border-right: 0;
        border-bottom: 1px solid var(--lab-line);
    }
    .wbl-product-facts > div:last-child {
        border-bottom: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wbl-intent-nav a,
    .wbl-topic-grid a,
    .wbl-post-grid__image img {
        transition: none;
    }
}

body.wbl-live-preview-page a { cursor: default !important; }

/* v1.3.1 TOP sections, mobile hero and editorial trust. */
.wbl-section {
    padding-block: var(--wbl-local-section-space, var(--lab-section-space));
}

.wbl-section--diagnosis .wbl-buytime-diagnosis__intro {
    display: none;
}

.wbl-section--diagnosis .wbl-buytime-diagnosis {
    margin-top: 0;
}

.wbl-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--lab-card-gap);
}

.wbl-trust-grid article {
    min-width: 0;
    padding: 24px;
    border: 1px solid var(--lab-line);
    border-top: 4px solid var(--lab-amber);
    border-radius: var(--lab-radius);
    background: #fff;
}

.wbl-trust-grid article > span {
    display: block;
    margin-bottom: 22px;
    color: var(--lab-amber);
    font-family: Georgia, serif;
    font-size: 24px;
}

.wbl-trust-grid h3 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.55;
    text-wrap: balance;
}

.wbl-trust-grid p {
    margin: 0;
    color: var(--lab-muted);
    line-height: 1.8;
}

.wbl-section--dark .wbl-trust-grid article {
    border-color: rgba(255,255,255,.16);
    background: #fff;
    color: var(--lab-ink);
}

/* Product/article linkage introduced in the core plugin. */
body.wbl-product-page .wbl-product-related,
body.wbl-product-page .wbl-product-lotteries {
    padding-top: 20px;
}

@media (max-width: 840px) {
    .wbl-trust-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .wbl-hero--background::before {
        background:
            linear-gradient(180deg, rgba(247,244,237,.96) 0%, rgba(247,244,237,.92) 62%, rgba(247,244,237,.96) 100%),
            var(--wbl-hero-image-mobile, var(--wbl-hero-image, none)) var(--wbl-hero-position) / cover no-repeat;
    }

    .wbl-section {
        padding-block: clamp(42px, calc(var(--wbl-local-section-space, 70px) * .76), 86px);
    }
}

/* v1.3.1: short semantic values stay together without forcing full paragraphs onto one line. */
.wbl-keep-together,
.wbl-price,
.wbl-date,
.wbl-product-name {
	display: inline-block;
	white-space: nowrap;
}

.wbl-wrap-ja,
.wbl-home-content h1,
.wbl-home-content h2,
.wbl-home-content h3,
.wbl-buytime-diagnosis legend {
	line-break: strict;
	word-break: auto-phrase;
	overflow-wrap: normal;
}

@supports (text-wrap: balance) {
	.wbl-home-content h1,
	.wbl-home-content h2,
	.wbl-home-content h3,
	.wbl-buytime-diagnosis legend { text-wrap: balance; }
}

@supports (text-wrap: pretty) {
	.wbl-home-content p,
	.wbl-buytime-diagnosis p { text-wrap: pretty; }
}
