/* Article Standard Common
   Shared skeleton styles for canonical article pages.
   Do not place single-article modules such as FAQ, SOP, compare cards, or CT tables here.
*/

.article-standard-page,
.article-standard-page main,
.article-standard-page main * {
    box-sizing: border-box;
}

.article-standard-page {
    margin: 0;
}

.article-standard-page main * {
    scroll-margin-top: 140px;
}

.article-standard-page main img {
    display: block;
    max-width: 100%;
    height: auto;
}

.article-standard-page main a {
    color: inherit;
    text-decoration: none;
}

.article-standard-page .content strong {
    background-color: #d8f0b3;
    color: #131313;
    font-weight: 600;
    letter-spacing: 1.8px;
}

.article-standard-page .content em {
    font-style: inherit;
}

.article-standard-page main .a_bottom {
    display: inline-block;
}

.article-standard-page main ul,
.article-standard-page main ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.article-standard-page .nav-wrapper ul,
.article-standard-page .nav-wrapper ol,
.article-standard-page .breadcrumb,
.article-standard-page .mobile-root-list,
.article-standard-page .mobile-sub-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.article-standard-page header {
    margin: 0;
}

.article-standard-page .nav-wrapper a:not(.nav__link),
.article-standard-page .article-shell-offset > nav[aria-label="Breadcrumb"] a {
    color: inherit;
    text-decoration: none;
}

.article-standard-page .nav__logo .logo--normal {
    display: none;
}

.article-standard-page .nav__logo .logo--invert {
    display: block;
}

.article-standard-page .article-shell-offset {
    padding-top: 16vh;
}

.article-standard-page .article-shell-offset > nav[aria-label="Breadcrumb"] .breadcrumb {
    margin-top: 0;
    overflow: hidden;
    white-space: nowrap;
}

.article-standard-page .breadcrumb-item {
    min-width: 0;
    flex: 0 0 auto;
}

