/* ==========================================================================
   smdesktop.css — small-desktop range: 1281px – 1559px (between tablet and base).
   Cascade:
     ≥1560px       → wide desktop / base (base.css only — 1560+ monitors)
     1281–1559px   → smdesktop tightens (this file)
     ≤1280px       → tablet.css overrides (single column, hamburger nav)
     ≤480px        → style-mobile.css overrides further (phones)
   ========================================================================== */
/* ==========================================================================
   HEADER + HERO — small desktop: 1281px – 1559px
   Put this in smdesktop.css
   ========================================================================== */

@media screen and (min-width: 1281px) and (max-width: 1559px) {

    :root {
        --header-h: 7.5rem;
    }

   /* ==========================================================================
   HEADER — small desktop
   ========================================================================== */

:root {
    --header-h: 7.45rem;
}

.siteHeader .headerInner.desktop {
    min-height: var(--header-h);
    padding: 0.8rem 2rem 0.75rem;
    grid-template-columns: 15.25rem minmax(0, 1fr);
    grid-template-rows: 1fr 1fr;
    column-gap: 2rem;
    row-gap: 0;
}

.siteHeader .logoArea {
    width: 14.5rem;
}

.siteHeader .pillNav {
    gap: 0.9rem;
}

.siteHeader .pillBtn {
    min-width: 9.25rem;
    height: 2.25rem;
    padding: 0 0.9rem;
    gap: 0.5rem;
    font-size: 0.92rem;
}

.siteHeader .pillIcon {
    width: 1.2rem;
    height: 1.2rem;
}

.siteHeader .mainNav {
    gap: 0.7rem;
}

.siteHeader .navItem {
    font-size: 0.9rem;
}

.siteHeader .logoArea img {
    margin-top: 2vw;}
/* ==========================================================================
   SUBPAGE HERO — small desktop
   ========================================================================== */

.subHero {
    height: 23rem;
}

.subHero .subHeroChar {
    right: 10%;
    height: 72%;
    max-width: 18rem;
}

.subHero .subHeroTitle {
    font-size: 3.55rem;
}

.subHero .subHeroKicker {
    font-size: 0.82rem;
}

.subHero .subHeroDivider {
    width: 2.8rem;
}

#about .subHeroCompany .subHeroChar {
    right: 10%;
    height: 74%;
    max-width: 18rem;
}
/* ==========================================================================
   HERO — small desktop
   ========================================================================== */
/* ==========================================================================
   HERO — front page small desktop
   ========================================================================== */

#top .heroTop {
    height: 35rem;
    min-height: 35rem;
}

#top .heroTop::before {
    background: rgba(0, 186, 201, 0.68);
}

#top .heroContent {
    max-width: 64rem;
    padding-top: 4.4rem;
}

#top .heroTitle {
    gap: 0.45rem;
}

#top .heroTitleLg {
    font-size: 5.2rem;
}

#top .heroTitleSm {
    font-size: 2.45rem;
}

#top .heroCta {
    width: 21rem;
   height: 4rem;
        margin-top: 9rem;
        font-size: 1.05rem;
        margin-left: 37vw;
    border-radius: 1.8rem;
}


    /* ======================================================================
       ABOUT — small desktop
       ====================================================================== */

    .aboutSection {
        padding: 3.8rem 1.5rem 5.1rem;
    }

    .aboutSection .aboutWave {
        display: none;
    }

    .aboutSection .aboutInner {
        max-width: 60rem;
    }

    .aboutSection .aboutKicker {
        font-size: 0.95rem;
        margin-bottom: 0.65rem;
    }

    .aboutSection .aboutLogo {
        width: 15.5rem;
        margin-bottom: 1.5rem;
    }

    .aboutSection .aboutHeading {
        margin-bottom: 1.45rem;
    }

    .aboutSection .aboutWordSm {
        font-size: 2.55rem;
    }

    .aboutSection .aboutWordLg {
        font-size: 3.85rem;
    }

    .aboutSection .aboutDescription {
        max-width: 44rem;
        font-size: 1rem;
        line-height: 1.7;
    }


    /* ======================================================================
       VIDEO — small desktop
       ====================================================================== */

    .videoSection {
        min-height: 40rem;
    }

    .videoSection .videoSectionBg {
        object-position: center top;
        opacity: 0.9;
    }

    .videoSection::after {
        background:
            linear-gradient(
                90deg,
                rgba(0, 0, 0, 0.86) 0%,
                rgba(0, 0, 0, 0.7) 35%,
                rgba(0, 0, 0, 0.38) 62%,
                rgba(0, 0, 0, 0.55) 100%
            );
    }

    .videoSection .videoContent {
        max-width: 31rem;
        margin-left: 6rem;
        padding: 8.7rem 0 6rem;
    }

    .videoSection .videoHeading {
        margin-bottom: 1.4rem;
    }

    .videoSection .videoHeadingLarge {
        font-size: 5.2rem;
    }

    .videoSection .videoHeadingSmall {
        font-size: 2rem;
    }

    .videoSection .videoDescription {
        font-size: 1rem;
        line-height: 2.1;
    }

    .videoSection .videoCta {
        width: 17rem;
        height: 4rem;
        margin-top: 2.6rem;
        padding: 0 1.7rem;
        font-size: 1rem;
        border-radius: 0.6rem;
    }

    .videoSection .videoCtaArrow {
        font-size: 0.95rem;
    }
/* ==========================================================================
   SERVICES/PRODUCTS — small desktop
   ========================================================================== */

.servicesSection {
    min-height: 49rem;
    padding: 11.5rem 1.5rem 2.8rem;
}

.servicesSection::before {
height: 5.2rem;
}

.servicesSection::after {
        top: 54%;
    width: min(73rem, 96vw);
}

