:root {
    --pink: #ef6f82;
    --pink-dark: #d95269;
    --pink-light: #fff1f3;
    --navy: #253348;
    --text: #344054;
    --muted: #727b8b;
    --cream: #fffaf5;
    --green: #5f9585;
    --line: #e8e5e3;
    --shadow: 0 18px 50px rgba(37, 51, 72, .11)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--text);
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.8;
    background: #fff
}

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

img {
    max-width: 100%
}

button {
    font: inherit
}

.container {
    width: min(1120px, calc(100% - 48px));
    margin: auto
}

.small-container {
    width: min(820px, 100%);
    margin: auto
}

.site-header {
    height: 78px;
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.header-inner {
    height: 100%;
    width: min(1200px, calc(100% - 40px));
    margin: auto;
    display: flex;
    align-items: center;
    gap: 38px
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    color: var(--navy);
    font-size: 20px
}

.logo-mark {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 13px 13px 13px 4px;
    background: linear-gradient(135deg, var(--pink), #f5a197);
    color: #fff;
    font-family: 'Zen Maru Gothic';
    font-size: 19px
}

.global-nav {
    display: flex;
    gap: 27px;
    margin-left: auto
}

.global-nav a,
.text-link {
    font-size: 14px;
    font-weight: 600
}

.global-nav a:hover {
    color: var(--pink)
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 18px
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    padding: 13px 28px;
    background: var(--pink);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(239, 111, 130, .22);
    transition: .25s;
    border: 0
}

.btn:hover {
    transform: translateY(-2px);
    background: var(--pink-dark)
}

.btn-small {
    padding: 10px 22px;
    font-size: 14px
}

.btn-large {
    min-width: 190px;
    padding: 16px 30px
}

.btn-outline {
    background: #fff;
    color: var(--navy);
    border: 1px solid #dfe2e6;
    box-shadow: none
}

.btn-white {
    background: #fff;
    color: var(--pink);
    box-shadow: none
}

.menu-button,
.mobile-nav {
    display: none
}

.hero {
    min-height: 760px;
    padding: 155px 0 90px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #fff 0%, #fff8f7 52%, #f4faf8 100%)
}

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

.eyebrow {
    color: var(--pink);
    font-size: 12px;
    letter-spacing: .22em;
    font-weight: 800;
    margin: 0 0 16px
}

.hero h1 {
    font-family: 'Zen Maru Gothic';
    font-size: clamp(46px, 5.1vw, 72px);
    line-height: 1.35;
    margin: 0;
    color: var(--navy);
    letter-spacing: .02em
}

.hero h1 em {
    font-style: normal;
    color: var(--pink)
}

.hero-lead {
    font-size: 17px;
    max-width: 550px;
    margin: 28px 0;
    color: #5b6575
}

.hero-buttons {
    display: flex;
    gap: 12px;
    margin: 36px 0 12px
}

.note {
    font-size: 11px;
    color: #89909b
}

.hero-visual {
    height: 520px;
    position: relative
}

.hero-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(1px)
}

.hero-shape-1 {
    width: 300px;
    height: 300px;
    background: #ffe2e5;
    right: -120px;
    top: 110px
}

.hero-shape-2 {
    width: 180px;
    height: 180px;
    background: #dfeee9;
    left: 45%;
    bottom: -80px
}

.phone {
    position: absolute;
    width: 245px;
    height: 490px;
    border-radius: 38px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 28px 70px rgba(40, 51, 70, .2);
    border: 1px solid rgba(255, 255, 255, .9)
}

.phone-front {
    left: 165px;
    top: 10px;
    transform: rotate(3deg);
    z-index: 2
}

.phone-back {
    left: 35px;
    top: 75px;
    transform: rotate(-8deg);
    opacity: .85
}

.phone-screen {
    height: 100%;
    overflow: hidden;
    border-radius: 30px;
    background: #f7f1ec
}

.phone-notch {
    position: absolute;
    width: 85px;
    height: 19px;
    border-radius: 0 0 13px 13px;
    background: #fff;
    left: 80px;
    z-index: 4
}

.profile-art {
    height: 61%;
    position: relative;
    background: linear-gradient(155deg, #e5b7a8, #f5d7c6)
}

.profile-art:before {
    content: "";
    position: absolute;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    background: #3e3740;
    left: 64px;
    top: 72px;
    box-shadow: 0 88px 0 42px #f5f0ea
}

.profile-2 .profile-art {
    background: linear-gradient(155deg, #a7c9c2, #e2eee8)
}

.profile-2 .profile-art:before {
    background: #644d42
}

.profile-data {
    padding: 18px
}

.profile-data b {
    display: block;
    color: var(--navy);
    font-size: 20px
}

.profile-data span {
    font-size: 12px;
    color: #737b87
}

.profile-data button {
    width: 100%;
    margin-top: 18px;
    border: 0;
    border-radius: 999px;
    background: var(--pink);
    color: white;
    padding: 11px;
    font-weight: 700
}

.tags {
    display: flex;
    gap: 5px;
    margin-top: 10px
}

.tags i {
    font-style: normal;
    font-size: 9px;
    background: #fff;
    padding: 3px 8px;
    border-radius: 10px
}

.match-badge {
    position: absolute;
    z-index: 4;
    right: 15px;
    bottom: 58px;
    width: 145px;
    padding: 14px;
    background: #fff;
    border-radius: 18px;
    box-shadow: var(--shadow);
    display: grid;
    grid-template-columns: 32px 1fr;
    align-items: center
}

.match-badge span {
    grid-row: 1/3;
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--pink-light);
    color: var(--pink)
}

.match-badge b {
    font-size: 11px
}

.match-badge small {
    color: var(--pink);
    font-weight: 800
}

.section {
    padding: 110px 0
}

.section-narrow {
    padding: 42px 0
}

.stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--shadow);
    padding: 35px
}