.article-standard-page .breadcrumb-item[aria-current="page"] {
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-standard-page .breadcrumb-item[aria-current="page"] span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (min-width: 769px) {
    .article-standard-page .site-header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        display: flex;
        justify-content: center;
        width: 100%;
        height: 10vh;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        background: rgba(243, 243, 242, 0.6);
        font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        line-height: 7vh;
    }

    .article-standard-page .site-header,
    .article-standard-page .site-header * {
        box-sizing: border-box;
    }

    .article-standard-page .nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 90%;
        max-width: 1800px;
        margin: 0 auto;
        padding: 0 3vw;
    }

    .article-standard-page .nav::before {
        position: absolute;
        z-index: -1;
        inset: 0;
        background: rgba(243, 243, 242, 0.2);
        content: "";
        backdrop-filter: blur(20px) saturate(180%);
        -webkit-backdrop-filter: blur(20px) saturate(180%);
    }

    .article-standard-page .nav__menu {
        display: flex;
        align-items: center;
        gap: 2.4vw;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .article-standard-page .nav__item {
        position: relative;
    }

    .article-standard-page .nav__link {
        display: inline-block;
        padding: 8px 0;
        color: rgba(113, 113, 113, 0.9);
        font-size: 1rem;
        font-weight: 400;
        letter-spacing: 2px;
        text-decoration: none;
        transition: color 0.3s ease-in-out, letter-spacing 0.4s ease-in-out;
    }

    .article-standard-page .nav__link:hover {
        color: rgba(228, 139, 14, 0.925);
        letter-spacing: 2.4px;
    }

    .article-standard-page .nav__logo img {
        width: auto;
        height: 32px;
        max-height: 40px;
        transition: transform 0.3s ease;
    }

    .article-standard-page .nav__logo:hover img {
        transform: scale(1.05);
    }

    .article-standard-page .nav__hamburger {
        display: none;
    }

    .article-standard-page .mega-menu {
        position: absolute;
        top: 64px;
        left: 0;
        z-index: 90;
        display: block;
        width: 100%;
        padding: 20px 8vw;
        background: rgba(243, 243, 242, 0.2);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-10px);
        transition: all 0.3s ease;
    }

    .article-standard-page .mega-menu::before {
        position: absolute;
        z-index: -1;
        inset: 0;
        background: rgba(243, 243, 242, 0.6);
        content: "";
        backdrop-filter: blur(8px);
    }

    .article-standard-page .mega-menu.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .article-standard-page .mega-content {
        display: none;
        flex-direction: column;
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.4s ease, transform 0.4s ease;
    }

    .article-standard-page .mega-content.is-active {
        display: flex;
        opacity: 1;
        transform: translateY(0);
    }

    .article-standard-page #mega_article {
        display: none;
        flex-direction: column;
        opacity: 0;
        transition: opacity 0.4s ease;
    }

    .article-standard-page #mega_article.is-active {
        display: flex;
        opacity: 1;
    }

    .article-standard-page .mega-content.is-active .column ul li,
    .article-standard-page .mega-content.is-active .article-mega__main,
    .article-standard-page .mega-content.is-active .article-mega__side {
        opacity: 0;
        transform: translateY(15px);
        animation: articleStandardItemIn 0.5s ease forwards;
    }

    .article-standard-page .mega-content.is-active .column ul li:nth-child(1) {
        animation-delay: 0.1s;
    }

    .article-standard-page .mega-content.is-active .column ul li:nth-child(2) {
        animation-delay: 0.2s;
    }

    .article-standard-page .mega-content.is-active .column ul li:nth-child(3),
    .article-standard-page .mega-content.is-active .article-mega__side {
        animation-delay: 0.3s;
    }

    .article-standard-page .mega-content.is-active .column ul li:nth-child(4),
    .article-standard-page .mega-content.is-active .column ul li:nth-child(5) {
        animation-delay: 0.4s;
    }

    .article-standard-page .mega-content.is-active .article-mega__main {
        animation-delay: 0.15s;
    }

    .article-standard-page .column {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

    .article-standard-page .column h4 {
        color: rgba(0, 0, 0, 0.6);
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 1px;
    }

    .article-standard-page .column ul {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-end;
        width: 80%;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .article-standard-page .column li {
        width: 15%;
        color: rgba(0, 0, 0, 0.8);
        font-size: 14px;
        letter-spacing: 1px;
        transition: color 0.25s ease;
    }

    .article-standard-page .column li:hover {
        color: rgb(129, 41, 41);
    }

    .article-standard-page .product-card {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: inherit;
        text-decoration: none;
    }

    .article-standard-page .column h4,
    .article-standard-page .product-card h5 {
        margin: 0;
        padding: 0;
    }

    .article-standard-page .product-card h5 {
        color: inherit;
        font: inherit;
        letter-spacing: inherit;
    }

    .article-standard-page .article-tag {
        display: flex;
        align-items: end;
        justify-content: space-between;
        width: 100%;
        padding: 0 2% 2%;
    }

    .article-standard-page .article-tag h5 {
        font-size: 24px;
        font-weight: 400;
        letter-spacing: 3px;
    }

    .article-standard-page .article-tag div {
        display: block;
        width: 77%;
        height: 0;
        border-bottom: 0.75px solid rgb(49, 49, 49);
        content: "";
    }

    .article-standard-page .article-tag p {
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 1px;
    }

    .article-standard-page .article-mega {
        display: flex;
        justify-content: space-around;
        padding: 2%;
    }

    .article-standard-page .article-mega__main {
        width: 50%;
    }

    .article-standard-page .article-mega__title {
        font-size: 28px;
        font-weight: 700;
        letter-spacing: 2px;
    }

    .article-standard-page .article-mega__excerpt {
        margin: 2% auto;
        font-size: 14px;
        font-weight: 300;
        line-height: 1.6;
    }

    .article-standard-page .article-mega__image {
        overflow: hidden;
        max-width: 580px;
        max-height: 185px;
        border-radius: 8px;
    }

    .article-standard-page .article-mega__image img {
        display: block;
        width: 100%;
    }

    .article-standard-page .article-mega__side {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 40%;
    }

    .article-standard-page .article-category__list li {
        margin: 0 auto 4%;
        border-bottom: 2px solid #9f4511;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 3px;
    }

    .article-standard-page .article-category__list a,
    .article-standard-page .article-mega__more {
        color: inherit;
        text-decoration: none;
    }

    .article-standard-page .article-mega__more {
        position: relative;
        display: inline-block;
        overflow: hidden;
        width: 100%;
    }

    .article-standard-page .article-mega__more span {
        display: inline-block;
        width: 85%;
        transform: translateX(0);
        transition: transform 0.8s ease;
    }

    .article-standard-page .article-mega__more:hover span {
        transform: translateX(100%);
    }
}

@media (max-width: 768px) {
    .article-standard-page .site-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        min-height: 72px;
        height: 72px;
        padding: 0 4%;
        box-sizing: border-box;
        line-height: normal;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(238, 238, 238, 0.2));
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .article-standard-page .site-header .nav {
        display: flex;
        width: 100%;
        min-height: 72px;
        margin: 0 auto;
        padding: 0 4%;
    }

    .article-standard-page .nav__hamburger {
        display: block;
        width: 44px;
        height: 44px;
        margin-left: 0;
        padding: 0;
        border: 0;
        background: transparent;
    }

    .article-standard-page .site-header .nav__hamburger span {
        width: 22px;
        height: 2px;
        border-radius: 999px;
        background: #333;
    }

    .article-standard-page .site-header .nav__logo {
        position: relative;
        display: flex;
        align-items: center;
        max-width: 150px;
        line-height: 1;
    }

    .article-standard-page .site-header .nav__logo img {
        width: auto;
        max-width: 130px;
        height: 21px;
    }

    .article-standard-page .site-header .nav__logo .logo--normal,
    .article-standard-page .site-header .nav__logo .logo--invert {
        display: block;
        transition: opacity 0.25s ease;
    }

    .article-standard-page .site-header .nav__logo .logo--invert {
        position: absolute;
        inset: 0;
    }

    html:not([data-theme="dark"]) .article-standard-page .site-header .nav__logo .logo--normal {
        opacity: 0;
    }

    html:not([data-theme="dark"]) .article-standard-page .site-header .nav__logo .logo--invert {
        opacity: 1;
    }

    html[data-theme="dark"] .article-standard-page .site-header .nav__logo .logo--normal {
        opacity: 1;
    }

    html[data-theme="dark"] .article-standard-page .site-header .nav__logo .logo--invert {
        opacity: 0;
    }

    .article-standard-page .article-shell-offset {
        padding-top: 16vh;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .article-standard-page .site-header {
        height: 56px;
    }

    .article-standard-page .nav__menu {
        gap: 1.5rem;
    }

    .article-standard-page .nav__link {
        font-size: 12px;
    }
}

@keyframes articleStandardItemIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.article-standard-page .header {
    width: 100vw;
}

.article-standard-page .header__title {
    display: flex;
    justify-content: center;
    margin: 0 6%;
    font-size: clamp(2rem, 1.4rem + 2vw, 3.75rem);
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: 5px;
}

.article-standard-page .header__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin: 5vh 0;
    overflow: hidden;
}