.servicesSection .servicesTop {
    max-width: 54rem;
           margin-top: -6vw !important;
}

.servicesSection .servicesKicker {
    font-size: 0.85rem;
}

.servicesSection .servicesHeading {
    font-size: 3rem;
}

.servicesSection .servicesDescription {
    font-size: 0.95rem;
}

.servicesSection .servicesCta {
    width: 24rem;
    height: 3.8rem;
    padding: 0 2rem;
    font-size: 1.05rem;
}

.servicesSection .servicesCtaArrow {
    font-size: 1.3rem;
}

/* ==========================================================================
   CONCEPT — front-page small desktop
   ========================================================================== */

#top .conceptSection {
    min-height: 27.5rem;
    padding: 2.8rem 6.5% 2.6rem 44%;
    background-position: center center;
}

#top .conceptSection .conceptInner {
    grid-template-columns: minmax(0, 23rem) 12rem;
    column-gap: 1.8rem;
    row-gap: 0.6rem;

    width: min(38rem, 100%);
    max-width: 38rem;
}

#top .conceptSection .conceptKicker {
    font-size: 0.9rem;
}

#top .conceptSection .conceptLg {
    font-size: 3.2rem;
}

#top .conceptSection .conceptSm {
    font-size: 2.1rem;
}

#top .conceptSection .conceptDescription {
    line-height: 1.68;
}

#top .conceptSection .conceptEmph {
    font-size: 1.58rem;
}

#top .conceptSection .conceptLite {
    font-size: 0.9rem;
}

#top .conceptSection .conceptCta {
    width: 11.8rem;
    height: 3rem;
    padding: 0 1.3rem;
    font-size: 0.8rem;
}
/* ==========================================================================
   OTHER WORKS — small desktop
   ========================================================================== */

.otherworksSection {
    padding: 4.5rem 1.5rem 7.4rem;
    background-position:
        left top,
        right 1.5rem top 1.2rem;

    background-size: contain;
}

.otherworksSection::before {
    background: transparent;
}

.otherworksSection::after {
    height: 8rem;
}

.otherworksSection .otherworksInner {
    width: min(74rem, 100%);
    max-width: 74rem;
}

.otherworksSection .otherworksHeading {
    font-size: 2.95rem;
}

.otherworksSection .otherworksAccent {
    font-size: inherit;
}

.otherworksSection .otherworksGrid {
    gap: 1.35rem;
    margin-top: 2rem;
}

.otherworksSection .otherworksLabel {
    height: 4rem;
}

.otherworksSection .otherworksLabelTab {
    width: 2.5rem;
}

.otherworksSection .otherworksLabelText {
    font-size: 0.95rem;
}

.otherworksSection .otherworksCardBody {
    min-height: 16.25rem;
    padding: 1rem 0.9rem 0.95rem;
}

.otherworksSection .otherworksCardDesc {
    font-size: 0.82rem;
    line-height: 1.48;
}

.otherworksSection .otherworksCardCta {
    width: 8.5rem;
    height: 1.875rem;
    font-size: 0.68rem;
}

.otherworksSection .otherworksCardImg {
    height: clamp(6.8rem, 9vw, 8.5rem);
}
   /* ==========================================================================
   FOOTER BRANCHES — small desktop
   ========================================================================== */

.siteFooter .footerBranches {
    min-height: 38rem;
}

.siteFooter .footerBranchesInner {
    max-width: 68rem;
    min-height: 38rem;
    padding: 3.5rem 2rem 3.8rem;
}

.siteFooter .footerMainLogo {
    width: 11.8rem;
    margin-bottom: 2.35rem;
}

.siteFooter .branchGrid {
    max-width: 58rem;
    gap: 2.6rem 3rem;
}

.siteFooter .branchLabel {
    min-width: 13.5rem;
    height: 4.25rem;
    padding: 0 1.5rem;
    font-size: 1.45rem;
}

.siteFooter .branchDetails {
    min-height: 9.4rem;
    padding: 1.7rem 1.6rem 1.25rem;
    font-size: 0.95rem;
    line-height: 1.7;
}

/* ==========================================================================
   YOUTUBE - small desktop
   ========================================================================== */

.youtubeSection .youtubeLink {
    min-height: 28rem;
    max-height: 37rem;
}

.youtubeSection .youtubeText {
    padding: 8.1% 0 0 16.5%;
}

.youtubeSection .youtubeKicker {
    font-size: 0.9rem;
}

.youtubeSection .youtubeHeadingLg {
    display: inline-block;
    font-size: 4.8rem;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
}

.youtubeSection .youtubeHeadingSm {
    display: inline-block;
    font-size: 1.9rem;
    white-space: nowrap;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
}

.youtubeSection .youtubeThumbs {
    top: 43.3%;
    height: 33.5%;
}

.youtubeSection .youtubeThumbsTrack img {
    width: 16rem;
}

.youtubeSection .youtubePlayLink {
    left: 20%;
    top: 58.5%;
    width: 25.8%;
    height: 24%;
}

/* ==========================================================================
   FOOTER CONTACT — small desktop
   ========================================================================== */

.siteFooter .footerContact {
    min-height: 27rem;
    padding: 4rem 12rem 3.5rem 12rem;
}

.siteFooter .footerContact::before {
           top: -0.8rem;
        width: 24rem;
        height: 31rem;
}

.siteFooter .footerContactInner {
    max-width: 38rem;
}

.siteFooter .contactKicker {
    font-size: 1.05rem;
    margin-bottom: 1.1rem;
}

.siteFooter .contactHeading {
    font-size: 2.65rem;
    margin-bottom: 1.35rem;
}

.siteFooter .contactPhone {
    gap: 0.85rem;
    margin-bottom: 1.6rem;
    font-size: 4.1rem;
}

