@media (max-width:700px) {
    .hero {
        display: flex !important;
        flex-direction: column !important
    }

    .media-image--hero {
        /*height: 250px;
        min-height: 250px*/
    }

    .media-image--product {
        height: auto
    }

    .video-placeholder {
        /*height: 180px !important*/
    }

    .related-grid {
        grid-template-columns: repeat(2, 1fr) !important
    }

    .fitter__stat>img {
        width: 80px;
        height: 80px;
        flex-basis: 80px
    }
}

@media (min-width:701px) {
    .hero {
        display: flex !important;
        flex-direction: column !important
    }

    .media-image--hero {
        /*height: 250px;
        min-height: 250px*/
    }

    .media-image--product {
        height: auto
    }

    .video-placeholder {
        /*height: 180px !important*/
    }

    .related-grid {
        grid-template-columns: repeat(2, 1fr) !important
    }
}

/* Benchmark-inspired visual system */
body {
    background: #e7e9e3;
    color: #171717;
    font-family: 'Noto Sans JP', YakuHanJP, sans-serif;
    font-size: 1.6rem;
    line-height: 1.85;
}

main,
.hero {
    background: #fff;
}

.hero {
    background: #f5f6f2;
}

.hero__copy {
    padding: 48px 28px 54px;
}

.hero__kicker,
.section-kicker {
    color: #0c8e86;
    font-size: 1.6rem;
    letter-spacing: .18em;
    line-height: 1.5;
}

.hero h1,
.worries h2,
.fitter h2,
.howto h2,
.voices h2,
.lineup h2,
.related h2,
.adjustments h2,
.promise h2,
.campaign h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    letter-spacing: .02em;
}

.hero h1 {
    font-size: 3.2rem;
    line-height: 1.45;
    letter-spacing: .04em;
}

.section-pad {
    padding: 64px 24px;
}

.worries h2,
.fitter h2,
.howto h2,
.voices h2,
.lineup h2,
.related h2,
.adjustments h2 {
    font-size: 2.45rem;
    line-height: 1.55;
    margin-bottom: 26px;
}

.worries__layout,
.fitter__box,
.howto__box,
.adjustments__note {
    gap: 24px;
}

.check-list li {
    border-bottom-color: #d9ddd5;
    padding: 13px 0 13px 30px;
    font-size: 16px;
}

.check-list li:before,
.adjustment-card__number,
.howto li span {
    color: #0c8e86;
}

.promise {
    background: #171717;
}

.promise .section-kicker {
    color: #f3c11d;
}

.promise h2 {
    font-size: 2.55rem;
    line-height: 1.55;
}

.promise h2 strong {
    color: #f3c11d;
}

.promise__list {
    padding-top: 24px;
}

.promise__list li {
    border-color: #f3c11d;
    padding: 13px 15px;
    font-size: 18px;
    font-weight: 600;
}

.fitter,
.voices {
    background: #f3f4f0;
}

.fitter__box,
.voice-grid blockquote,
.product-card {
    border-color: #d9ddd5;
    background: #fff;
}

.fitter__box {
    padding: 22px;
}

.fitter__stat {
    margin-top: 24px;
    padding-top: 22px;
}

.adjustments,
.related {
    background: #eef0eb;
}

.adjustments {
    padding-top: 58px;
    padding-bottom: 64px;
}

.adjustments__intro {
    padding-bottom: 22px;
}

.adjustment-card {
    box-shadow: 0 2px 0 rgba(23, 23, 23, .06);
}

.video-placeholder {
    background: #dce2d7;
}

.voice-grid blockquote {
    border-top-color: #f3c11d;
    padding: 22px;
}

.stars {
    color: #0c8e86;
}

.product-card {
    border-radius: 0;
}

.product-card__price {
    color: #171717;
    font-weight: 700;
}

.button {
    background: #171717;
    border: 1px solid #171717;
    padding: 11px 14px;
    font-weight: 700;
    letter-spacing: .04em;
}

.related-grid {
    gap: 12px;
}

.media-image--banner {
    background: #dce2d7;
}

@media (max-width: 700px) {
    .hero__copy {
        padding: 34px 22px 42px;
    }

    .hero h1 {
        font-size: 2.9rem;
    }

    .section-pad,
    .adjustments {
        padding-left: 20px;
        padding-right: 20px;
    }

    .worries h2,
    .fitter h2,
    .howto h2,
    .voices h2,
    .lineup h2,
    .related h2,
    .adjustments h2 {
        font-size: 2.25rem;
    }
}

