/* Final pcshobun text-card/link pass. Loaded after the historical stylesheet. */
.home-hero .hero-free-strip {
    grid-column: 1 / -1 !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
    margin: 20px 0 0 !important;
    align-items: stretch !important;
}

.home-hero .hero-free-strip-card {
    min-height: 132px !important;
    border-radius: 8px !important;
    padding: 18px 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    color: #ffffff !important;
    text-decoration: none !important;
    overflow: hidden !important;
    border: 2px solid rgba(255, 255, 255, .28) !important;
    box-shadow: 0 18px 36px rgba(17, 24, 39, .18) !important;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}

.home-hero .hero-free-strip-card.pc {
    background: linear-gradient(135deg, #0B67C2, #123B68) !important;
}

.home-hero .hero-free-strip-card.data {
    background: linear-gradient(135deg, #111827, #00A6A6) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 22px 44px rgba(0, 166, 166, .22) !important;
}

.home-hero .hero-free-strip-card.recycle {
    background: linear-gradient(135deg, #14532d, #35B86B) !important;
}

.home-hero .hero-free-strip-card .main-word {
    display: block !important;
    color: #ffffff !important;
    font-size: 3rem !important;
    font-weight: 950 !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
    text-wrap: balance !important;
}

.home-hero .hero-free-strip-card .free-word {
    display: inline-block !important;
    margin-left: .06em !important;
    color: #FFD84D !important;
    font-size: 1.18em !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .18) !important;
}

#ng .ng-rich-card {
    position: relative;
}

#ng .ng-rich-card::after {
    content: "X";
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 2px solid rgba(185, 28, 28, .72);
    border-radius: 999px;
    color: #b91c1c;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 8px 18px rgba(127, 29, 29, .18);
    font-size: 1.5rem;
    font-weight: 950;
    line-height: 1;
    pointer-events: none;
}

/* 2026-07-06 desktop-only: keep the three free appeal cards as clean two-line labels. */
@media (min-width: 861px) {
    .home-hero .hero-free-strip-card .main-word {
        display: inline-flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: .02em !important;
        text-align: center !important;
        font-size: 2.56rem !important;
        white-space: nowrap !important;
        text-wrap: nowrap !important;
        word-break: keep-all !important;
    }

    .home-hero .hero-free-strip-card .free-word {
        display: block !important;
        margin-left: 0 !important;
        line-height: .96 !important;
        text-align: center !important;
    }
}

.home-hero .hero-free-strip img,
.home-hero .hero-free-strip svg,
.home-hero .hero-free-strip-card::before,
.home-hero .hero-free-strip-card::after {
    display: none !important;
    content: none !important;
}

.home-hero .hero-free-strip-card:hover,
.home-hero .hero-free-strip-card:focus-visible {
    transform: translateY(-5px) !important;
    border-color: rgba(255, 216, 77, .9) !important;
    box-shadow: 0 26px 54px rgba(17, 24, 39, .26) !important;
}

.home-hero .hero-free-strip-card.data:hover,
.home-hero .hero-free-strip-card.data:focus-visible {
    transform: translateY(-7px) !important;
}

.home-hero .hero-free-strip-card:focus-visible,
.item-link-card:focus-visible {
    outline: 4px solid #FFD84D !important;
    outline-offset: 4px !important;
}

.item-link-card {
    height: 100% !important;
    color: inherit !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

a.item-image-card.item-link-card,
a.together-item-card.item-link-card {
    display: flex !important;
    flex-direction: column !important;
}

.item-link-card .item-card-body,
.together-item-card.item-link-card > div {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
}

.item-link-card:hover,
.item-link-card:focus-visible {
    transform: translateY(-5px) !important;
    border-color: var(--blue-main) !important;
    box-shadow: 0 24px 48px rgba(11, 103, 194, .18) !important;
}

.card-more {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin-top: auto !important;
    padding-top: 10px !important;
    color: #0B67C2 !important;
    font-size: .9rem !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
}

.card-more::after {
    content: ">";
    font-size: 1.05em;
    line-height: 1;
}

.together-item-card .card-more {
    color: #14532d !important;
}

.item-detail-card,
.data-method-grid article,
#shipping-address,
#storage,
#certificate {
    scroll-margin-top: 118px;
}

.item-detail-card .item-card-body {
    gap: 8px;
}

.item-detail-notes {
    display: grid;
    gap: 8px;
    margin-top: auto;
}

.item-detail-notes span {
    display: grid;
    gap: 3px;
    padding: 10px;
    border-left: 4px solid #0B67C2;
    border-radius: 8px;
    background: #F3FAFF;
    color: #344155;
    font-size: .9rem;
    line-height: 1.55;
}

.item-detail-notes strong {
    color: #123B68;
    font-size: .82rem;
}

.header-nav-row .site-nav > ul > li > a {
    border: 1px solid rgba(11, 103, 194, .16) !important;
    background: #ffffff !important;
}

.header-nav-row .site-nav > ul > li > a:hover,
.header-nav-row .site-nav > ul > li > a:focus-visible {
    border-color: rgba(11, 103, 194, .32) !important;
    background: #EEF8FF !important;
}

.header-nav-row .site-nav > ul > li:first-child > a {
    border-color: rgba(11, 103, 194, .34) !important;
    background: #F3FAFF !important;
    color: #0B67C2 !important;
    font-weight: 950 !important;
}

.header-nav-row .site-nav > ul > li > a.nav-contact {
    border-color: rgba(11, 103, 194, .18) !important;
    background: #ffffff !important;
    color: #123B68 !important;
}

.free-appeal .free-box p {
    font-size: clamp(1.72rem, 2.6vw, 2.18rem) !important;
    font-weight: 950 !important;
    line-height: 1.04 !important;
    letter-spacing: 0 !important;
}

.free-appeal .free-box h2 {
    font-size: clamp(1.28rem, 1.55vw, 1.62rem) !important;
    line-height: 1.12 !important;
}

.free-appeal .free-box strong {
    line-height: .98 !important;
}

.send-address-focus {
    border: 3px solid #FF9F1C !important;
    box-shadow: 0 24px 54px rgba(255, 159, 28, .18) !important;
}