.siteFooter .contactPhoneIcon {
    width: 3.1rem;
}

.siteFooter .contactCta {
    width: 34rem;
    height: 5.15rem;
    padding: 0 2.5rem;
    gap: 1.25rem;
    font-size: 1.3rem;
    border-radius: 1.5rem;
}

.siteFooter .contactCtaIcon {
    width: 1.35rem;
}

.siteFooter .contactChar {
    right: 3rem;
    bottom: 0.85rem;
    width: 12rem;
}

/* ==========================================================================
   FOOTER NAV — small desktop
   ========================================================================== */

.siteFooter .footerNav {
    padding: 2.55rem 1.5rem 2.65rem;
}

.siteFooter .footerNavInner {
    max-width: 74rem;
    grid-template-columns: 8rem minmax(0, 1fr);
    column-gap: 3rem;
}

.siteFooter .footerSmallLogo {
    width: 7.25rem;
}

.siteFooter .footerLinks {
    max-width: 58rem;
    grid-template-columns: repeat(6, max-content);
    column-gap: 1.45rem;
    row-gap: 1.5rem;
}

.siteFooter .footerLink {
    padding-right: 1.15rem;
    font-size: 0.88rem;
}

.siteFooter .footerLink::after {
    width: 0.28rem;
    height: 1.55rem;
}
/* ==========================================================================
   FOOTER COPYRIGHT / BACK TO TOP — small desktop
   ========================================================================== */

.siteFooter .footerCopyright {
    min-height: 3.75rem;
    padding: 0.9rem 5rem;
}

.siteFooter .copyrightText {
    font-size: 0.9rem;
}

.backToTopBtn {
    right: 1.75rem;
    bottom: 1.25rem;
    width: 3.55rem;
    height: 3.55rem;
}

   /* ==========================================================================
   COMPANY PAGE — shared section title / small desktop
   ========================================================================== */

#about .secTitle {
    margin-bottom: 3.4rem;
}

#about .secKicker {
    font-size: 0.82rem;
}

#about .secDivider {
    width: 2.75rem;
}

#about .secHeading {
    font-size: 2.35rem;
}


/* ==========================================================================
   COMPANY PAGE — subhero / small desktop
   ========================================================================== */

#about .subHero.subHeroCompany {
    height: 23rem;
}

#about .subHero.subHeroCompany .subHeroChar {
    right: 10%;
    height: 74%;
    max-width: 18rem;
}

#about .subHero.subHeroCompany .subHeroTitle {
    font-size: 3.55rem;
}

#about .subHero.subHeroCompany .subHeroKicker {
    font-size: 0.82rem;
}

#about .subHero.subHeroCompany .subHeroDivider {
    width: 2.8rem;
}


/* ==========================================================================
   COMPANY PAGE — philosophy / small desktop
   ========================================================================== */

#philosophyS {
    padding: 4.2rem 1.5rem 5.1rem;
}

#philosophyS .philosophyCards {
    max-width: 56rem;
    gap: 1.15rem;
}

#philosophyS .philosophyCard {
    min-height: 10.8rem;
    padding: 2.6rem 1.5rem 2.3rem;
    border-radius: 1.1rem;
}

#philosophyS .philosophyCardEn {
    font-size: 0.72rem;
}

#philosophyS .philosophyCardKana {
    font-size: 0.76rem;
}

#philosophyS .philosophyCardTitle {
    font-size: 1.25rem;
}


/* ==========================================================================
   COMPANY PAGE — greeting / small desktop
   ========================================================================== */

#greetingS {
    padding: 4.4rem 1.5rem 5rem;
}

#greetingS .secTitle {
    margin-bottom: 3.2rem;
}

#greetingS .greetingBody {
    max-width: 62rem;
    padding: 2.6rem 2.7rem;
}

#greetingS .greetingByline {
    font-size: 0.88rem;
    margin-bottom: 1.35rem;
}

#greetingS .greetingText {
    font-size: 0.88rem;
    line-height: 2.05;
}

#greetingS .greetingText p {
    margin-bottom: 1.35rem;
}


/* ==========================================================================
   COMPANY PAGE — profile / small desktop
   ========================================================================== */

#profileS {
    padding: 4.4rem 1.5rem 5rem;
}

#profileS .profileWatermark {
    width: 22rem;
    right: 1rem;
    top: 3rem;
}

#profileS .profileList {
    max-width: 62rem;
}

#profileS .profileRow {
    grid-template-columns: 10.5rem minmax(0, 1fr);
    gap: 1.6rem;
    min-height: 4rem;
    padding: 1rem 1.6rem;
}

#profileS .profileLabel {
    font-size: 0.86rem;
}

#profileS .profileValue {
    font-size: 0.86rem;
}

#profileS .profileNote {
    max-width: 66rem;
    padding: 1rem 1.2rem 1rem 2rem;
}

#profileS .profileNote p {
    font-size: 0.8rem;
}


/* ==========================================================================
   COMPANY PAGE — officers / small desktop
   ========================================================================== */

#officersS {
    padding: 4.4rem 1.5rem 5.1rem;
}

#officersS::before {
    height: 5.7rem;
}

#officersS::after {
    height: 6rem;
}

#officersS .officersGrid {
    max-width: 48rem;
    gap: 1.25rem;
}

#officersS .officerCard {
    min-height: 8.8rem;
    padding: 2rem 1.6rem 1.7rem 2.55rem;
}

#officersS .officerAccent {
    left: 1.35rem;
    top: 2rem;
    height: 2.1rem;
}

#officersS .officerRole {
    font-size: 0.72rem;
}

#officersS .officerName {
    font-size: 1.08rem;
}