.stats div {
    text-align: center;
    border-right: 1px solid var(--line)
}

.stats div:last-child {
    border: 0
}

.stats strong {
    font-size: 43px;
    color: var(--navy);
    line-height: 1
}

.stats small {
    font-size: 15px
}

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

.section-heading {
    text-align: center;
    margin-bottom: 55px
}

.section-heading.left {
    text-align: left
}

.section-heading h2 {
    font-family: 'Zen Maru Gothic';
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.45;
    color: var(--navy);
    margin: 0 0 15px
}

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

.stories-preview {
    background: var(--cream)
}

.story-slider {
    position: relative;
    overflow: hidden
}

.slider-track {
    display: flex;
    gap: 24px;
    transition: transform .45s ease
}

.story-card {
    flex: 0 0 calc((100% - 48px)/3);
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(60, 51, 43, .08)
}

.story-photo {
    height: 260px;
    position: relative;
    padding: 22px;
    display: flex;
    align-items: flex-end;
    color: #fff;
    font-family: 'Zen Maru Gothic';
    font-weight: 700;
    font-size: 20px
}

.story-photo:before,
.journal-img:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent, rgba(26, 30, 39, .6))
}

.story-photo span {
    z-index: 1
}

.photo-1 {
    background: linear-gradient(135deg, #d7aa91, #8c7167)
}

.photo-2 {
    background: linear-gradient(135deg, #91aebd, #646e85)
}

.photo-3 {
    background: linear-gradient(135deg, #9cb7a2, #627c69)
}

.story-body {
    padding: 23px
}

.story-body h3 {
    font-size: 17px;
    color: var(--navy);
    line-height: 1.65;
    margin: 10px 0
}

.story-body p {
    font-size: 12px;
    color: var(--muted)
}

.tag {
    display: inline-block;
    font-size: 10px;
    color: var(--pink);
    background: var(--pink-light);
    padding: 4px 10px;
    border-radius: 10px
}

.slider-arrow {
    position: absolute;
    top: 42%;
    z-index: 3;
    border: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 7px 22px rgba(0, 0, 0, .13);
    font-size: 29px;
    color: var(--navy);
    cursor: pointer
}

.slider-arrow.prev {
    left: 8px
}

.slider-arrow.next {
    right: 8px
}

.center {
    text-align: center;
    margin-top: 38px
}

.text-button {
    font-weight: 700;
    color: var(--navy);
    border-bottom: 1px solid var(--navy);
    padding-bottom: 6px
}

.text-button span {
    color: var(--pink)
}

.feature-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 90px;
    margin: 80px 0 140px
}

.feature-row.reverse .feature-visual {
    order: 2
}

.feature-visual {
    height: 430px;
    border-radius: 42px;
    background: var(--pink-light);
    position: relative;
    overflow: hidden
}

.feature-copy .point {
    color: var(--pink);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em
}

.feature-copy h3 {
    font-family: 'Zen Maru Gothic';
    font-size: 34px;
    line-height: 1.5;
    color: var(--navy);
    margin: 13px 0 20px
}

.feature-copy p {
    color: var(--muted)
}

.feature-copy ul {
    padding: 0;
    list-style: none;
    margin-top: 24px
}

.feature-copy li {
    margin: 9px 0;
    font-weight: 600
}

.feature-copy li:before {
    content: '✓';
    color: var(--pink);
    margin-right: 10px
}

.mini-card {
    position: absolute;
    background: #fff;
    border-radius: 16px;
    padding: 16px 22px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .08);
    font-weight: 700
}

.m1 {
    left: 45px;
    top: 60px;
    transform: rotate(-5deg)
}

.m2 {
    right: 35px;
    top: 160px;
    transform: rotate(5deg)
}

.m3 {
    left: 70px;
    bottom: 55px;
    transform: rotate(3deg)
}

.heart-core {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 82px;
    height: 82px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--pink);
    color: #fff;
    font-size: 37px;
    box-shadow: 0 0 0 18px rgba(255, 255, 255, .55)
}