/* Tablet: hide the fixed outer background and use the full content width. */
@media screen and (min-width: 701px) and (max-width: 1024px) {
    body {
        background-image: none !important;
        background-color: var(--bg-secondary);
    }

    html body main,
    html body .hero {
        width: 100%;
        max-width: 100% !important;
        margin-left: 0;
        margin-right: 0;
    }
}

body {
    background-color: var(--bg-primary);
    background-image: url("images/background.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/* Client palette and type system */
:root {
    --bg-primary: #bed7c8;
    --bg-secondary: #f8f4ec;
    --accent-yellow: #f3c11d;
    --accent-teal: #0c8e86;
    --ink: #163c3a;
    --muted: #526b67;
    --line: #c9dcd1;
}

body {
    background: var(--bg-primary);
    color: var(--ink);
    font-family: 'Zen Kaku Gothic New', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', YuGothic, sans-serif;
    font-size: 1.45rem;
    line-height: 1.9;
}

main,
.hero {
    background: var(--bg-secondary);
}

.hero {
    border-top: 8px solid var(--accent-yellow);
}

.hero__kicker,
.section-kicker {
    color: var(--accent-teal);
    font-family: 'Montserrat', 'Zen Kaku Gothic New', sans-serif;
    font-weight: 800;
    letter-spacing: .12em;
}

.hero h1,
.worries h2,
.fitter h2,
.howto h2,
.voices h2,
.lineup h2,
.related h2,
.adjustments h2,
.promise h2 {
    color: var(--ink);
    font-family: 'Montserrat', 'Zen Kaku Gothic New', sans-serif;
    font-weight: 800;
    letter-spacing: .015em;
}

.hero h1 {
    font-size: 3.25rem;
    line-height: 1.45;
}

.hero h1 em {
    color: var(--accent-teal);
    border-bottom-color: var(--accent-yellow);
}

.hero__lead,
.voice-grid blockquote p,
.adjustment-card>p:last-child,
.product-card__audience,
.adjustments__note p {
    color: var(--muted);
}

.section-pad {
    padding: 68px 24px;
}

.worries,
.lineup,
.howto {
    background: var(--bg-secondary);
}

.worries h2,
.fitter h2,
.howto h2,
.voices h2,
.lineup h2,
.related h2,
.adjustments h2 {
    font-size: 2.45rem;
    line-height: 1.55;
}

.check-list li {
    border-bottom-color: var(--line);
}

.check-list li::before,
.adjustment-card__number,
.howto li span {
    color: var(--accent-teal);
}

.promise {
    background: var(--accent-teal);
    color: #fff;
}

.promise .section-kicker,
.promise h2,
.promise h2 strong {
    color: #fff;
}

.promise h2 strong {
    text-decoration: underline;
    text-decoration-color: var(--accent-yellow);
    text-decoration-thickness: 4px;
    text-underline-offset: 6px;
}

.promise__list li {
    border-color: var(--accent-yellow);
    background: rgba(248, 244, 236, .08);
    font-weight: 700;
}

.fitter,
.voices,
.adjustments,
.related {
    background: var(--bg-primary);
}

.fitter__box,
.voice-grid blockquote,
.product-card,
.adjustment-card {
    background: var(--bg-secondary);
    border-color: var(--line);
}

.fitter__stat {
    border-top-color: var(--line);
}

.video-placeholder,
.media-image--banner {
    background: #a9cbbb;
}

.voice-grid blockquote {
    border-top-color: var(--accent-yellow);
}

.stars {
    color: var(--accent-yellow);
}

.product-card__price {
    color: var(--accent-teal);
    font-weight: 700;
}

.button {
    background: var(--accent-teal);
    border-color: var(--accent-teal);
    color: #fff;
    font-family: 'Montserrat', 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
}

@media (max-width: 700px) {
    .hero h1 {
        font-size: 2.9rem;
    }

    .section-pad,
    .adjustments {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Mobile-first refinements */
@media screen and (max-width: 700px) {
    body {
        background: var(--paper);
    }

    .hero__visual {
        /*min-height: 250px;*/
    }

    .hero__copy {
        padding: 34px 22px 40px;
    }

    .hero h1 {
        font-size: 2.9rem;
        letter-spacing: .04em;
    }

    .hero__lead {
        font-size: 1.35rem;
    }

    .section-pad,
    .adjustments {
        padding-left: 18px;
        padding-right: 18px;
    }

    .section-kicker {
        font-size: 1.15rem;
    }

    .worries h2,
    .fitter h2,
    .howto h2,
    .voices h2,
    .lineup h2,
    .related h2,
    .adjustments h2 {
        font-size: 2.25rem;
    }

    .promise h2 {
        font-size: 2.6rem;
    }

    .promise__lead {
        font-size: 1.35rem;
    }

    .adjustments__grid {
        grid-template-columns: 1fr !important;
        gap: 18px;
    }

    .video-placeholder {
        /*height: 180px;*/
    }

    .adjustment-card {
        padding-bottom: 22px;
    }

    .adjustment-card h3 {
        font-size: 1.7rem;
    }

    .adjustment-card>p:last-child {
        font-size: 1.3rem;
    }

    .voice-grid blockquote {
        padding: 20px;
    }

    .voice-grid blockquote p {
        font-size: 1.3rem;
    }

    .product-grid,
    .related-grid {
        gap: 22px;
    }

    .media-placeholder--product {
        height: 230px;
    }
}

@media screen and (min-width: 701px) {

    main,
    .hero {
        max-width: 425px !important;
    }

    .hero {
        display: flex !important;
        flex-direction: column !important;
    }

    .hero__visual {
        order: 0 !important;
        /*min-height: 250px !important;*/
    }

    .hero__copy {
        order: 1 !important;
        padding: 18px 22px 30px !important;
    }

    .hero h1 {
        font-size: 2.9rem !important;
        letter-spacing: .04em !important;
    }

    .hero__lead {
        font-size: 1.35rem !important;
    }

    .section-pad,
    .adjustments {
        padding: 52px 18px !important;
    }

    .worries h2,
    .fitter h2,
    .howto h2,
    .voices h2,
    .lineup h2,
    .related h2,
    .adjustments h2 {
        font-size: 2.25rem !important;
    }

    .promise h2 {
        font-size: 2.6rem !important;
    }

    .adjustments__grid {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .video-placeholder {
        /*height: 180px !important;*/
    }

    .voice-grid,
    .product-grid,
    .related-grid {
        grid-template-columns: 1fr !important;
    }
}

/* Content remains narrow and single-column even on desktop. */
.worries__layout,
.fitter__box,
.howto__box,
.adjustments__note {
    grid-template-columns: 1fr !important;
}

.worries__layout>*,
.fitter__box>*,
.howto__box>* {
    width: 100%;
}

.section-kicker {
    text-align: center;
}

.promise .section-kicker,
.promise h2 {
    color: #fffdf9;
}

.promise .section-kicker {
    color: #f4d09a;
}

.promise__lead {
    color: #fffdf9;
}

.related-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
}

.related-grid a {
    display: block;
}

.media-placeholder--banner {
    aspect-ratio: 1 / 1;
    height: auto !important;
}

.related-grid .media-placeholder--banner::after {
    content: 'バナー画像差し替え';
}

.media-image {
    display: block;
    width: 100%;
    object-fit: cover;
}

.media-image--hero {
    grid-column: 2;
    grid-row: 1;
    /*min-height: 540px;*/
}

.media-image--person,
.media-image--fitter,
.media-image--staff,
.media-image--sheet {
    min-height: 220px;
}

.media-image--product {
    height: auto;
}

.media-image--banner {
    aspect-ratio: 1 / 1;
}

.fitter__stat>img {
    width: 100px;
    height: auto;
    flex: 0 0 100px;
    object-fit: contain;
}

.video-placeholder {
    display: block;
    width: 100%;
    object-fit: cover;
    background: #c7b8a8;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Noto+Serif+JP:wght@400;500;600&display=swap');

:root {
    --ink: #171717;
    --muted: #5f615d;
    --cream: #f3f4f0;
    --paper: #ffffff;
    --line: #d9ddd5;
    --copper: #0c8e86;
    --copper-dark: #171717;
    --sage: #f3c11d
}

* {
    box-sizing: border-box
}

html {
    font-size: 62.5%
}

body {
    margin: 0;
    color: var(--ink);
    background: #e7e9e3;
    font-family: YakuHanJP, "Helvetica Neue", "Helvetica", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif
}

img {
    max-width: 100%
}

main,
.hero {
    max-width: 1000px;
    margin: auto;
    background: var(--paper)
}

.hero {
    /*min-height: 540px;*/
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    position: relative;
    overflow: hidden;
    background: #f7f8f5
}

.hero__visual {
    grid-column: 2;
    grid-row: 1;
    /*min-height: 540px*/
}

.hero__copy {
    grid-column: 1;
    grid-row: 1;
    z-index: 1;
    align-self: center;
    padding: 44px 45px 48px
}

.hero__kicker,
.section-kicker {
    margin: 0 0 14px;
    color: #667d00;
    letter-spacing: .16em;
    font-size: 1.25rem;
    font-weight: 700
}

.hero h1 {
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(2.9rem, 4.3vw, 4.5rem);
    line-height: 1.55;
    letter-spacing: .08em;
    font-weight: 500;
    margin: 0 0
}

.hero h1 em {
    color: #171717;
    font-style: normal;
    border-bottom: 4px solid var(--sage)
}

.hero__lead {
    color: var(--muted);
    line-height: 2
}

.media-placeholder {
    background: linear-gradient(135deg, #d5d9d0, #aeb6a5);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #171717;
    letter-spacing: .08em;
    font-size: 1.25rem;
    overflow: hidden
}

.media-placeholder:before {
    content: '';
    position: absolute;
    inset: 13px;
    border: 1px solid rgba(255, 255, 255, .6)
}

.media-placeholder:after {
    content: attr(data-label);
    white-space: pre-line;
    position: relative;
    z-index: 1;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}

.media-placeholder--hero {
    background: linear-gradient(140deg, #c7d100, #eff3c0 55%, #aebd00)
}

.media-placeholder--person {
    min-height: 270px;
    background: linear-gradient(135deg, #dce4d1, #b9c6ad)
}

.section-pad {
    padding: 76px 8%
}

.campaign {
    background: var(--sage);
    color: #171717;
    padding: 32px 8%;
    text-align: center
}

.campaign__label {
    border: 1px solid rgba(255, 255, 255, .55);
    display: inline-block;
    padding: 2px 16px;
    letter-spacing: .15em;
    font-size: 1.2rem
}

.campaign h2 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    line-height: 1.65;
    margin: 10px 0;
    font-size: 2.5rem
}

.campaign h2 strong {
    color: #171717;
    font-size: 3.8rem
}

.campaign p {
    margin: 7px 0
}

.campaign__period {
    font-size: 1.4rem
}

.campaign__period span {
    margin-right: 10px;
    color: #171717
}

.campaign__note {
    opacity: .72;
    font-size: 1.15rem
}

.worries {
    background: var(--paper)
}

.worries h2,
.fitter h2,
.howto h2,
.voices h2,
.lineup h2,
.related h2,
.adjustments h2 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    line-height: 1.6;
    font-size: 2.9rem;
    margin: 0 0 24px
}

.worries__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    align-items: center
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.check-list li {
    padding: 15px 0 15px 34px;
    border-bottom: 1px solid var(--line);
    position: relative
}

.check-list li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--copper);
    font-weight: 700
}

.promise {
    background: #171717;
    color: #ffffff;
    text-align: center
}

.promise h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 3rem;
    line-height: 1.6;
    font-weight: 400
}

.promise h2 strong {
    color: var(--sage)
}

.promise__lead {
    max-width: 650px;
    margin: 0 auto 36px;
    color: #edf0e9;
    text-align: left
}

.promise__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 680px;
    margin: auto;
    padding: 30px 0 0;
    list-style: none
}

.promise__list li {
    border: 1px solid rgba(215, 240, 0, .75);
    padding: 12px 16px;
    line-height: 1.7
}

.fitter {
    background: var(--cream)
}

.fitter__box {
    display: grid;
    grid-template-columns: 38% 1fr;
    gap: 35px;
    padding: 28px;
    border: 1px solid var(--line);
    background: #ffffff
}

.media-placeholder--fitter {
    min-height: 220px;
    background: linear-gradient(135deg, #b8c0b4, #7d8d82)
}

.fitter__text {
    align-self: center
}

.fitter__stat {
    display: flex;
    gap: 18px;
    align-items: center;
    border-top: 1px solid var(--line);
    margin-top: 28px;
    padding-top: 20px
}

.fitter__stat strong {
    color: var(--copper-dark);
    font-family: 'Noto Serif JP', serif;
    font-size: 4.8rem;
    line-height: 1
}

.fitter__stat span {
    font-size: 1.35rem
}

.adjustments {
    background: #eef0eb;
    padding: 76px 8%
}

.adjustments__intro {
    padding: 0 0 24px;
    text-align: center
}

.adjustments__intro>p:last-child {
    color: var(--muted)
}

.worries h2 {
    margin-bottom: 28px;
}

.fitter__text>p:first-child {
    margin-top: 0;
}

.howto__lead {
    max-width: 30em;
    margin: -10px auto 24px;
    line-height: 1.9;
}

.adjustments__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px
}

.adjustment-card {
    background: #ffffff;
    padding: 0 0 20px
}

.video-placeholder {
    /*height: 145px;*/
    background: linear-gradient(135deg, #9caaa0, #c7b8a8)
}

.video-placeholder:after {
    content: '▶  ' attr(data-label)
}

.adjustment-card__number {
    color: var(--copper);
    font-size: 1.2rem;
    letter-spacing: .1em;
    margin: 18px 18px 4px
}

.adjustment-card h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.7rem;
    line-height: 1.5;
    margin: 0 18px 8px
}

.adjustment-card>p:last-child {
    color: var(--muted);
    font-size: 1.25rem;
    line-height: 1.8;
    margin: 0 18px
}

.adjustments__note {
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 28px;
    align-items: center;
    margin-top: 42px;
    padding: 25px;
    background: var(--paper)
}

.media-placeholder--staff {
    min-height: 125px;
    background: linear-gradient(135deg, #c4b19e, #8d9d8f)
}

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

.howto {
    background: var(--paper);
    text-align: center
}

.howto__lead {
    color: var(--muted)
}

.howto__box {
    display: grid;
    grid-template-columns: 42% 1fr;
    align-items: center;
    gap: 0px;
    max-width: 760px;
    margin: 35px auto 0;
    text-align: left
}

.media-placeholder--sheet {
    min-height: 220px;
    background: linear-gradient(135deg, #d4c4b2, #aa9b8a)
}

.howto ol {
    list-style: none;
    padding: 0;
    margin: 0
}

.howto li {
    border-bottom: 1px solid var(--line);
    padding: 18px 0
}

.howto li span {
    color: var(--copper);
    font-family: 'Noto Serif JP', serif;
    font-size: 1.8rem;
    margin-right: 20px
}

.voices {
    background: var(--cream)
}

.voices h2 {
    text-align: center
}

.voice-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.voice-grid blockquote {
    margin: 0;
    padding: 25px;
    background: var(--paper);
    border-top: 3px solid var(--sage)
}

.stars {
    color: #789000;
    letter-spacing: .1em
}

.voice-grid blockquote p {
    color: var(--muted);
    font-size: 1.3rem;
    line-height: 1.9
}

.voice-grid cite {
    font-style: normal;
    font-size: 1.25rem
}

.lineup {
    background: var(--paper)
}

.lineup h2,
.related h2 {
    text-align: center
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px
}

.product-card {
    border: 1px solid #cfd5c9;
    padding-bottom: 22px
}

.media-placeholder--product {
    height: 220px;
    background: linear-gradient(135deg, #d7cec3, #a59787)
}

.product-card__audience {
    color: var(--muted);
    font-size: 1.25rem;
    line-height: 1.75;
    margin: 18px 18px 8px
}

.product-card h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 0 18px 4px
}

.product-card__price {
    color: var(--copper-dark);
    margin: 0 18px 15px
}

.button {
    background: #171717;
    color: #fff;
    display: block;
    margin: 0 18px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 1.3rem
}

.related {
    background: #eef0eb
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.related-grid a {
    background: var(--paper);
    text-decoration: none
}

.media-placeholder--banner {
    height: 130px;
    background: linear-gradient(135deg, #9caaa0, #c6b6a5)
}

.related-grid span {
    display: block;
    padding: 14px 16px;
    line-height: 1.7;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.4rem
}

@media (max-width:700px) {
    .hero {
        display: flex;
        flex-direction: column
    }

    .hero__visual {
        order: 0;
        /*min-height: 310px*/
    }

    .hero__copy {
        order: 1;
        padding: 38px 25px 44px
    }

    .hero h1 {
        font-size: 3.1rem
    }

    .section-pad,
    .adjustments {
        padding: 52px 20px
    }

    .worries__layout,
    .fitter__box,
    .howto__box {
        grid-template-columns: 1fr;
        gap: 22px
    }

    .worries h2,
    .fitter h2,
    .howto h2,
    .voices h2,
    .lineup h2,
    .related h2,
    .adjustments h2 {
        font-size: 2.45rem
    }

    .promise__list {
        gap: 6px
    }

    .promise__list li {
        padding: 12px 14px;
        font-size: 1.35rem
    }

    .promise__list span {
        font-size: 1.45rem
    }

    .adjustments__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px
    }

    .video-placeholder {
        /*height: 120px*/
    }

    .adjustment-card h3 {
        font-size: 1.5rem
    }

    .adjustment-card>p:last-child {
        font-size: 1.2rem
    }

    .adjustments__note {
        grid-template-columns: 1fr;
        gap: 15px
    }

    .voice-grid,
    .product-grid,
    .related-grid {
        grid-template-columns: 1fr
    }

    .product-card__audience {
        min-height: 0
    }

    .campaign h2 strong {
        font-size: 3.1rem
    }
}

main h2 {
    text-align: center;
}

body {
    background-color: var(--bg-primary);
    background-image: url("images/background.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/* Final benchmark overrides */
body {
    background-color: var(--bg-primary);
    background-image: url("images/background.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #171717;
    font-family: 'Noto Sans JP', YakuHanJP, sans-serif;
    font-size: 1.4rem;
    line-height: 1.85;
}

main,
.hero {
    background: #fff;
}

.hero {
    background: #f5f6f2;
}

.hero__copy {
    padding: 48px 28px 54px;
}

.hero__kicker,
.section-kicker {
    color: #0c8e86;
    font-size: 1.6rem;
    letter-spacing: .18em;
    line-height: 1.5;
}

.hero h1,
.worries h2,
.fitter h2,
.howto h2,
.voices h2,
.lineup h2,
.related h2,
.adjustments h2,
.promise h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    letter-spacing: .02em;
}

.hero h1 {
    font-size: 3.2rem;
    line-height: 1.45;
}

.hero h1 em {
    border-bottom: 4px solid #f3c11d;
}

.section-pad {
    padding: 64px 24px;
}

.worries h2,
.fitter h2,
.howto h2,
.voices h2,
.lineup h2,
.related h2,
.adjustments h2 {
    font-size: 2.45rem;
    line-height: 1.55;
    margin-bottom: 26px;
}

.promise {
    background: #f3c11d;
}

.promise .section-kicker,
.promise h2 strong {
    color: #0c8e86;
}

.promise h2 {
    font-size: 2.55rem;
    line-height: 1.55;
}

.promise__list {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 24px;
}

.promise__list li {
    border-color: #fff;
    padding: 13px 15px;
    font-weight: 600;
    color: #fff
}

.fitter,
.voices {
    background: #f3f4f0;
}

.fitter__box,
.voice-grid blockquote,
.product-card {
    background: #fff;
    border-color: #d9ddd5;
}

.fitter__box {
    padding: 22px;
}

.adjustments,
.related {
    background: #eef0eb;
}

.adjustments {
    padding-top: 58px;
    padding-bottom: 64px;
}

.adjustments__intro {
    padding-bottom: 22px;
}

.adjustment-card {
    box-shadow: 0 2px 0 rgba(23, 23, 23, .06);
}

.video-placeholder {
    background: #dce2d7;
}

.voice-grid blockquote {
    border-top-color: #f3c11d;
    padding: 22px;
}

.stars {
    color: #0c8e86;
}

.product-card__price {
    color: #171717;
    font-weight: 700;
}

.button {
    background: #0c8e86;
    border-color: #0c8e86;
    padding: 11px 14px;
    font-weight: 700;
}

.related-grid {
    gap: 12px;
}

@media (max-width: 700px) {
    .hero__copy {
        padding: 34px 22px 42px;
    }

    .hero h1 {
        font-size: 2.9rem;
    }

    .section-pad,
    .adjustments {
        padding-left: 20px;
        padding-right: 20px;
    }

    .worries h2,
    .fitter h2,
    .howto h2,
    .voices h2,
    .lineup h2,
    .related h2,
    .adjustments h2 {
        font-size: 2.25rem;
    }
}