/* ==========================================================================
   COMPANY PAGE — history / small desktop
   ========================================================================== */

#historyS {
    padding: 9.4rem 1.5rem 5rem;
}

#historyS .historyColumns {
    max-width: 62rem;
    gap: 3rem;
}

#historyS .historyItem {
    grid-template-columns: 4rem minmax(0, 1fr);
    gap: 0.95rem;
    padding-bottom: 1rem;
}

#historyS .historyYear {
    font-size: 0.78rem;
}

#historyS .historyText {
    font-size: 0.78rem;
}


/* ==========================================================================
   COMPANY PAGE — subsidies / small desktop
   ========================================================================== */

#subsidiesS {
    padding: 4.4rem 1.5rem 9.1rem;
}

#subsidiesS .subsidiesTable {
    max-width: 62rem;
}

#subsidiesS .subsidiesHead,
#subsidiesS .subsidiesRow {
    grid-template-columns: 4.5rem minmax(0, 1fr) 10.5rem;
    gap: 1rem;
    padding: 0.78rem 1rem;
}

#subsidiesS .subsidiesHead {
    font-size: 0.68rem;
}

#subsidiesS .subsidiesRow {
    font-size: 0.7rem;
}


/* ==========================================================================
   COMPANY PAGE — group companies / small desktop
   ========================================================================== */

#groupCompaniesS {
    padding: 4.4rem 1.5rem 5rem;
}

#groupCompaniesS::before,
#groupCompaniesS::after {
    height: 4.3rem;
}

#groupCompaniesS .groupCompaniesCards {
    max-width: 48rem;
    gap: 1.25rem;
}

#groupCompaniesS .groupCompanyCard {
    min-height: 8.7rem;
    padding: 1.45rem 1.4rem 1.35rem 1.8rem;
}

#groupCompaniesS .groupCompanyAccent {
    top: 1.45rem;
}

#groupCompaniesS .groupCompanyName {
    font-size: 0.9rem;
}

#groupCompaniesS .groupCompanyYear {
    font-size: 0.7rem;
}

#groupCompaniesS .groupCompanyDesc {
    font-size: 0.74rem;
}


/* ==========================================================================
   COMPANY PAGE — certifications / small desktop
   ========================================================================== */

#certificationsS {
    padding: 9.1rem 1.5rem 4.5rem;
}

#certificationsS .certificationsGrid {
    max-width: 56rem;
    gap: 1.35rem;
}

#certificationsS .certCard {
    min-height: 7.5rem;
    padding: 1rem 0.8rem;
}

#certificationsS .certLogo {
    height: 3.3rem;
}

#certificationsS .certCaption {
    font-size: 0.66rem;
}


/* ==========================================================================
   COMPANY PAGE — download / small desktop
   ========================================================================== */

#downloadS {
    padding: 3.4rem 1.5rem 3.9rem;
}

#profileS::after,
#historyS::before,
#subsidiesS::after,
#certificationsS::before {
    height: 5.2rem;
}

#downloadS .downloadDecor {
    left: calc(50% - 15.5rem);
    width: 8.2rem;
}

#downloadS .downloadBtn {
    width: 17rem;
    height: 2.85rem;
    font-size: 0.76rem;
}
/* ==========================================================================
   NEWS TOP PAGE — sub hero / small desktop
   ========================================================================== */

#newsTop .subHero.subHeroNews {
    height: 23rem;
}

#newsTop .subHero.subHeroNews .subHeroChar {
    right: 10%;
    height: 72%;
    max-width: 18rem;
}

#newsTop .subHero.subHeroNews .subHeroText {
    max-width: 44rem;
}

#newsTop .subHero.subHeroNews .subHeroTitle {
    font-size: 3.45rem;
}

#newsTop .subHero.subHeroNews .subHeroKicker {
    font-size: 0.82rem;
}

#newsTop .subHero.subHeroNews .subHeroDivider {
    width: 2.8rem;
}




/* ==========================================================================
   NEWS TOP PAGE — article list / small desktop
   ========================================================================== */

#newsListS {
    padding: 3.7rem 1.5rem 4.4rem;
}

#newsListS > .secTitle {
    margin-bottom: 3.4rem;
}

#newsListS .secHeading {
    font-size: 2.35rem;
}

#newsListS .newsList {
    max-width: 68rem;
    gap: 0.8rem;
}

#newsListS .newsRow {
    min-height: 4.75rem;
    padding: 1.15rem 1.4rem;
    grid-template-columns: 5.8rem 7.7rem minmax(0, 1fr);
    gap: 1.1rem;
}

#newsListS .newsRowDate {
    font-size: 0.78rem;
}

#newsListS .newsRowCategory {
    width: 7rem;
    height: 1.9rem;
    font-size: 0.68rem;
}

#newsListS .newsRowTitle {
    font-size: 0.92rem;
}


/* ==========================================================================
   NEWS TOP PAGE — shared inquiry CTA / small desktop
   ========================================================================== */

#inquiryCtaS {
    padding: 4rem 1.5rem 5rem;
}

#inquiryCtaS::after {
    height: 5rem;
}

#inquiryCtaS .inquiryCtaHeading {
    font-size: 1.7rem;
}

#inquiryCtaS .inquiryCtaDesc {
    font-size: 0.78rem;
}