.visual-recommend {
    background: #eef7f4
}

.orbit {
    position: absolute;
    width: 300px;
    height: 300px;
    border: 1px dashed #9bbdb3;
    border-radius: 50%;
    inset: 0;
    margin: auto
}

.avatar {
    position: absolute;
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #fff;
    box-shadow: var(--shadow);
    color: var(--green);
    font-weight: 800
}

.main-avatar {
    width: 90px;
    height: 90px;
    inset: 0;
    margin: auto;
    background: var(--green);
    color: white
}

.a1 {
    left: -20px;
    top: 90px
}

.a2 {
    right: 5px;
    top: 15px
}

.a3 {
    right: -20px;
    bottom: 45px
}

.a4 {
    left: 55px;
    bottom: -28px
}

.howto {
    background: #f7f9fb
}

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

.step {
    background: #fff;
    padding: 38px;
    border-radius: 24px;
    position: relative
}

.step>span {
    position: absolute;
    right: 22px;
    top: 17px;
    font-size: 31px;
    color: #edf0f4;
    font-weight: 900
}

.step-icon {
    width: 72px;
    height: 72px;
    border-radius: 24px;
    background: var(--pink-light);
    display: grid;
    place-items: center;
    color: var(--pink);
    font-size: 30px
}

.step h3 {
    color: var(--navy);
    font-size: 19px;
    margin: 22px 0 8px
}

.step p {
    color: var(--muted);
    font-size: 14px
}

.safety {
    background: var(--navy);
    color: white
}

.safety-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 90px;
    align-items: center
}

.safety h2 {
    font-family: 'Zen Maru Gothic';
    font-size: 43px;
    line-height: 1.5
}

.safety-copy>p:not(.eyebrow) {
    color: #cbd1da
}

.safety .text-button {
    color: white;
    border-color: white
}

.safety-list {
    display: grid;
    gap: 15px
}

.safety-list article {
    display: flex;
    gap: 20px;
    padding: 24px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .08)
}

.safety-list article>span {
    display: grid;
    place-items: center;
    flex: 0 0 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(239, 111, 130, .2);
    color: #ff9dab;
    font-size: 20px
}

.safety-list h3 {
    margin: 0;
    font-size: 17px
}

.safety-list p {
    margin: 4px 0 0;
    color: #bfc7d2;
    font-size: 13px
}

.accordion article {
    border-bottom: 1px solid var(--line)
}

.accordion button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 5px;
    background: none;
    border: 0;
    text-align: left;
    color: var(--navy);
    font-weight: 700;
    cursor: pointer
}

.accordion button i {
    font-style: normal;
    font-size: 23px;
    color: var(--pink);
    transition: .2s
}

.accordion article.open button i {
    transform: rotate(45deg)
}

.answer {
    display: none;
    padding: 0 50px 25px 5px;
    color: var(--muted)
}

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

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

.journal-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: .25s
}

.journal-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow)
}

.journal-img {
    height: 190px;
    position: relative
}