.shipping-short-lines {
    line-height: 1.65 !important;
    letter-spacing: 0 !important;
    word-break: keep-all;
}

@media (max-width: 860px) {
    .layout-main {
        width: 100% !important;
        max-width: 100% !important;
        margin-inline: 0 !important;
    }

    .table-wrap {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    .table-wrap table {
        width: 100% !important;
        min-width: 0 !important;
        table-layout: fixed !important;
    }

    .table-wrap th,
    .table-wrap td {
        max-width: 100% !important;
        padding-inline: 12px !important;
        overflow-wrap: anywhere !important;
    }
}

.quick-send-card--dual {
    grid-template-columns: 1fr !important;
    align-items: stretch !important;
}

.quick-send-copy {
    max-width: 980px;
}

.quick-send-route-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 16px;
    align-items: stretch;
}

.quick-send-route-grid .quick-send-address,
.quick-carryin-card {
    min-height: 100%;
    border-radius: 8px;
    box-shadow: 0 16px 34px rgba(17, 24, 39, .10);
}

.quick-send-route-grid .quick-send-address {
    border: 3px solid #FFB640 !important;
    background: linear-gradient(135deg, #ffffff, #FFF7D8) !important;
}

.quick-carryin-card {
    display: grid;
    gap: 8px;
    padding: 16px;
    border: 3px solid #58C795;
    background: linear-gradient(135deg, #ffffff, #ECFFF7);
}

.quick-carryin-card strong {
    color: #075E54;
    font-size: 1.12rem;
    line-height: 1.35;
}

.quick-carryin-card p,
.quick-carryin-card dd {
    margin: 0;
    color: #24483f !important;
    font-weight: 800;
    line-height: 1.65;
}

.quick-carryin-card dl {
    margin: 2px 0;
}

.quick-carryin-card dt {
    color: #0B67C2;
    font-weight: 950;
}

.quick-carryin-card .small-note {
    padding-top: 8px;
    border-top: 1px solid rgba(7, 94, 84, .18);
    color: #3f4f4b !important;
    font-size: .92rem;
}

.quick-send-actions {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.quick-send-actions .btn {
    min-width: 0 !important;
    width: 100%;
    min-height: 52px !important;
    font-size: clamp(1rem, 1.25vw, 1.12rem) !important;
    font-weight: 950 !important;
    line-height: 1.25 !important;
    white-space: normal !important;
}

.mobile-cta {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.mobile-cta a,
.mobile-cta button {
    min-width: 0 !important;
    font-size: clamp(.76rem, 2.45vw, .86rem) !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
    word-break: keep-all;
}

.mobile-cta a::before,
.mobile-cta button::before {
    display: block !important;
    width: 100% !important;
    margin: 0 0 3px !important;
    font-size: 1.08rem !important;
    line-height: 1 !important;
    text-align: center !important;
}

.mobile-cta .mobile-cta-top::before {
    content: "⌂" !important;
}

.mobile-cta a:nth-child(2)::before {
    content: "箱" !important;
}

.mobile-cta button[data-copy-shipping]::before {
    content: "⧉" !important;
}

.mobile-cta a:nth-child(4)::before {
    content: "店" !important;
}

.mobile-cta a:nth-child(5)::before {
    content: "✉" !important;
}

.mobile-cta .mobile-cta-top {
    background: #0B67C2 !important;
    color: #ffffff !important;
}

.mobile-cta a:nth-child(2) {
    background: #ffffff !important;
    color: #123B68 !important;
}

.mobile-cta button[data-copy-shipping] {
    background: #FFD84D !important;
    color: #2c2108 !important;
}

.mobile-cta a:nth-child(4) {
    background: #ffffff !important;
    color: #123B68 !important;
}

.mobile-cta a:nth-child(5) {
    background: #1673c7 !important;
    color: #ffffff !important;
}

.anchor-alias {
    display: block;
    position: relative;
    top: -118px;
    height: 0;
    visibility: hidden;
}

@media (max-width: 1080px) {
    .home-hero .hero-free-strip-card .main-word {
        font-size: 2.55rem !important;
    }

    .quick-send-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 860px) {
    .home-hero .hero-free-strip {
        grid-template-columns: 1fr !important;
        gap: 9px !important;
        margin-top: 12px !important;
        order: 3 !important;
    }

    .home-hero .hero-free-strip-card {
        min-height: 94px !important;
        padding: 14px 12px !important;
    }

    .home-hero .hero-free-strip-card.data {
        order: -1 !important;
        min-height: 112px !important;
    }

    .home-hero .hero-free-strip-card .main-word {
        font-size: 2.32rem !important;
        line-height: 1.04 !important;
    }

    .home-hero .hero-free-strip-card.data .main-word {
        font-size: 2.72rem !important;
    }

    .home-hero .hero-free-strip-card .free-word {
        font-size: 1.2em !important;
    }

    .quick-send-route-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .quick-send-actions {
        grid-template-columns: 1fr !important;
    }

    .quick-send-actions .btn {
        min-height: 58px !important;
        font-size: 1.12rem !important;
    }

    .quick-carryin-card {
        padding: 15px;
    }

    .mobile-cta a:nth-child(4)::before {
        font-size: 1rem !important;
    }
}

@media (max-width: 520px) {
    .home-hero .hero-free-strip-card {
        min-height: 88px !important;
        padding: 12px 10px !important;
    }

    .free-box {
        width: min(100%, calc(100vw - 48px)) !important;
        max-width: calc(100vw - 48px) !important;
        box-sizing: border-box !important;
    }

    .home-hero .hero-free-strip-card.data {
        min-height: 108px !important;
    }

    .home-hero .hero-free-strip-card .main-word {
        font-size: 2.08rem !important;
    }

    .home-hero .hero-free-strip-card.data .main-word {
        font-size: 2.42rem !important;
    }

    .item-detail-notes span {
        font-size: .94rem;
    }

    .quick-carryin-card strong {
        font-size: 1.05rem;
    }

    .quick-carryin-card p,
    .quick-carryin-card dd {
        font-size: .94rem;
    }

    .free-appeal .free-box p {
        font-size: 1.58rem !important;
    }
}

/* Brand visibility and calmer copy CTA color. */
.brand-header {
    min-height: 88px !important;
    padding-block: 10px !important;
}

.brand-cluster {
    gap: 18px !important;
}

.site-logo img {
    width: 248px !important;
    max-height: 62px !important;
}

button[data-copy-shipping],
button[data-copy-shipping].is-copied {
    background: linear-gradient(135deg, #D99A12, #F2B705) !important;
    border-color: #C8840A !important;
    color: #261b05 !important;
}

.hero-actions button[data-copy-shipping],
.quick-send-actions button[data-copy-shipping],
.section-actions button[data-copy-shipping],
.address-panel button[data-copy-shipping] {
    background: linear-gradient(135deg, #D99A12, #F2B705) !important;
    border-color: #C8840A !important;
    color: #261b05 !important;
}

.quick-send-card,
.hero-shipping-card,
.send-address-focus {
    border-color: #E4AE3A !important;
    box-shadow: 0 18px 42px rgba(194, 132, 10, .16) !important;
}

.quick-send-card {
    border-left-color: #D99A12 !important;
    background:
        radial-gradient(circle at 92% 12%, rgba(242, 183, 5, .24), transparent 24%),
        linear-gradient(135deg, #ffffff 0%, #FFF9E8 52%, #FFF2D2 100%) !important;
}

.quick-send-route-grid .quick-send-address {
    border-color: #E4AE3A !important;
    background: linear-gradient(135deg, #ffffff, #FFF9E8) !important;
}

.hero-shipping-card {
    border-left-color: #D99A12 !important;
    background: linear-gradient(135deg, #ffffff, #FFF9E8) !important;
}

.mobile-cta button[data-copy-shipping] {
    background: #F2B705 !important;
    color: #261b05 !important;
}

.footer-title {
    display: inline;
}

.footer-title-mobile,
.footer-company-toggle {
    display: none;
}

/* 2026-07-05 desktop-only footer usability pass. */
@media (min-width: 768px) {
    .footer-title {
        display: inline !important;
    }

    .footer-title-desktop {
        display: inline !important;
    }

    .footer-title-mobile {
        display: none !important;
    }

    .footer-about > p {
        display: none !important;
    }

    .footer-company-toggle {
        display: block !important;
        margin: 18px 0 14px !important;
    }

    .footer-company-toggle summary {
        display: inline-flex !important;
        min-height: 42px !important;
        align-items: center !important;
        justify-content: space-between !important;
        min-width: 180px !important;
        padding: 8px 14px !important;
        border: 1px solid rgba(143, 182, 216, .72) !important;
        border-radius: 10px !important;
        background: rgba(255, 255, 255, .08) !important;
        color: #EAF7FF !important;
        font-weight: 900 !important;
        cursor: pointer !important;
        list-style: none !important;
        transition: background-color .18s ease, border-color .18s ease !important;
    }

    .footer-company-toggle summary::-webkit-details-marker {
        display: none !important;
    }

    .footer-company-toggle summary::after {
        content: "▼";
        margin-left: 12px;
        color: #FFD84D;
        font-size: .82rem;
    }

    .footer-company-toggle[open] summary::after {
        content: "▲";
    }

    .footer-company-toggle summary:hover,
    .footer-company-toggle summary:focus-visible {
        border-color: #BFE2FF !important;
        background: rgba(234, 247, 255, .16) !important;
    }

    .footer-company-toggle-body {
        margin-top: 10px !important;
        padding: 14px !important;
        border: 1px solid rgba(255, 255, 255, .16) !important;
        border-radius: 10px !important;
        background: rgba(255, 255, 255, .06) !important;
    }

    .footer-company-toggle-body p {
        margin: 0 0 12px !important;
        color: rgba(255, 255, 255, .86) !important;
        line-height: 1.62 !important;
    }

    .footer-company-toggle-body dl {
        display: grid !important;
        gap: 8px !important;
        margin: 0 !important;
    }

    .footer-company-toggle-body div {
        display: grid !important;
        grid-template-columns: 68px 1fr !important;
        gap: 10px !important;
    }

    .footer-company-toggle-body dt {
        color: rgba(255, 255, 255, .68) !important;
        font-weight: 900 !important;
    }

    .footer-company-toggle-body dd {
        margin: 0 !important;
        color: rgba(255, 255, 255, .9) !important;
        line-height: 1.5 !important;
    }

    .footer-company .footer-company-primary {
        display: none !important;
    }

    .footer-company {
        gap: 10px !important;
        margin-top: 12px !important;
    }

    .footer-company div {
        grid-template-columns: 76px 1fr !important;
        gap: 10px !important;
    }

    .footer-menu .footer-links {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
        columns: auto !important;
    }

    .footer-menu .footer-links li {
        margin: 0 !important;
        break-inside: auto !important;
    }

    .footer-main-menu .footer-links a,
    .footer-support-menu .footer-links a {
        display: inline-flex !important;
        min-height: 40px !important;
        width: 100% !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 8px 12px !important;
        border-radius: 10px !important;
        font-weight: 800 !important;
        line-height: 1.2 !important;
        text-align: center !important;
        text-decoration: none !important;
        transition: background-color .18s ease, border-color .18s ease, transform .18s ease !important;
    }

    .footer-main-menu .footer-links a {
        border: 1px solid #8FB6D8 !important;
        background: rgba(255, 255, 255, .08) !important;
        color: #EAF7FF !important;
    }

    .footer-main-menu .footer-links a:hover,
    .footer-main-menu .footer-links a:focus-visible {
        border-color: #BFE2FF !important;
        background: rgba(234, 247, 255, .18) !important;
        transform: translateY(-1px);
    }

    .footer-support-menu .footer-links a {
        border: 1px solid #FFD84D !important;
        background: rgba(255, 216, 77, .10) !important;
        color: #FFF8D8 !important;
    }

    .footer-support-menu .footer-links a:hover,
    .footer-support-menu .footer-links a:focus-visible {
        border-color: #FFE58A !important;
        background: rgba(255, 216, 77, .18) !important;
        transform: translateY(-1px);
    }
}

/* 2026-07-06 desktop header readability pass. */
@media (min-width: 861px) {
    .brand-header {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        align-items: center !important;
        column-gap: 24px !important;
    }

    .brand-cluster {
        min-width: 0 !important;
        max-width: none !important;
    }

    .site-title-block {
        min-width: 0 !important;
        max-width: 100% !important;
        white-space: nowrap !important;
    }

    .site-title-block span {
        white-space: nowrap !important;
        font-size: 1.46rem !important;
        font-weight: 900 !important;
        line-height: 1.24 !important;
    }

    .site-title-block strong {
        display: block !important;
        white-space: nowrap !important;
        font-size: 1.03rem !important;
        font-weight: 800 !important;
        line-height: 1.34 !important;
    }

    .header-contact-panel {
        display: grid !important;
        grid-template-columns: repeat(2, 200px) !important;
        grid-template-areas:
            "send copy"
            "note note" !important;
        justify-content: end !important;
        align-items: center !important;
        gap: 7px 10px !important;
        text-align: center !important;
    }

    .header-contact-panel p {
        display: block !important;
        grid-area: note !important;
        margin: 0 !important;
        color: #496173 !important;
        font-size: .86rem !important;
        font-weight: 800 !important;
        line-height: 1.35 !important;
        text-align: center !important;
        white-space: nowrap !important;
    }

    .header-contact-panel a.header-contact-btn {
        grid-area: send !important;
    }

    .header-contact-panel button.header-contact-btn {
        grid-area: copy !important;
    }

    .header-contact-panel .header-contact-btn {
        display: inline-flex !important;
        width: 200px !important;
        min-width: 200px !important;
        height: 48px !important;
        min-height: 48px !important;
        align-items: center !important;
        justify-content: center !important;
        box-sizing: border-box !important;
        padding: 0 14px !important;
        font-size: 1rem !important;
        font-weight: 800 !important;
        line-height: 1.2 !important;
        text-align: center !important;
    }
}

@media (min-width: 861px) and (max-width: 1120px) {
    .brand-header {
        column-gap: 14px !important;
    }

    .brand-cluster {
        gap: 14px !important;
    }

    .site-logo img {
        width: 220px !important;
    }

    .site-title-block span {
        font-size: 1.30rem !important;
    }

    .site-title-block strong {
        font-size: .94rem !important;
    }

    .header-contact-panel {
        grid-template-columns: repeat(2, 166px) !important;
        gap: 6px 8px !important;
    }

    .header-contact-panel p {
        font-size: .76rem !important;
    }

    .header-contact-panel .header-contact-btn {
        width: 166px !important;
        min-width: 166px !important;
        height: 44px !important;
        min-height: 44px !important;
        font-size: .92rem !important;
    }
}

@media (min-width: 861px) and (max-width: 960px) {
    .site-logo img {
        width: 196px !important;
    }

    .site-title-block span {
        font-size: 1.18rem !important;
    }

    .site-title-block strong {
        font-size: .86rem !important;
    }

    .header-contact-panel {
        grid-template-columns: repeat(2, 148px) !important;
    }

    .header-contact-panel p {
        font-size: .72rem !important;
    }

    .header-contact-panel .header-contact-btn {
        width: 148px !important;
        min-width: 148px !important;
        font-size: .86rem !important;
    }
}

@media (max-width: 860px) {
    .brand-header {
        min-height: 78px !important;
        padding-block: 10px !important;
    }

    .site-logo img {
        width: min(196px, calc(100vw - 164px)) !important;
        max-height: 50px !important;
    }

    .mobile-cta {
        gap: 3px !important;
        padding: 8px 6px calc(8px + env(safe-area-inset-bottom, 0px)) !important;
        background: rgba(248, 250, 252, .96) !important;
        box-shadow: 0 -12px 26px rgba(15, 23, 42, .10) !important;
    }

    .mobile-cta a,
    .mobile-cta button {
        min-height: 60px !important;
        border: 1px solid rgba(15, 23, 42, .14) !important;
        border-radius: 10px !important;
        background: rgba(255, 255, 255, .96) !important;
        box-shadow: 0 4px 12px rgba(15, 23, 42, .08) !important;
        padding-inline: 2px !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
        word-break: normal !important;
    }

    .mobile-cta .mobile-cta-top,
    .mobile-cta a:nth-child(2),
    .mobile-cta a:nth-child(4),
    .mobile-cta a:nth-child(5) {
        background: rgba(255, 255, 255, .96) !important;
        color: #123B68 !important;
    }

    .mobile-cta button[data-copy-shipping] {
        background: #F2B705 !important;
        color: #261b05 !important;
    }

    .quick-send-actions .btn {
        min-height: 68px !important;
        font-size: 1.32rem !important;
        line-height: 1.18 !important;
    }
}

@media (max-width: 520px) {
    .brand-header {
        min-height: 84px !important;
    }

    .site-logo img {
        width: min(196px, calc(100vw - 164px)) !important;
        max-height: 50px !important;
    }
}

/* 2026-07-05 smartphone-only navigation and readability pass. */
@media (max-width: 767px) {
    body {
        padding-bottom: calc(92px + env(safe-area-inset-bottom, 0px)) !important;
    }

    main {
        padding-bottom: 22px !important;
    }

    section[id],
    .section[id],
    h2[id],
    h3[id],
    [id^="section-"] {
        scroll-margin-top: 82px !important;
    }

    .anchor-alias {
        top: -82px !important;
    }

    .site-header {
        position: sticky !important;
        z-index: 1200 !important;
    }

    .brand-header {
        width: min(100% - 20px, 1360px) !important;
        min-height: 60px !important;
        justify-content: flex-start !important;
        padding: 5px 92px 4px 0 !important;
        overflow: visible !important;
    }

    .brand-cluster {
        width: auto !important;
        max-width: 100% !important;
        justify-content: flex-start !important;
        gap: 0 !important;
    }

    .site-logo img {
        width: min(204px, calc(100vw - 126px)) !important;
        max-height: 50px !important;
    }

    .header-contact-panel {
        display: none !important;
    }

    .header-nav-row {
        position: absolute !important;
        top: 8px !important;
        right: max(10px, env(safe-area-inset-right, 0px)) !important;
        left: auto !important;
        z-index: 1300 !important;
        width: auto !important;
        border: 0 !important;
        background: transparent !important;
    }

    .header-nav-row .container-wide {
        display: flex !important;
        justify-content: flex-end !important;
        width: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
    }

    .menu-toggle {
        position: relative !important;
        z-index: 1301 !important;
        inset: auto !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        display: inline-flex !important;
        width: 76px !important;
        height: 46px !important;
        flex: 0 0 76px !important;
        margin: 0 !important;
        transform: none !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 5px 8px 4px !important;
        border: 1px solid rgba(11, 103, 194, .22) !important;
        border-radius: 10px !important;
        background: #ffffff !important;
        box-shadow: 0 8px 20px rgba(15, 23, 42, .12) !important;
        color: #123B68 !important;
        gap: 3px !important;
    }

    .menu-toggle::after {
        content: "メニュー";
        display: block;
        color: #123B68;
        font-size: .72rem;
        font-weight: 950;
        line-height: 1;
    }

    .menu-toggle[aria-expanded="true"]::after {
        content: "閉じる";
    }

    .menu-toggle span:not(.sr-only) {
        width: 22px !important;
        height: 2px !important;
        border-radius: 999px !important;
        background: #123B68 !important;
        transition: transform .18s ease, opacity .18s ease !important;
    }

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

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

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

    .mobile-menu-backdrop {
        position: fixed !important;
        inset: 0 !important;
        display: block !important;
        background: transparent !important;
        z-index: 900 !important;
    }

    .mobile-menu-backdrop[hidden] {
        display: none !important;
    }

    .site-nav {
        position: fixed !important;
        top: 66px !important;
        left: auto !important;
        right: max(10px, env(safe-area-inset-right, 0px)) !important;
        display: none !important;
        width: 152px !important;
        min-width: 0 !important;
        max-width: min(190px, calc(100vw - 24px)) !important;
        max-height: calc(100dvh - 170px - env(safe-area-inset-bottom, 0px)) !important;
        overflow: auto !important;
        box-sizing: border-box !important;
        padding: 6px !important;
        border: 1px solid #8FB6D8 !important;
        border-radius: 12px !important;
        background: #ffffff !important;
        box-shadow: 0 18px 42px rgba(15, 23, 42, .18) !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .site-nav.is-open {
        display: block !important;
    }

    .site-nav ul {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 3px !important;
        align-items: stretch !important;
        justify-content: stretch !important;
    }

    .site-nav li {
        min-width: 0 !important;
    }

    .header-nav-row .site-nav > ul > li > a {
        display: flex !important;
        min-height: 34px !important;
        width: 100% !important;
        align-items: center !important;
        justify-content: flex-start !important;
        padding: 5px 8px !important;
        border: 1px solid #8FB6D8 !important;
        border-radius: 8px !important;
        background: rgba(255, 255, 255, .96) !important;
        color: #0B3A66 !important;
        box-shadow: 0 3px 9px rgba(15, 23, 42, .05) !important;
        font-size: .88rem !important;
        font-weight: 950 !important;
        line-height: 1.16 !important;
        text-align: left !important;
        white-space: nowrap !important;
        word-break: keep-all !important;
        overflow-wrap: normal !important;
    }

    .header-nav-row .site-nav > ul > li > a:hover,
    .header-nav-row .site-nav > ul > li > a:focus-visible {
        border-color: #0B67C2 !important;
        background: #EAF7FF !important;
        color: #0B3A66 !important;
    }

    .header-nav-row .site-nav > ul > li:first-child > a {
        border-color: #8FB6D8 !important;
        background: #ffffff !important;
        color: #0B3A66 !important;
    }

    .header-nav-row .site-nav > ul > li:nth-child(6) > a {
        border-color: #78C7C2 !important;
        background: #ECFFFA !important;
        color: #054F58 !important;
    }

    .header-nav-row .site-nav > ul > li:nth-child(10) > a.nav-contact {
        border-color: #8FB6D8 !important;
        background: #ffffff !important;
        color: #0B3A66 !important;
    }

    .mobile-anchor-links {
        display: none !important;
    }

    .site-nav::before {
        content: "メニュー";
        display: block;
        margin: 0 0 4px;
        padding-bottom: 4px;
        border-bottom: 1px solid #8FB6D8;
        color: #0B3A66;
        font-size: .78rem;
        font-weight: 950;
    }

    .hero-sub,
    .hero-text,
    .hero-compact .hero-note,
    .section-heading p,
    .item-card-body p,
    .together-item-card p,
    .method-step p,
    .send-step-card p,
    .feature-band p,
    .preflight-card p,
    .quick-send-copy p,
    .quick-carryin-card p,
    .quick-carryin-card dd,
    .small-note,
    .section-note,
    .data-method-grid p,
    .business-strong p,
    .business-list li,
    .ng-rich-card p,
    .faq-item div,
    .site-footer p,
    .footer-company dd {
        font-size: 1.06rem !important;
        line-height: 1.72 !important;
    }

    .hero-badges {
        gap: 8px !important;
    }

    .hero-badges span {
        flex: 1 1 calc(50% - 8px) !important;
        justify-content: center !important;
        min-height: 42px !important;
        padding: 8px 10px !important;
        font-size: 1.04rem !important;
        line-height: 1.16 !important;
        text-align: center !important;
    }

    .home-hero .hero-free-strip-card.pc {
        order: 1 !important;
    }

    .home-hero .hero-free-strip-card.data {
        order: 2 !important;
    }

    .home-hero .hero-free-strip-card.recycle {
        order: 3 !important;
    }

    .hero-lower .hero-actions {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    .hero-lower .hero-actions .btn {
        min-height: 66px !important;
        padding: 12px 14px !important;
        font-size: 1.28rem !important;
        line-height: 1.16 !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
    }

    .free-appeal .free-box p {
        font-size: clamp(2.9rem, 14vw, 3.5rem) !important;
        line-height: 1 !important;
        white-space: nowrap !important;
    }

    .mobile-cta .mobile-cta-top,
    .mobile-cta a:nth-child(5) {
        border-color: rgba(11, 103, 194, .24) !important;
        background: #EAF6FF !important;
        color: #0B4E8A !important;
    }

    .mobile-cta button[data-copy-shipping] {
        border-color: rgba(196, 139, 13, .28) !important;
        background: #F6D36A !important;
        color: #261b05 !important;
    }

    .mobile-cta {
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
        width: min(720px, calc(100% - 12px)) !important;
        max-width: calc(100% - 12px) !important;
        box-sizing: border-box !important;
        margin: 0 auto !important;
        gap: 2px !important;
        padding-top: 2px !important;
        padding-bottom: calc(2px + env(safe-area-inset-bottom, 0px)) !important;
        padding-left: max(6px, env(safe-area-inset-left, 0px)) !important;
        padding-right: max(6px, env(safe-area-inset-right, 0px)) !important;
    }

    .mobile-cta a,
    .mobile-cta button {
        min-height: 42px !important;
        padding-top: 1px !important;
        padding-bottom: 1px !important;
        border-radius: 8px !important;
        line-height: 1.05 !important;
    }

    .mobile-cta a::before,
    .mobile-cta button::before {
        margin-bottom: 0 !important;
        font-size: .95rem !important;
    }

    .mobile-cta .mobile-cta-top {
        color: #0B67C2 !important;
        font-size: clamp(.8rem, 2.65vw, .9rem) !important;
        font-weight: 950 !important;
    }

    .mobile-cta .mobile-cta-top::before {
        color: #0B67C2 !important;
        font-size: 1.04rem !important;
    }
}

/* 2026-07-05 smartphone-only footer usability pass. */
@media (max-width: 767px) {
    .site-footer {
        padding-top: 34px !important;
        padding-bottom: calc(156px + env(safe-area-inset-bottom, 0px)) !important;
    }

    .footer-grid {
        gap: 24px !important;
    }

    .footer-logo {
        align-items: center !important;
        justify-content: center !important;
        flex-wrap: wrap !important;
        gap: 8px !important;
    }

    .footer-title-desktop {
        display: none !important;
    }

    .footer-logo .footer-title,
    .footer-logo .footer-title-mobile {
        display: inline-block !important;
        flex: 0 1 100% !important;
        max-width: calc(100vw - 48px) !important;
        overflow-wrap: anywhere !important;
        word-break: normal !important;
        line-height: 1.18 !important;
        text-align: center !important;
    }

    .footer-about > p {
        display: none !important;
    }

    .footer-company-toggle {
        display: block !important;
        margin: 14px 0 10px !important;
    }

    .footer-company-toggle summary {
        display: flex !important;
        min-height: 44px !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 9px 12px !important;
        border: 1px solid rgba(143, 182, 216, .82) !important;
        border-radius: 10px !important;
        background: rgba(255, 255, 255, .08) !important;
        color: #EAF7FF !important;
        font-size: 1rem !important;
        font-weight: 900 !important;
        cursor: pointer !important;
        list-style: none !important;
    }

    .footer-company-toggle summary::-webkit-details-marker {
        display: none !important;
    }

    .footer-company-toggle summary::after {
        content: "▼";
        margin-left: 8px;
        color: #FFD84D;
        font-size: .8rem;
    }

    .footer-company-toggle[open] summary::after {
        content: "▲";
    }

    .footer-company-toggle-body {
        margin-top: 8px !important;
        padding: 12px !important;
        border: 1px solid rgba(255, 255, 255, .16) !important;
        border-radius: 10px !important;
        background: rgba(255, 255, 255, .06) !important;
    }

    .footer-company-toggle-body p {
        margin: 0 0 10px !important;
        color: rgba(255, 255, 255, .86) !important;
        font-size: .96rem !important;
        line-height: 1.58 !important;
    }

    .footer-company-toggle-body dl {
        display: grid !important;
        gap: 8px !important;
        margin: 0 !important;
    }

    .footer-company-toggle-body div {
        display: grid !important;
        grid-template-columns: 62px 1fr !important;
        gap: 8px !important;
    }

    .footer-company-toggle-body dt {
        color: rgba(255, 255, 255, .68) !important;
        font-weight: 900 !important;
    }

    .footer-company-toggle-body dd {
        margin: 0 !important;
        color: rgba(255, 255, 255, .88) !important;
        font-size: .96rem !important;
        line-height: 1.48 !important;
    }

    .footer-company .footer-company-primary {
        display: none !important;
    }

    .footer-company {
        gap: 8px !important;
        margin-top: 12px !important;
    }

    .footer-company div {
        grid-template-columns: 74px 1fr !important;
        gap: 8px !important;
        padding-bottom: 8px !important;
        border-bottom: 1px solid rgba(255, 255, 255, .12) !important;
    }

    .footer-company div:last-child {
        border-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .footer-company dt {
        color: rgba(255, 255, 255, .72) !important;
    }

    .footer-company dd {
        font-size: .98rem !important;
        line-height: 1.55 !important;
    }

    .footer-menu h2 {
        margin-bottom: 10px !important;
        font-size: 1.04rem !important;
    }

    .footer-main-menu .footer-links,
    .footer-support-menu .footer-links {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
        columns: auto !important;
    }

    .footer-main-menu .footer-links li,
    .footer-support-menu .footer-links li {
        margin: 0 !important;
        break-inside: auto !important;
    }

    .footer-main-menu .footer-links a,
    .footer-support-menu .footer-links a {
        display: inline-flex !important;
        min-height: 42px !important;
        width: 100% !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 8px 9px !important;
        border-radius: 10px !important;
        font-size: .94rem !important;
        font-weight: 850 !important;
        line-height: 1.2 !important;
        text-align: center !important;
        text-decoration: none !important;
        white-space: normal !important;
    }

    .footer-main-menu .footer-links a {
        border: 1px solid #8FB6D8 !important;
        background: rgba(255, 255, 255, .08) !important;
        color: #EAF7FF !important;
    }

    .footer-main-menu .footer-links a:hover,
    .footer-main-menu .footer-links a:focus-visible {
        border-color: #BFE2FF !important;
        background: rgba(234, 247, 255, .16) !important;
    }

    .footer-support-menu .footer-links a {
        border: 1px solid #FFD84D !important;
        background: rgba(255, 216, 77, .10) !important;
        color: #FFF8D8 !important;
    }

    .footer-support-menu .footer-links a:hover,
    .footer-support-menu .footer-links a:focus-visible {
        border-color: #FFE88C !important;
        background: rgba(255, 216, 77, .18) !important;
    }

    .footer-bottom {
        margin-top: 26px !important;
        padding-top: 16px !important;
        gap: 12px !important;
    }
}

/* Yellow tone pass: keep dark/yellow emphasis boxes untouched. */
:root {
    --color-yellow-cta-start: #fff7c2;
    --color-yellow-cta-end: #ffe58a;
    --color-yellow-cta-hover-start: #fff1a8;
    --color-yellow-cta-hover-end: #ffd966;
    --color-yellow-cta-border: #f0cf63;
    --color-yellow-cta-text: #1f2937;
    --color-yellow-panel: #fffdf0;
    --color-yellow-panel-end: #fff6bf;
    --color-yellow-shadow: rgba(240, 207, 99, .24);
}

.btn-primary,
.quick-send-actions .btn-primary,
.hero-actions .btn-primary,
.section-actions .btn-primary,
.cta-actions .btn-primary,
.hero-actions button[data-copy-shipping],
.quick-send-actions button[data-copy-shipping],
.section-actions button[data-copy-shipping],
.address-panel button[data-copy-shipping],
button[data-copy-shipping],
button[data-copy-shipping].is-copied {
    background: linear-gradient(90deg, var(--color-yellow-cta-start) 0%, var(--color-yellow-cta-end) 100%) !important;
    border-color: var(--color-yellow-cta-border) !important;
    color: var(--color-yellow-cta-text) !important;
    box-shadow:
        0 10px 20px var(--color-yellow-shadow),
        inset 0 1px 0 rgba(255, 255, 255, .45) !important;
}

.btn-primary:hover,
.btn-primary:focus-visible,
.hero-actions button[data-copy-shipping]:hover,
.hero-actions button[data-copy-shipping]:focus-visible,
.quick-send-actions button[data-copy-shipping]:hover,
.quick-send-actions button[data-copy-shipping]:focus-visible,
.section-actions button[data-copy-shipping]:hover,
.section-actions button[data-copy-shipping]:focus-visible,
.address-panel button[data-copy-shipping]:hover,
.address-panel button[data-copy-shipping]:focus-visible,
button[data-copy-shipping]:hover,
button[data-copy-shipping]:focus-visible {
    background: linear-gradient(90deg, var(--color-yellow-cta-hover-start) 0%, var(--color-yellow-cta-hover-end) 100%) !important;
    border-color: var(--color-yellow-cta-border) !important;
    color: var(--color-yellow-cta-text) !important;
    box-shadow:
        0 12px 22px rgba(240, 207, 99, .28),
        inset 0 1px 0 rgba(255, 255, 255, .52) !important;
}

.btn-primary:focus-visible,
.hero-actions button[data-copy-shipping]:focus-visible,
.quick-send-actions button[data-copy-shipping]:focus-visible,
.section-actions button[data-copy-shipping]:focus-visible,
.address-panel button[data-copy-shipping]:focus-visible,
button[data-copy-shipping]:focus-visible {
    outline: 3px solid rgba(240, 207, 99, .58) !important;
    outline-offset: 3px !important;
}

.btn-primary:active,
.hero-actions button[data-copy-shipping]:active,
.quick-send-actions button[data-copy-shipping]:active,
.section-actions button[data-copy-shipping]:active,
.address-panel button[data-copy-shipping]:active,
button[data-copy-shipping]:active {
    background: linear-gradient(90deg, #ffef9c 0%, #ffd966 100%) !important;
    box-shadow:
        0 6px 14px rgba(240, 207, 99, .22),
        inset 0 2px 3px rgba(148, 114, 18, .12) !important;
}

.mobile-cta button[data-copy-shipping] {
    background: linear-gradient(90deg, var(--color-yellow-cta-start) 0%, var(--color-yellow-cta-end) 100%) !important;
    border-color: var(--color-yellow-cta-border) !important;
    color: var(--color-yellow-cta-text) !important;
}

.anchor-target {
    display: block;
    scroll-margin-top: 118px;
}

.hero-data-erasure-link {
    position: relative;
    display: grid;
    gap: 10px;
    margin-top: 16px;
    padding: 16px 18px;
    border: 1px solid #8fd8d1;
    border-radius: 8px;
    background:
        radial-gradient(circle at 14% 0%, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, 0) 36%),
        linear-gradient(135deg, #f1fffb 0%, #ffffff 52%, #eaf7ff 100%);
    box-shadow: 0 14px 30px rgba(17, 143, 152, .14), inset 0 1px 0 rgba(255, 255, 255, .9);
    color: #111827;
    text-decoration: none;
    overflow: hidden;
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.hero-data-erasure-link::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: linear-gradient(180deg, #19a9a3 0%, #24c27a 100%);
    opacity: .9;
}

.hero-data-erasure-row {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 12px;
}

.hero-data-erasure-main {
    color: #111827;
    font-size: clamp(1.18rem, 1.65vw, 1.48rem);
    font-weight: 900;
    line-height: 1.36;
    letter-spacing: .01em;
}

.hero-data-erasure-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    min-height: 36px;
    padding: 6px 15px;
    border: 1px solid #118f98;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffffff 0%, #edfdfa 100%);
    color: #111827;
    font-size: .94rem;
    font-weight: 900;
    line-height: 1.2;
    box-shadow: 0 7px 16px rgba(17, 143, 152, .12), inset 0 1px 0 rgba(255, 255, 255, .95);
    transition: background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.hero-data-erasure-note {
    position: relative;
    z-index: 1;
    color: #08735e;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.58;
}

.hero-data-erasure-link:hover,
.hero-data-erasure-link:focus-visible {
    border-color: #118f98;
    background:
        radial-gradient(circle at 14% 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 38%),
        linear-gradient(135deg, #e7fbf6 0%, #ffffff 52%, #e1f3ff 100%);
    box-shadow: 0 18px 34px rgba(17, 143, 152, .2), inset 0 1px 0 rgba(255, 255, 255, .95);
    transform: translateY(-1px);
}

.hero-data-erasure-link:hover .hero-data-erasure-button,
.hero-data-erasure-link:focus-visible .hero-data-erasure-button {
    border-color: #0c7e86;
    background: #118f98;
    color: #ffffff;
    box-shadow: 0 8px 16px rgba(17, 143, 152, .18);
}

.hero-data-erasure-link:focus-visible {
    outline: 3px solid rgba(17, 143, 152, .28);
    outline-offset: 4px;
}

.hero-data-erasure-link:active {
    transform: translateY(0);
    box-shadow: 0 8px 18px rgba(17, 143, 152, .14);
}

@media (max-width: 767px) {
    .anchor-target {
        scroll-margin-top: 82px;
    }

    .hero-data-erasure-link {
        gap: 9px;
        margin-top: 14px;
        padding: 14px 15px;
    }

    .hero-data-erasure-row {
        gap: 8px 10px;
    }

    .hero-data-erasure-main {
        font-size: 1.16rem;
        line-height: 1.42;
    }

    .hero-data-erasure-button {
        min-height: 38px;
        padding: 7px 16px;
        font-size: .93rem;
    }

    .hero-data-erasure-note {
        font-size: .96rem;
        line-height: 1.58;
    }
}

.trust-intro .compact-process-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
}

.trust-intro .compact-process-grid .process-card {
    position: relative;
    overflow: hidden;
    padding: 15px 12px;
    border-color: #b8e5dd;
    background:
        radial-gradient(circle at 18% 0%, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, 0) 40%),
        linear-gradient(180deg, #ffffff 0%, #f5fffb 100%);
    box-shadow: 0 10px 22px rgba(8, 115, 94, .08);
}

.trust-intro .compact-process-grid .process-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, #18a8a2 0%, #38c172 100%);
}

.trust-intro .compact-process-grid .process-card span {
    color: #08735e;
    letter-spacing: .03em;
}

.trust-intro .compact-process-grid .process-card h3 {
    color: #102a43;
    font-size: .99rem;
    line-height: 1.42;
}

.trust-intro .compact-process-grid .process-card p {
    color: #3f5260;
    font-size: .9rem;
    line-height: 1.62;
}

@media (max-width: 900px) {
    .trust-intro .compact-process-grid {
        grid-template-columns: 1fr;
    }
}

.send-address-focus,
.quick-send-card,
.quick-send-route-grid .quick-send-address,
.hero-shipping-card,
.preflight-card {
    border-color: var(--color-yellow-cta-border) !important;
    background: linear-gradient(90deg, var(--color-yellow-panel) 0%, #ffffff 48%, var(--color-yellow-panel-end) 100%) !important;
    box-shadow: 0 16px 34px rgba(240, 207, 99, .18) !important;
}

.quick-send-card,
.send-address-focus {
    border-left-color: var(--color-yellow-cta-border) !important;
}

/* Keep the home H1 as two natural phrases on narrow phone screens. */
@media (max-width: 520px) {
    .home-hero .hero-title {
        font-size: clamp(1.78rem, 8vw, 1.9rem) !important;
        line-height: 1.16 !important;
    }

    .home-hero .hero-title-part {
        display: block;
        width: max-content;
        max-width: 100%;
        white-space: nowrap;
        word-break: keep-all;
    }

    .home-hero .hero-title-separator {
        display: none;
    }
}

/* 2026-07-14 editorial pass: natural line breaks and compact target guidance. */
.hero-visual {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.hero-target-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 12px;
    align-items: center;
    max-width: 100%;
    margin-top: 12px;
    padding: 14px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 8px;
    color: #ffffff;
    background: linear-gradient(135deg, #07565d 0%, #0b3a66 100%);
    box-shadow: 0 14px 30px rgba(7, 86, 93, .18);
}

.hero-target-summary-copy {
    display: contents;
}

.hero-target-summary h2 {
    grid-column: 1;
    grid-row: 1;
    margin: 0 0 5px;
    color: #ffffff;
    font-size: 1.02rem;
    line-height: 1.42;
    text-wrap: balance;
}

.hero-target-summary-copy p,
.hero-target-summary-note {
    margin: 0;
    color: #e7fbf7;
    font-size: .86rem;
    line-height: 1.58;
    word-break: auto-phrase;
}

.home-hero .hero-target-summary-copy p {
    font-size: .86rem;
}

.home-hero .hero-target-summary-note {
    font-size: .82rem;
}

.hero-target-summary-copy p {
    grid-column: 1 / -1;
    grid-row: 2;
}

.hero-target-summary-button {
    grid-column: 2;
    grid-row: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 8px 12px;
    border: 2px solid #ffffff;
    border-radius: 8px;
    color: #07565d;
    background: #ffffff;
    font-size: .88rem;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    transition: color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.hero-target-summary-button:hover,
.hero-target-summary-button:focus-visible {
    color: #ffffff;
    background: transparent;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
    transform: translateY(-1px);
}

.hero-target-summary-button:focus-visible {
    outline: 3px solid #ffd84d;
    outline-offset: 3px;
}

.hero-target-summary-note {
    grid-column: 1 / -1;
    grid-row: 3;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, .24);
}

.page-hero-title--lines .page-hero-title-line {
    display: block;
    width: fit-content;
    max-width: 100%;
    word-break: keep-all;
    overflow-wrap: normal;
}

.section-heading h2,
.process-card h3,
.equipment-card h3 {
    text-wrap: balance;
}

.hero-sub,
.hero-target-summary h2,
.section-heading h2,
.process-card h3 {
    word-break: auto-phrase;
}

.equipment-card h3 {
    word-break: keep-all;
    overflow-wrap: normal;
}

.data-method-grid p {
    font-size: 1rem !important;
    line-height: 1.72 !important;
}

@media (max-width: 520px) {
    .hero-target-summary {
        grid-template-columns: 1fr;
        padding: 13px;
    }

    .hero-target-summary-button {
        grid-column: auto;
        grid-row: auto;
        width: 100%;
        min-height: 46px;
    }

    .hero-target-summary h2,
    .hero-target-summary-copy p,
    .hero-target-summary-note {
        grid-column: auto;
        grid-row: auto;
    }

    .page-send .page-hero-title--lines {
        font-size: clamp(1.2rem, 6.15vw, 1.65rem) !important;
        line-height: 1.28 !important;
    }
}

@media (max-width: 860px) {
    .home-hero .hero-visual {
        display: contents;
    }

    .home-hero .hero-media {
        display: none !important;
    }

    .home-hero .hero-target-summary {
        order: 2;
    }
}