#inquiryCtaS .inquiryCtaBtn {
    width: 13.5rem;
    height: 3rem;
}


    /* Single news post — tighter */
    #articleS { margin-top: 2rem; padding: 2.75rem 2rem 3rem; border-radius: 1.5rem; }
    #articleS .articleTitle { font-size: 1.875rem; }
    #articleS .articleBody { font-size: 0.96rem; }
    #shareS { padding: 2.25rem 1.5rem 1.75rem; }
    #shareS .shareInner { padding: 1.75rem 1.5rem; }
    #postNavS { padding: 2rem 1.5rem 0; }
    #postNavS .postNavBtn { border-radius: 1rem; }
    #postNavS .postNavBtnList { min-width: 11rem; font-size: 0.9375rem; }


    /* Withwater — tighter padding + banner */
    #cycleS, #solutionS { padding: 3.5rem 1.5rem 4rem; gap: 2rem; }
    .cycleBanner, .solutionBanner { max-width: 60rem; }
    .cycleBannerTitle, .solutionBannerTitle { font-size: 1.25rem; }
    .cycleCard, .solutionCard { max-width: 60rem; padding: 2.25rem 2rem 2.5rem; }
    .cycleDecor, .solutionDecor { width: 4.5rem; top: 2rem; right: 2rem; }
    .cycleCardTitle, .solutionCardTitle { font-size: 1.5rem; }
    .cycleCardCopy, .solutionCardCopy { font-size: 0.93rem; line-height: 1.95; }
    .solutionFigure { padding: 1.5rem; }


    /* Permtest — tighter paddings + smaller headings */
    #permtestIntroS { padding: 3.25rem 1.5rem 2.5rem; }
    #permtestIntroS .permtestIntroTitle { font-size: 2rem; }
    #permtestIntroS .permtestIntroCopy { max-width: 60rem; font-size: 0.93rem; }
    .pillBannerSection { padding: 3.25rem 1.5rem 3.5rem; }
    .pillBanner { min-width: 19rem; max-width: 34rem; }
    .pillBanner .pillBannerTitle { font-size: 1.25rem; }
    .pillCard { max-width: 60rem; padding: 2rem; border-radius: 1.5rem; }
    .pillCardImageText { gap: 1.5rem; }
    .pillCardImageText .pillCardMedia { flex-basis: 18rem; }
    .pillCardImageText .pillCardHeading { font-size: 1.125rem; }
    .pillCardTextImages .pillCardImg { min-width: 14rem; }
    .pillSubCard { padding: 1.75rem 1.75rem; }
    .pillSubCard .pillSubMedia { flex-basis: 14rem; }
    .pillSubCard .pillSubHeading { font-size: 1.1875rem; }


    /* Method — tighter spacing */
    .pageIntroSection { padding: 3rem 1.5rem 2.5rem; }
    .pageIntroSection .pageIntroTitle { font-size: 1.875rem; }
    .pageIntroSection .pageIntroCopy { max-width: 60rem; font-size: 0.93rem; }
    #stepsS .methodStep { max-width: 60rem; }
    #stepsS .methodStepCard { padding: 1.75rem; gap: 1.5rem; border-radius: 1.5rem; }
    #stepsS .methodStepMedia { flex-basis: 20rem; }
    #stepsS .methodStepNum { width: 3rem; height: 3rem; font-size: 1.5rem; }
    #stepsS .methodStepTitle { font-size: 1.25rem; }
    #stepsS .methodStepList,
    #stepsS .methodStepNote { font-size: 0.86rem; }
    #maintenanceS .maintenanceContent { max-width: 60rem; }
    #maintenanceS .maintenanceBox { min-height: 13rem; padding-left: 4.5rem; border-radius: 1.25rem; }
    #maintenanceS .maintenanceTable { border-radius: 1rem; }
    #inspectionS .inspectionCopy { max-width: 56rem; font-size: 0.9rem; }

    /* FAQ — tighter tabs + cards */
    #faqTabsS { padding: 2rem 1.5rem 1rem; }
    #faqTabsS .faqTab { min-width: 10rem; padding: 0.75rem 1.25rem; font-size: 1rem; }
    #faqListS { padding: 1.25rem 1.5rem 3.5rem; }
    #faqListS .faqCatHeading { font-size: 1.5rem; }
    #faqListS .faqItem { padding: 1.25rem 1.5rem; }
    #faqListS .faqBadge { width: 2.25rem; height: 2.25rem; font-size: 1rem; }
    #faqListS .faqQuestion { font-size: 1.0625rem; }
    #faqListS .faqAnswer { font-size: 0.9375rem; }

    /* SDGs — tighter paddings, smaller cards */
    #sdgsIntroS { padding: 3rem 1.5rem 3.5rem; gap: 2rem; }
    #sdgsIntroS .sdgsIntroPoster { max-width: 40rem; }
    #sdgsIntroS .sdgsIntroCopy { font-size: 0.875rem; }
    #sdgsGoalsS { padding: 3rem 1.5rem 3.5rem; }
    #sdgsGoalsS .sdgsGoalCard { padding: 1.75rem 1.75rem; gap: 1.5rem; }
    #sdgsGoalsS .sdgsGoalMedia { flex-basis: 12.5rem; }
    #sdgsGoalsS .sdgsGoalTitle { font-size: 1.25rem; }
    #sdgsGoalsS .sdgsGoalDesc { font-size: 0.875rem; }

    /* Tech guidelines — tighter paddings, smaller numbers */
    #designFlowS { padding: 3rem 1.5rem 3rem; }
    #designFlowS .designFlowStep { padding: 1.25rem 1.5rem; gap: 1.25rem; }
    #designFlowS .designFlowNum { width: 3.5rem; height: 3.5rem; font-size: 1.5rem; }
    #designFlowS .designFlowTitle { font-size: 1.125rem; }
    #designFlowS .designFlowList { font-size: 0.875rem; }
    #fieldTestS { padding: 3rem 1.5rem 3.5rem; }
    #fieldTestS .fieldTestDesc { font-size: 0.9375rem; }
    #fieldTestS .fieldTestCta { min-width: 26rem; padding: 1.125rem 1.75rem; font-size: 1rem; }