.article-standard-page .header__image {
    width: 95%;
    aspect-ratio: 4.2 / 1;
    object-fit: cover;
    border-radius: 16px;
}

.article-standard-page .article-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2% 6%;
}

.article-standard-page .article-header__intro,
.article-standard-page .article-header__meta {
    width: 50%;
    padding: 2% 4%;
}

.article-standard-page .article-header__intro h2 {
    margin-bottom: 4%;
    color: rgb(110, 109, 109);
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 2px;
}

.article-standard-page .article-header__intro p {
    font-weight: 300;
}

.article-standard-page .article-header__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-left: 1.5px solid gray;
    gap: 24px;
}

.article-standard-page .article-author,
.article-standard-page .article-meta-brand,
.article-standard-page .article-header__meta-up {
    display: flex;
    align-items: center;
    width: 50%;
}

.article-standard-page .article-header__meta-up {
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
    padding: 1% 0 3%;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.8px;
}

.article-standard-page .article-header__meta-up img {
    width: 16%;
    height: 20%;
}

.article-standard-page .article-header__meta-up span {
    padding: 0 0 0 4%;
    font-size: 1.5rem;
}

.article-standard-page .article-meta-brand {
    min-width: 0;
}

.article-standard-page .article-meta-brand__logo {
    width: 16%;
    min-width: 32px;
    max-width: 52px;
    height: auto;
}