.j1 {
    background: linear-gradient(135deg, #efb9a9, #f5dcc8)
}

.j2 {
    background: linear-gradient(135deg, #9fb6c1, #dfe7ea)
}

.j3 {
    background: linear-gradient(135deg, #bfd2b5, #eaf0df)
}

.journal-card>div:last-child {
    padding: 20px
}

.journal-card span {
    font-size: 10px;
    color: var(--pink);
    font-weight: 700
}

.journal-card h3 {
    font-size: 16px;
    line-height: 1.7;
    color: var(--navy);
    margin: 8px 0
}

.journal-card time {
    font-size: 11px;
    color: #9399a2
}

.cta {
    padding: 85px 0;
    background: linear-gradient(130deg, #ef7184, #e65b72);
    color: #fff
}

.cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.cta .eyebrow {
    color: #ffd9df
}

.cta h2 {
    font-family: 'Zen Maru Gothic';
    font-size: 44px;
    line-height: 1.45;
    margin: 0
}

.cta .note {
    color: #ffe7ea
}

.site-footer {
    padding: 75px 0 95px;
    background: #fff
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr repeat(3, 1fr);
    gap: 45px
}

.footer-grid>div {
    display: flex;
    flex-direction: column;
    gap: 9px
}

.footer-grid h3 {
    font-size: 13px;
    color: var(--navy)
}

.footer-grid a:not(.logo),
.footer-grid p {
    font-size: 12px;
    color: var(--muted)
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--line);
    margin-top: 45px;
    padding-top: 24px;
    color: #9aa0aa;
    font-size: 11px
}

.floating-cta {
    display: none
}

.reveal {
    opacity: 0;
    transform: translateY(25px);
    transition: .7s ease
}

.reveal.visible {
    opacity: 1;
    transform: none
}

.page-hero {
    padding: 155px 0 75px;
    background: var(--cream);
    text-align: center
}

.page-hero h1 {
    font-family: 'Zen Maru Gothic';
    font-size: 48px;
    color: var(--navy);
    margin: 0
}

.breadcrumb {
    font-size: 11px;
    color: var(--muted);
    margin-top: 18px
}

.lower-section {
    padding: 90px 0
}

.price-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    align-items: stretch
}

.price-card {
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 35px;
    background: #fff
}

.price-card.recommended {
    border: 2px solid var(--pink);
    transform: translateY(-15px);
    box-shadow: var(--shadow);
    position: relative
}

.recommended-label {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--pink);
    color: #fff;
    padding: 5px 17px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700
}

.price-card h2 {
    color: var(--navy);
    font-size: 22px
}

.price {
    font-size: 39px;
    font-weight: 900;
    color: var(--pink);
    margin: 20px 0
}

.price small {
    font-size: 12px;
    color: var(--muted)
}

.price-card ul {
    padding: 0;
    list-style: none
}

.price-card li {
    font-size: 13px;
    padding: 9px 0;
    border-bottom: 1px solid #f0efee
}

.lower-stories {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px
}

.lower-stories .story-photo {
    height: 340px
}

.article-layout {
    display: grid;
    grid-template-columns: minmax(0, 760px) 1fr;
    gap: 60px
}

.article-main h2 {
    font-family: 'Zen Maru Gothic';
    color: var(--navy);
    font-size: 29px;
    margin-top: 50px
}

.article-main p {
    margin: 22px 0
}

.article-lead-img {
    height: 400px;
    border-radius: 28px;
    background: linear-gradient(135deg, #c4d9d2, #f2cfbd);
    position: relative
}

.toc {
    background: #f7f8f9;
    border-radius: 20px;
    padding: 25px;
    position: sticky;
    top: 110px
}

.toc h3 {
    margin-top: 0
}

.toc a {
    display: block;
    font-size: 13px;
    padding: 8px 0;
    color: var(--muted)
}

.sp-only {
    display: none
}

@media(max-width:900px) {

    .global-nav,
    .header-actions {
        display: none
    }

    .menu-button {
        display: flex;
        margin-left: auto;
        width: 42px;
        height: 42px;
        border: 0;
        background: none;
        flex-direction: column;
        justify-content: center;
        gap: 6px
    }

    .menu-button span {
        width: 25px;
        height: 2px;
        background: var(--navy);
        transition: .2s
    }

    .menu-button.open span:nth-child(1) {
        transform: translateY(8px) rotate(45deg)
    }

    .menu-button.open span:nth-child(2) {
        opacity: 0
    }

    .menu-button.open span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg)
    }

    .mobile-nav {
        position: absolute;
        top: 77px;
        left: 0;
        right: 0;
        padding: 25px;
        background: #fff;
        box-shadow: 0 15px 25px rgba(0, 0, 0, .08);
        flex-direction: column;
        gap: 18px
    }

    .mobile-nav.open {
        display: flex
    }

    .hero {
        padding-top: 125px
    }

    .hero-grid,
    .feature-row,
    .safety-grid,
    .article-layout {
        grid-template-columns: 1fr
    }

    .hero-visual {
        height: 490px
    }

    .hero-copy {
        text-align: center
    }

    .hero-lead {
        margin-left: auto;
        margin-right: auto
    }

    .hero-buttons {
        justify-content: center
    }

    .feature-row {
        gap: 45px;
        margin: 55px 0 90px
    }

    .feature-row.reverse .feature-visual {
        order: 0
    }

    .stats strong {
        font-size: 35px
    }

    .story-card {
        flex-basis: calc((100% - 24px)/2)
    }

    .steps,
    .journal-grid {
        grid-template-columns: 1fr 1fr
    }

    .footer-grid {
        grid-template-columns: 2fr 1fr 1fr
    }

    .footer-grid>div:last-child {
        display: none
    }

    .price-grid {
        grid-template-columns: 1fr
    }

    .price-card.recommended {
        transform: none
    }

    .article-layout {
        gap: 25px
    }

    .toc {
        position: static;
        order: -1
    }
}