/* ==========================================================================
   BREADCRUMBS — small desktop
   ========================================================================== */

.breadcrumbs .breadcrumbsList {
    min-height: 4.2rem;
    padding: 0 1.5rem 0 clamp(2.5rem, 6vw, 5.5rem);
    font-size: 0.8rem;
}


/* ==========================================================================
   TERMINOLOGY PAGE — small desktop
   ========================================================================== */

#terminologyS {
    padding: 3.6rem 1.5rem 4.8rem;
}

#terminologyS .pillBanner {
    width: min(24rem, 90%);
    min-height: 3.75rem;
    margin-bottom: 2rem;
}

#terminologyS .pillBannerTitle {
    font-size: 1.25rem;
}

#terminologyS .termCard {
    max-width: 62rem;
    margin-bottom: 0.8rem;
    padding: 1.15rem 1.35rem 1.1rem;
}

#terminologyS .termHead {
    margin-bottom: 0.6rem;
}

#terminologyS .termTitle {
    font-size: 0.96rem;
}

#terminologyS .termDesc {
    font-size: 0.8rem;
    line-height: 1.75;
}

#terminologyS .termDesc p {
    margin-bottom: 0.45rem;
}

    /* Privacy — tighter paddings */
    #privacyS { padding: 3rem 1.5rem 3.5rem; }
    #privacyS .privacySubtitle { font-size: 1.25rem; }
    #privacyS .privacyIntro { font-size: 0.875rem; }
    #privacyS .privacyItem { padding: 1.25rem 1.5rem; }
    #privacyS .privacyItemTitle { font-size: 1rem; }
    #privacyS .privacyItemDesc { font-size: 0.875rem; }
    #privacyS .privacyContactTitle { font-size: 1.25rem; }
    #privacyS .privacyContactTel { font-size: 1.375rem; }
/* ==========================================================================
   PRODUCT PAGE — shared title / small desktop
   ========================================================================== */

#services .secTitle {
    margin-bottom: 2.4rem;
}

#services .secKicker {
    font-size: 0.82rem;
}

#services .secDivider {
    width: 2.75rem;
}

#services .secHeading {
    font-size: 1.85rem;
}


/* ==========================================================================
   PRODUCT PAGE — intro / small desktop
   ========================================================================== */

#introS {
    padding: 4rem 1.5rem 3.8rem;
}

#introS .secTitle,
#introS .introLead {
    max-width: 72rem;
}

#introS .secTitle {
    margin-bottom: 2.4rem;
}

#introS .introLead {
    font-size: 0.92rem;
}


/* ==========================================================================
   PRODUCT PAGE — categories / small desktop
   ========================================================================== */

#categoriesS {
    padding: 4rem 1.5rem 5.4rem;
}

#categoriesS .secTitle {
    max-width: 72rem;
    margin-bottom: 2.9rem;
}

#categoriesS .categoriesGrid {
    max-width: 64rem;
    gap: 1.25rem 1.35rem;
}

#categoriesS .catCard {
    min-height: 15rem;
    padding: 1.85rem 1rem 1.35rem;
}

#categoriesS .catCardImg {
    width: 8rem;
    height: 8rem;
    margin-bottom: 1.1rem;
}

#categoriesS .catCardName {
    font-size: 0.8rem;
}

#categoriesS .catCardCount {
    font-size: 0.66rem;
}
/* ==========================================================================
   PRODUCT PAGE — all products / small desktop
   ========================================================================== */

#productsS {
    padding: 4.4rem 1.5rem 0;
}

#productsS > .secTitle {
    max-width: 78rem;
    margin-bottom: 4rem;
}

#productsS .prodCat {
    width: calc(100% + 3rem);
    margin: 0 -1.5rem;
    padding: 4.4rem 1.5rem;
    grid-template-columns: minmax(14rem, 22rem) minmax(0, 30rem);
    gap: 5rem;
}

#productsS .prodCatImgRight {
    grid-template-columns: minmax(0, 30rem) minmax(14rem, 22rem);
}

#productsS .prodCatImg {
    width: 22rem;
    height: 22rem;
}

#productsS .prodCatBody {
    max-width: 30rem;
}

#productsS .prodCatHeading {
    font-size: 1.2rem;
}

#productsS .prodCatDesc {
    font-size: 0.78rem;
}

#productsS .prodRow {
    min-height: 2.25rem;
    padding: 0.48rem 0;
}

#productsS .prodName {
    font-size: 0.76rem;
}

#productsS .prodLink {
    font-size: 0.68rem;
}


/* ==========================================================================
   PRODUCT PAGE — service cards / small desktop
   ========================================================================== */

#productServicesS {
    padding: 4.7rem 1.5rem 8.9rem;
}

#productServicesS::after {
    height: 5.2rem;
}

#productServicesS .secTitle {
    max-width: 78rem;
    margin-bottom: 4.2rem;
}

#productServicesS .pServicesRow {
    max-width: 58rem;
    gap: 1.25rem;
}

#productServicesS .pServiceCard {
    min-height: 14.8rem;
    padding: 2rem 1.6rem;
}

#productServicesS .pServiceCard:nth-child(4) {
    min-height: 9.8rem;
}

#productServicesS .pServiceName {
    font-size: 1.08rem;
}

#productServicesS .pServiceDesc {
    font-size: 0.8rem;
}

/* ==========================================================================
   PRODUCT DETAIL PAGES — small desktop
   ========================================================================== */

.productPage .subHeroProductDetail .subHeroChar {
    right: 10%;
    height: 74%;
    max-width: 18rem;
}

.productOverview {
    max-width: 74rem;
    padding: 4.4rem 1.5rem 4rem;
    grid-template-columns: minmax(0, 30rem) minmax(0, 36rem);
    gap: 3rem;
}