.article-standard-page .article-meta-brand__label {
    padding: 0 0 0 4%;
    font-size: 1.5rem;
}

.article-standard-page .article-updated,
.article-standard-page .article-meta-updated {
    font-size: 1.2rem;
    white-space: nowrap;
}

.article-standard-page .lead {
    margin-bottom: 2rem;
    padding: 0.8rem 1rem;
    border-left: 4px solid #e4bb53;
    color: #555;
}

.article-standard-page .section {
    margin: 6% auto;
}

.article-standard-page .section__wr {
    width: 100%;
    overflow: hidden;
}

.article-standard-page .section__title {
    margin: 0 0 6vh;
    padding: 0 0 4vh;
    border-bottom: 3px solid #090909;
    font-size: clamp(1.5rem, 1.25rem + 1vw, 2.25rem);
    font-weight: 600;
    line-height: 1.35;
}

.article-standard-page .section__subtitle {
    margin: 0 auto 4%;
    color: #313131;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.03em;
}

.article-standard-page .article {
    width: 100%;
}

.article-standard-page .article__heading {
    margin: 8% auto 2%;
    color: #000;
    font-size: clamp(1.25rem, 1.1rem + 0.5vw, 1.5rem);
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 3px;
}

.article-standard-page .article-header__intro p,
.article-standard-page .article-section>p,
.article-standard-page .article__text,
.article-standard-page .article__item,
.article-standard-page .article__list-item {
    font-size: clamp(1rem, 0.96rem + 0.15vw, 1.125rem);
    line-height: 1.8;
}

.article-standard-page .article__text {
    margin: 0 auto 4%;
    color: #313131;
    font-weight: 400;
    letter-spacing: 0.03em;
}

.article-standard-page .article__text--hint {
    line-height: 1.6;
}

.article-standard-page .article__list {
    margin: 3% auto;
}