@media(max-width:600px) {
    .container {
        width: min(100% - 30px, 1120px)
    }

    .site-header {
        height: 68px
    }

    .header-inner {
        width: calc(100% - 25px)
    }

    .mobile-nav {
        top: 67px
    }

    .hero {
        padding: 105px 0 45px;
        min-height: auto
    }

    .hero-grid {
        gap: 20px
    }

    .hero h1 {
        font-size: 40px
    }

    .hero-lead {
        font-size: 14px
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center
    }

    .hero-visual {
        height: 390px;
        transform: scale(.76);
        transform-origin: top center;
        margin-bottom: -80px
    }

    .phone-front {
        left: 130px
    }

    .phone-back {
        left: 0
    }

    .match-badge {
        right: -15px
    }

    .section {
        padding: 75px 0
    }

    .section-heading {
        margin-bottom: 36px
    }

    .section-heading h2 {
        font-size: 31px
    }

    .section-narrow {
        padding: 24px 0
    }

    .stats {
        padding: 24px 8px;
        border-radius: 18px
    }

    .stats strong {
        font-size: 27px
    }

    .stats p {
        font-size: 10px
    }

    .story-card {
        flex-basis: 100%
    }

    .story-photo {
        height: 245px
    }

    .slider-arrow {
        top: 37%
    }

    .feature-visual {
        height: 330px
    }

    .feature-copy h3 {
        font-size: 27px
    }

    .mini-card {
        font-size: 12px;
        padding: 12px 15px
    }

    .m1 {
        left: 25px
    }

    .m2 {
        right: 18px
    }

    .m3 {
        left: 42px
    }

    .orbit {
        transform: scale(.8)
    }

    .steps,
    .journal-grid,
    .lower-stories {
        grid-template-columns: 1fr
    }

    .step {
        padding: 30px
    }

    .safety-grid {
        gap: 45px
    }

    .safety h2 {
        font-size: 31px
    }

    .cta-inner {
        display: block;
        text-align: center
    }

    .cta h2 {
        font-size: 34px
    }

    .cta-inner>div:last-child {
        margin-top: 30px
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .footer-grid>div:first-child {
        grid-column: 1/3
    }

    .footer-bottom {
        display: block
    }

    .floating-cta {
        position: fixed;
        display: flex;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 900;
        background: rgba(255, 255, 255, .96);
        padding: 9px 13px;
        align-items: center;
        justify-content: space-between;
        box-shadow: 0 -5px 18px rgba(0, 0, 0, .08)
    }

    .floating-cta span {
        font-size: 11px;
        font-weight: 700
    }

    .site-footer {
        padding-bottom: 120px
    }

    .page-hero {
        padding: 115px 0 55px
    }

    .page-hero h1 {
        font-size: 37px
    }

    .lower-section {
        padding: 65px 0
    }

    .lower-stories .story-photo {
        height: 280px
    }

    .article-lead-img {
        height: 250px
    }

    .sp-only {
        display: block
    }
}