.productOverviewMain {
    min-height: 14.5rem;
}

.productOverviewTitle {
    font-size: 2rem;
}

.productOverviewDesc {
    font-size: 0.88rem;
    line-height: 1.9;
}

.productSpecs {
    max-width: 74rem;
    padding: 1.8rem 1.5rem 3rem;
}

.productSpecsTitle,
.productAccHeading {
    font-size: 1.2rem;
}

.productSpecTable th,
.productSpecTable td,
.productInstallationsTable th,
.productInstallationsTable td {
    padding: 0.78rem 0.75rem;
    font-size: 0.76rem;
}

.productAcc {
    max-width: 74rem;
    padding: 3rem 1.5rem;
}

.productAccBody {
    grid-template-columns: minmax(12rem, 20rem) minmax(0, 1fr);
    gap: 2rem;
}

.productInstallations {
    max-width: 74rem;
    padding: 3.3rem 1.5rem;
}

.productInstallationsTitle {
    font-size: 1.35rem;
}

.productRelated {
    padding: 4rem 1.5rem 3.8rem;
}

.productRelatedTitle {
    font-size: 1.7rem;
}

.productRelatedGrid {
    max-width: 56rem;
    gap: 1.25rem;
}

.productBackWrap {
    padding: 2.6rem 1.5rem 4.4rem;
}
/* ==========================================================================
   FOOTER BRANCHES — small desktop
   ========================================================================== */

.siteFooter .footerBranches {
    min-height: 43rem;
}

.siteFooter .footerBranches::before {
    height: 6rem;
}

.siteFooter .footerBranchesInner {
    max-width: 70rem;
    min-height: 43rem;
    padding: 7rem 2rem 4rem;
}

.siteFooter .footerMainLogo {
    width: 11.8rem;
    margin-bottom: 2.35rem;
}

.siteFooter .branchGrid {
    max-width: 58rem;
    column-gap: 3rem;
    row-gap: 3rem;
}

.siteFooter .branchCard.branchCardObihiro {
    transform: translateY(1.6rem);
}

.siteFooter .branchCard.branchCardKuriyama {
    transform: translateY(1.45rem);
}

.siteFooter .branchLabel {
    min-width: 13rem;
    height: 4rem;
    padding: 0 1.5rem;
    font-size: 1.35rem;
}

.siteFooter .branchDetails {
    min-height: 9.2rem;
    padding: 1.6rem 1.55rem 1.2rem;
    font-size: 0.9rem;
    line-height: 1.7;
}
/* ==========================================================================
   P10P10 PAGE — small desktop custom accessory layout
   ========================================================================== */

#p10p10 .productAcc {
    max-width: 74rem;
    padding: 3.6rem 1.5rem;
}

#p10p10 .productAccHeading {
    font-size: 1.35rem;
}

#p10p10 .productAccLead {
    font-size: 0.86rem;
}

#p10p10 .productAcc[aria-label="ゴミ除去装置"] {
    grid-template-columns: minmax(18rem, 29rem) minmax(0, 1fr);
    column-gap: 2.4rem;
}

#p10p10 .productImageRow {
    gap: 1.2rem;
}

#p10p10 .productImageLabeled img {
    height: 11.5rem;
}

#p10p10 .productAcc[aria-label="ゴミ除去装置"] .productSpecTable th,
#p10p10 .productAcc[aria-label="ゴミ除去装置"] .productSpecTable td {
    padding: 0.8rem 0.75rem;
    font-size: 0.76rem;
}

#p10p10 .productPdfBtn {
    min-width: 10.5rem;
    height: 2.8rem;
    font-size: 0.82rem;
}

#p10p10 .productAcc[aria-label="透水シート"] .productAccBody {
    grid-template-columns: minmax(17rem, 27rem) minmax(0, 1fr);
    gap: 2.4rem;
}

#p10p10 .productSpecTableSheet {
    min-width: 42rem;
}

#p10p10 .productSpecTableSheet th,
#p10p10 .productSpecTableSheet td {
    padding: 0.7rem 0.55rem;
    font-size: 0.72rem;
}/* ==========================================================================
   PERMEATE GUTTER — 浸透皿型側溝 small desktop
   ========================================================================== */

#permeateGutter .permeateDishSection {
    max-width: 74rem;
    padding: 3.6rem 1.5rem 4.1rem;
}

#permeateGutter .permeateDishSection .productAccLead {
    margin-bottom: 2.6rem;
}

#permeateGutter .productSpecTablePlain {
    margin-bottom: 3.7rem;
}

#permeateGutter .productSpecTablePlain th,
#permeateGutter .productSpecTablePlain td {
    padding: 0.82rem 0.75rem;
    font-size: 0.76rem;
}

#permeateGutter .permeateDishMainImage {
    max-width: 52rem;
    margin-bottom: 2.7rem;
}

#permeateGutter .permeateDishMainImage img {
    max-height: 22rem;
}

#permeateGutter .permeateDishVariants {
    grid-template-columns: repeat(2, minmax(0, 21rem));
    gap: 3rem;
}

#permeateGutter .permeateDishVariants .productVariant img {
    height: 11.8rem;
}
/* ==========================================================================
   DRAINAGE PAGE — overview small desktop
   ========================================================================== */

#drainage .productOverview {
    max-width: 74rem;
    padding: 4rem 1.5rem 4.3rem;
    grid-template-columns: minmax(0, 31rem) minmax(0, 31rem);
    gap: 3.2rem;
}

#drainage .productImageRow {
    gap: 1.7rem;
}

#drainage .productImageLabeled img {
    height: 13.5rem;
}

#drainage .productOverviewTitle {
    font-size: 2rem;
}

/* ==========================================================================
   PAVEMENT PAGE — overview small desktop
   ========================================================================== */