.article-standard-page .article ul {
    margin: 4% auto;
    border-radius: 0.6rem;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.article-standard-page .article-image {
    margin: 4% auto;
}

.article-standard-page .article-image__media:not(.header__image),
.article-standard-page .section__imgs {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.article-standard-page .ct-table-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 4% auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.article-standard-page .ct-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    background-color: #fff;
    font-size: 0.95rem;
}

.article-standard-page .ct-table th,
.article-standard-page .ct-table td {
    border: 1.2px solid #9b9b9b;
    color: #444;
    text-align: center;
}

.article-standard-page .ct-table thead th {
    padding: 0.9rem 1rem;
    border-bottom: 2px solid #e0e0e0;
    background-color: #f5f5f5;
    color: #333;
    font-weight: 700;
}

.article-standard-page .ct-table tbody td {
    padding: 0.8rem 1rem;
    border-bottom: 1px solid #eee;
    vertical-align: top;
    line-height: 1.7;
}

.article-standard-page .ct-table tbody td:first-child {
    width: 18%;
    background-color: #f5f5f5;
    font-weight: 600;
}

.article-standard-page .ct-table tbody tr:nth-child(even) td:not(:first-child) {
    background-color: #fafafa;
}

.article-standard-page .article-pros-cons {
    margin: 4% auto;
    padding: 1.25rem;
    border-radius: 12px;
    background: #fff7df;
}

.article-standard-page .article-pros-cons__item + .article-pros-cons__item {
    margin-top: 0.75rem;
}

.article-standard-page .cta-going {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 5% auto;
    padding: 3% 1%;
}

.article-standard-page .cta-going__heading {
    margin: 4% auto 1%;
    padding: 0 0 1%;
    border-bottom: 4px solid #9f4511;
    color: #393939;
    font-weight: 500;
    letter-spacing: 2px;
}

.article-standard-page .cta-going__product {
    display: flex;
    justify-content: center;
    width: 100%;
}

.article-standard-page .cta-going__link {
    margin: 2%;
    padding: 1% 2%;
    border-radius: 50px;
    color: #ffffff;
    background-color: #9f4511;
    font-weight: 700;
    letter-spacing: 2px;
    text-decoration: none;
}

@media (min-width: 1200px) {
    .article-standard-page .page-layout {
        box-sizing: border-box;
        width: 100%;
        max-width: 1240px;
        margin-inline: auto;
    }

    .article-standard-page .content {
        box-sizing: border-box;
        left: 0;
        width: 880px;
        max-width: 880px;
        margin: 2rem 40px 2rem 300px;
        padding-inline: 50px;
    }
}

@media (min-width: 900px) and (max-width: 1199px) {
    .article-standard-page .page-layout {
        box-sizing: border-box;
        width: 100%;
    }

    .article-standard-page .content {
        box-sizing: border-box;
        left: 0;
        width: calc(100% - 284px);
        max-width: 720px;
        margin: 2rem 24px 2rem 260px;
        padding-inline: 24px;
    }
}

@media (min-width: 577px) {
    .article-standard-page .breadcrumb {
        display: flex;
        margin-top: 16vh;
        margin-bottom: 4vh;
    }

    .article-standard-page .breadcrumb-item {
        margin: 0 2%;
        color: #949494;
        font-size: clamp(0.78rem, 0.72rem + 0.18vw, 0.95rem);
        font-weight: 300;
        letter-spacing: 1px;
    }
}

@media (min-width: 900px) {
    .article-standard-page .breadcrumb {
        width: 50vw;
        margin-left: 8vw;
    }
}

@media (max-width: 899px) {
    .article-standard-page .breadcrumb {
        box-sizing: border-box;
        width: 100%;
        margin-inline: 0;
    }

    .article-standard-page .content {
        box-sizing: border-box;
        left: 0;
        width: 100%;
        margin: 0;
        padding-inline: 28px;
    }
}

@media (max-width: 768px) {
    .article-standard-page .article-header {
        flex-direction: column;
        align-items: stretch;
    }

    .article-standard-page .article-header__intro,
    .article-standard-page .article-header__meta {
        width: 100%;
    }

    .article-standard-page .article-header__meta {
        border-left: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .article-standard-page .article-meta-brand,
    .article-standard-page .article-meta-updated {
        width: 100%;
    }

    .article-standard-page .cta-going__product {
        flex-direction: column;
        align-items: center;
    }

    .article-standard-page .cta-going__link {
        width: min(100%, 320px);
        text-align: center;
    }
}

@media (max-width: 576px) {
    .article-standard-page .article-shell-offset {
        padding-top: 88px;
    }

    .article-standard-page .breadcrumb {
        display: flex;
        box-sizing: border-box;
        width: 100%;
        margin: 0 0 2vh;
    }

    .article-standard-page .breadcrumb-item {
        margin: 0 2%;
        color: #949494;
        font-size: 10px;
        font-weight: 300;
        letter-spacing: 1px;
    }

    .article-standard-page .header {
        width: 100%;
        margin: 0;
    }

    .article-standard-page .header__content {
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
        margin: 3vh 0;
    }

    .article-standard-page .header__image {
        width: 100%;
        height: auto;
    }

    .article-standard-page .header__title {
        width: 100%;
        margin: 1.5rem auto;
        letter-spacing: 0.08em;
    }

    .article-standard-page .section__title {
        margin-bottom: 2rem;
        padding-bottom: 1.25rem;
        letter-spacing: 0.08em;
    }

    .article-standard-page .section__subtitle {
        margin: 0 auto 1.5rem;
        font-size: 0.875rem;
        line-height: 1.5;
    }

    .article-standard-page .article ul {
        margin: 1.5rem auto;
        padding: 1rem;
        border-radius: 12px;
        background: #fff7df;
        font-weight: 500;
        letter-spacing: 0.04em;
    }

    .article-standard-page .cta-going__heading {
        margin: 2rem auto 1rem;
        line-height: 1.5;
        letter-spacing: 0.08em;
    }

    .article-standard-page .cta-going__link {
        margin: 0.75rem auto;
        padding: 0.85rem 1.25rem;
        border-radius: 999px;
    }
}

/* Article visual convergence: stable shared rules migrated from temporary layer. */
.article-standard-page .faq-sec {
    margin: 5% auto;
    color: #333;
}

.article-standard-page .faq-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.article-standard-page .faq-box,
.article-standard-page .faq-item {
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.article-standard-page .faq-box {
    border: 1px solid #933b18;
}

.article-standard-page .faq-item {
    border: 1.5px solid #515151;
}

.article-standard-page .faq-q {
    width: 100%;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    background-color: #fafafa;
    color: #515151;
    font-family: inherit;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    text-align: left;
    cursor: pointer;
    appearance: none;
    list-style: none;
}

.article-standard-page summary.faq-q::-webkit-details-marker {
    display: none;
}

.article-standard-page .faq-q > :not(.faq-arrow) {
    flex: 1 1 auto;
}

.article-standard-page .faq-question__heading,
.article-standard-page .faq-box > .article__heading,
.article-standard-page .faq-item > .article__heading,
.article-standard-page .faq-q .article__heading {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

.article-standard-page .faq-arrow {
    flex: 0 0 auto;
    margin-left: 1rem;
    color: #555;
    font-size: 1.3rem;
    line-height: 1;
    transition: 0.3s;
}

.article-standard-page .faq-a {
    display: none;
    padding: 1.2rem 1.5rem;
    background: #fff;
    color: #333;
    letter-spacing: 1px;
}

.article-standard-page .faq-box.is-active .faq-q {
    background: #fff;
    color: #515151;
}

.article-standard-page .faq-box[open] .faq-q,
.article-standard-page .faq-item[open] .faq-q {
    background: #fff;
    color: #515151;
}

.article-standard-page .faq-box.is-active .faq-arrow,
.article-standard-page .faq-item.is-open .faq-arrow,
.article-standard-page .faq-box[open] .faq-arrow,
.article-standard-page .faq-item[open] .faq-arrow {
    color: #933b18;
    transform: rotateX(180deg);
}

.article-standard-page .faq-box.is-active .faq-a,
.article-standard-page .faq-item.is-open .faq-a,
.article-standard-page .faq-box[open] .faq-a,
.article-standard-page .faq-item[open] .faq-a {
    display: block;
}

.article-standard-page .scale-steps {
    display: flex;
    justify-content: space-between;
    gap: 3%;
}

.article-standard-page .steps-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 50%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.article-standard-page .step-box {
    padding: 1rem 1.5rem;
    border: 1px solid #878787;
    border-radius: 20px 0 20px 0;
    background: #fff;
    transition: 0.3s ease;
}

.article-standard-page .sop-steps {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.article-standard-page .sop-step {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    padding: 2rem 0;
    border-bottom: 1px solid #ddd;
}

.article-standard-page .sop-text {
    width: 50%;
}

.article-standard-page .sop-step-title {
    margin-bottom: 1rem;
    font-weight: 700;
}

.article-standard-page .sop-step-title span {
    font-size: 1.7rem;
    font-weight: 600;
}

.article-standard-page .sop-img {
    width: 50%;
    overflow: hidden;
    border-radius: 10px;
}

.article-standard-page .sop-img img {
    width: 100%;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.article-standard-page .ct-compare__tip,
.article-standard-page .article-note {
    margin-top: 1.5rem;
    padding: 1rem 1.2rem;
    border-radius: 8px;
    background: #fff7df;
    color: #4a4030;
    line-height: 1.7;
}

.article-standard-page .article-video,
.article-standard-page .video-block {
    width: 100%;
    margin: 4% auto;
    overflow: hidden;
}

.article-standard-page .article-video__media,
.article-standard-page video {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.article-standard-page iframe[src*="youtube.com/embed"],
.article-standard-page iframe[src*="youtube-nocookie.com/embed"] {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.article-standard-page .warning,
.article-standard-page .article-warning {
    display: block;
    margin: 1.5rem auto;
    padding: 1rem 1.2rem;
    border-left: 4px solid #9f4511;
    background: #fff7df;
    color: #4a4030;
    line-height: 1.7;
}

@media (min-width: 1200px) {
    .article-standard-page .article-section {
        box-sizing: border-box;
    }
}

@media (min-width: 1200px) and (max-width: 1439px) {
    .article-standard-page .page-layout {
        width: 94vw;
        max-width: none;
        margin-inline: auto;
    }

    .article-standard-page .content {
        box-sizing: border-box;
        left: 0;
        width: 74%;
        max-width: none;
        margin: 2rem 6% 2rem 20%;
        padding-inline: 1vw;
    }

    .article-standard-page .article-section {
        width: 95%;
        margin-inline: auto;
    }
}

@media (min-width: 1440px) and (max-width: 1599px) {
    .article-standard-page .page-layout {
        width: 94vw;
        max-width: none;
        margin-inline: auto;
    }

    .article-standard-page .content {
        box-sizing: border-box;
        left: 0;
        width: 76%;
        max-width: none;
        margin: 2rem 5% 2rem 19%;
        padding-inline: 1.5vw;
    }

    .article-standard-page .article-section {
        width: 94%;
        margin-inline: auto;
    }
}

@media (min-width: 1600px) and (max-width: 1799px) {
    .article-standard-page .page-layout {
        width: 94vw;
        max-width: none;
        margin-inline: auto;
    }

    .article-standard-page .content {
        box-sizing: border-box;
        left: 0;
        width: 78%;
        max-width: none;
        margin: 2rem 4% 2rem 18%;
        padding-inline: 2vw;
    }

    .article-standard-page .article-section {
        width: 93%;
        margin-inline: auto;
    }
}

@media (min-width: 1800px) {
    .article-standard-page .page-layout {
        width: 94vw;
        max-width: none;
        margin-inline: auto;
    }

    .article-standard-page .content {
        box-sizing: border-box;
        left: 0;
        width: 80%;
        max-width: none;
        margin: 2rem 3% 2rem 17%;
        padding-inline: 3vw;
    }

    .article-standard-page .article-section {
        width: 82%;
        margin-inline: auto;
    }
}

@media (max-width: 619px) {
    .article-standard-page .content {
        padding-inline: 18px;
    }

    .article-standard-page .cta-going__product {
        width: 100%;
    }

    .article-standard-page .cta-going__link {
        box-sizing: border-box;
        width: 100%;
        margin-inline: 0;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .article-standard-page .header {
        width: 100%;
        margin: 0;
    }

    .article-standard-page .header__content {
        width: 90%;
        margin: 2vh auto 0;
    }

    .article-standard-page .header__image {
        width: 100%;
        aspect-ratio: 4.2 / 1;
        height: auto;
    }

    .article-standard-page .header__title {
        width: 95%;
        margin: 0 auto;
        letter-spacing: 3px;
    }

    .article-standard-page .section__title {
        margin: 0 0 3vh;
        padding: 0 0 4%;
        border-bottom: 2px solid #000;
        letter-spacing: 1.2px;
    }

    .article-standard-page .section__subtitle {
        margin: 0 0 3vh;
        font-size: 14px;
        line-height: 1.5;
    }

    .article-standard-page .article ul {
        margin: 4% auto;
        padding: 1vh 4vw;
        border-radius: 2px;
        background-color: rgba(237, 181, 11, 0.5);
        font-weight: 500;
        letter-spacing: 0.1vw;
    }

    .article-standard-page .cta-going__heading {
        margin: 4% auto;
        padding: 0 0 1%;
        border-bottom: 4px solid #9f4511;
        line-height: 1.45;
        letter-spacing: 1px;
    }

    .article-standard-page .cta-going__link {
        margin-block: 6%;
        padding: 4% 6%;
        border-radius: 4px;
        background-color: #9f4511;
        color: #ece4de;
        font-weight: 700;
        letter-spacing: 2px;
    }

    .article-standard-page .sop-step,
    .article-standard-page .scale-steps {
        flex-direction: column;
    }

    .article-standard-page .sop-text,
    .article-standard-page .sop-img,
    .article-standard-page .steps-list,
    .article-standard-page .scale-videos {
        width: 100%;
    }
}