#pavement .productOverview {
    max-width: 74rem;
    padding: 4rem 1.5rem 4.3rem;
    grid-template-columns: minmax(0, 31rem) minmax(0, 31rem);
    gap: 3.2rem;
}

#pavement .productOverviewMain img {
    height: 13.2rem;
}

#pavement .productImageRow {
    gap: 1.7rem;
}

#pavement .productImageLabeled img {
    height: 9.8rem;
}

}
@media (max-width: 768px) {
    .productGrid2x2 figure {
        width: 100%; /* 1 column */
    }

    .productGrid2x2 img {
        height: auto;
    }
    /* ==========================================================================
   GLASS PAVER PAGE — overview small desktop
   ========================================================================== */

#glassPaver .productOverview {
    max-width: 74rem;
    padding: 4rem 1.5rem 4.3rem;
    grid-template-columns: minmax(0, 38rem) minmax(0, 30rem);
    gap: 3rem;
}

#glassPaver .productOverviewMedia {
    gap: 2.4rem;
}

#glassPaver .productImageRow {
    gap: 1.1rem;
}

#glassPaver .productImageRow img {
    height: 17.5rem;
}

#glassPaver .productOverviewSub img {
    width: min(33rem, 100%);
}

#glassPaver .productOverviewTitle {
    font-size: 1.85rem;
}
/* ==========================================================================
   PRODUCT OVERVIEW — stacked layout small desktop
   ========================================================================== */

.productOverview.productOverviewStacked {
    max-width: 74rem;
    padding: 4rem 1.5rem 4.3rem;
}

.productOverview.productOverviewStacked .productOverviewBody {
    margin-bottom: 2.3rem;
}

.productGrid2x2,
.productGrid3x1 {
    gap: 1.15rem;
}

.productGrid2x2 figure {
    flex-basis: calc(50% - 0.575rem);
}

.productGrid3x1 figure:nth-child(1),
.productGrid3x1 figure:nth-child(2) {
    flex-basis: calc(36% - 0.77rem);
}

.productGrid3x1 figure:nth-child(3) {
    flex-basis: calc(28% - 0.77rem);
}

.productGrid2x2 img,
.productGrid3x1 img {
    height: 14.5rem;
}
/* ==========================================================================
   LINE RANGE PAGE — layout fixes
   Page: main#lineRange.productPage
   ========================================================================== */

#lineRange .productOverview.productOverviewStacked {
    display: grid;
    grid-template-columns: minmax(0, 38rem) minmax(0, 50rem);
    gap: 4.5rem;
    align-items: center;
    max-width: 92rem;
    padding: 4.8rem 2rem 5.4rem;
}

#lineRange .productOverview.productOverviewStacked .productOverviewBody {
    margin: 0;
}

#lineRange .productOverview.productOverviewStacked .productMediaWide {
    margin: 0;
}

#lineRange .productOverview.productOverviewStacked .productMediaWide img {
    display: block;
    width: 100%;
    height: 18rem;
    object-fit: cover;
    object-position: center center;
    border-radius: 0;
}

/* Feature block */
#lineRange .productAcc[aria-label="ラインレンジの特長"] {
    max-width: 76rem;
    margin: 0 auto;
    padding: 4.2rem 2rem 5rem;
    background: #ffffff;
}

#lineRange .productAcc[aria-label="ラインレンジの特長"] .productAccHeading {
    margin: 0 0 0.85rem;
}

#lineRange .productAcc[aria-label="ラインレンジの特長"] .productAccLead {
    margin: 0 0 1.75rem;
    max-width: 100%;
}

/* Two explanation image/text cards */
#lineRange .productAcc[aria-label="ラインレンジの特長"] .productGrid2x2 {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    margin: 2.2rem 0 2.4rem;
}

#lineRange .productAcc[aria-label="ラインレンジの特長"] .productGrid2x2 figure {
    width: 100%;
    margin: 0;
    padding: 1rem;
    box-sizing: border-box;

    background: #ffffff;
    border: 1px solid #dfe8eb;
    border-radius: 0.65rem;
}

#lineRange .productAcc[aria-label="ラインレンジの特長"] .productGrid2x2 img {
    display: block;
    width: 22rem;
    max-width: 48%;
    height: 12rem;
    object-fit: cover;
    object-position: center center;
    border-radius: 0;
}

/* Pattern examples */
#lineRange .productAcc[aria-label="ラインレンジの特長"] .productVariants {
    display: flex;
    gap: 1.6rem;
    margin: 2.4rem 0 3rem;
}

#lineRange .productAcc[aria-label="ラインレンジの特長"] .productVariant {
    flex: 1 1 0;
    margin: 0;
    text-align: center;
}

#lineRange .productAcc[aria-label="ラインレンジの特長"] .productVariant img {
    width: 100%;
    height: auto;
    display: block;
}

#lineRange .productAcc[aria-label="ラインレンジの特長"] .productVariantTitle {
    margin: 0.75rem 0 0;
    font-weight: 800;
}

/* Accessory body */
#lineRange .productAccBody {
    display: grid;
    grid-template-columns: minmax(0, 24rem) minmax(0, 1fr);
    gap: 2.5rem;
    align-items: center;
}

#lineRange .productAccMedia img {
    width: 100%;
    height: auto;
    display: block;
}
#permInterlockingBlock .permInterlockingOverview {
    max-width: 68rem;
    padding: 4rem 1.5rem 4.3rem;
}

#permInterlockingBlock .permInterlockingMedia {
    gap: 1rem;
}

#permInterlockingBlock .permInterlockingWorks {
    gap: 1rem;
}

#permInterlockingBlock .permInterlockingMedia img {
    height: 13.2rem;
}
}
