
:root {
    --ruiji-blue: #0067c5;
    --ruiji-blue-dark: #004c95;
    --ruiji-navy: #09213f;
    --ruiji-slate: #4f5f73;
    --ruiji-line: #e6edf4;
    --ruiji-soft: #f5f8fb;
    --ruiji-white: #ffffff;
    --ruiji-gold: #b99042;
    --ruiji-shadow: 0 22px 60px rgba(9, 33, 63, .12);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Noto Sans TC", "Inter", "Microsoft JhengHei", Arial, sans-serif;
    color: #182335;
    background: #ffffff;
    line-height: 1.75;
}

a {
    text-decoration: none;
}

.text-primary {
    color: var(--ruiji-blue) !important;
}

.bg-primary {
    background-color: var(--ruiji-blue) !important;
}

.btn {
    border-radius: 0;
    font-weight: 700;
    letter-spacing: .03em;
    padding: 12px 24px;
}

.btn-primary {
    background: var(--ruiji-blue);
    border-color: var(--ruiji-blue);
}

.btn-primary:hover {
    background: var(--ruiji-blue-dark);
    border-color: var(--ruiji-blue-dark);
}

.btn-outline-primary {
    border-color: var(--ruiji-blue);
    color: var(--ruiji-blue);
}

.btn-outline-primary:hover {
    background: var(--ruiji-blue);
    border-color: var(--ruiji-blue);
}

.container {
    max-width: 1180px;
}

.container-fluid {
    width: 100%;
    max-width: none;
}

/* Header */
.topbar,
.navbar-wrapper {
    width: 100%;
}

.topbar {
    background: linear-gradient(90deg, #061326 0%, var(--ruiji-navy) 58%, #0d3766 100%);
    color: rgba(255,255,255,.88);
    font-size: 13px;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.topbar-inner {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.topbar-brand-note {
    color: rgba(255,255,255,.76);
    letter-spacing: .08em;
    white-space: nowrap;
}

.topbar-contact {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.topbar-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,.9);
    line-height: 1;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.08);
}

.topbar-item:hover {
    color: #fff;
    background: rgba(255,255,255,.12);
}

.topbar-item i {
    color: #d8b76b;
    font-size: 12px;
}

.navbar-wrapper {
    background: rgba(255,255,255,.96);
    border-bottom: 1px solid var(--ruiji-line);
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(12px);
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
}

.navbar-brand img {
    width: 92px;
    height: 56px;
    object-fit: contain;
}

.brand-copy strong {
    display: block;
    color: var(--ruiji-navy);
    font-size: 20px;
    letter-spacing: .08em;
    line-height: 1.1;
}

.brand-copy small {
    display: block;
    color: var(--ruiji-slate);
    font-size: 11px;
    letter-spacing: .18em;
    margin-top: 2px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--ruiji-navy);
    font-weight: 700;
    padding: 30px 16px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--ruiji-blue);
}

/* Hero */
.hero {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 42%, rgba(255,255,255,.2) 76%),
        url("../img/img-1920x1080-2.jpg") center/cover no-repeat;
    overflow: hidden;
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 1px;
    background: var(--ruiji-line);
}

.eyebrow {
    color: var(--ruiji-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.hero h1 {
    color: var(--ruiji-navy);
    font-size: clamp(42px, 6vw, 76px);
    line-height: 1.12;
    letter-spacing: .04em;
    margin-bottom: 24px;
    font-weight: 800;
}

.hero .lead {
    color: var(--ruiji-navy);
    font-size: clamp(22px, 3vw, 33px);
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 22px;
}

.hero-text {
    max-width: 690px;
    color: var(--ruiji-slate);
    font-size: 18px;
    margin-bottom: 36px;
}

.hero-card {
    background: #fff;
    box-shadow: var(--ruiji-shadow);
    border-left: 5px solid var(--ruiji-blue);
    padding: 28px;
    max-width: 430px;
    margin-left: auto;
}

.hero-card h3 {
    color: var(--ruiji-navy);
    font-weight: 800;
    margin-bottom: 18px;
}

.hero-card ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.hero-card li {
    padding: 10px 0 10px 24px;
    color: var(--ruiji-slate);
    border-bottom: 1px solid var(--ruiji-line);
    position: relative;
}

.hero-card li:last-child {
    border-bottom: none;
}

.hero-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    width: 8px;
    height: 8px;
    background: var(--ruiji-blue);
}

/* Shared sections */
.section {
    padding: 96px 0;
}

.section-soft {
    background: var(--ruiji-soft);
}

.section-title {
    color: var(--ruiji-navy);
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.22;
    font-weight: 800;
    margin-bottom: 18px;
}

.section-copy {
    color: var(--ruiji-slate);
    font-size: 18px;
}

.stats {
    border-bottom: 1px solid var(--ruiji-line);
    background: #fff;
}

.stat-item {
    padding: 34px 22px;
    border-right: 1px solid var(--ruiji-line);
}

.stat-item:last-child {
    border-right: none;
}

.stat-item strong {
    display: block;
    color: var(--ruiji-navy);
    font-size: 34px;
    line-height: 1.15;
    font-weight: 800;
}

.stat-item span {
    color: var(--ruiji-slate);
    font-weight: 700;
}

.service-card {
    background: #fff;
    border: 1px solid var(--ruiji-line);
    box-shadow: 0 12px 30px rgba(9,33,63,.05);
    height: 100%;
    padding: 34px;
    transition: .22s ease;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--ruiji-shadow);
}

.service-card .num {
    color: var(--ruiji-blue);
    font-weight: 900;
    margin-bottom: 24px;
    display: block;
}

.service-card h3 {
    color: var(--ruiji-navy);
    font-weight: 800;
    margin-bottom: 14px;
}

.service-card p {
    color: var(--ruiji-slate);
    margin-bottom: 0;
}

.image-tile {
    min-height: 420px;
    background: url("../img/img-1000x1000-3.jpg") center/cover no-repeat;
    box-shadow: var(--ruiji-shadow);
}

.page-hero {
    padding: 112px 0;
    background:
        linear-gradient(rgba(9,33,63,.88), rgba(9,33,63,.88)),
        url("../img/img-1920x1080-1.jpg") center/cover no-repeat;
    color: #fff;
}

.page-hero h1 {
    font-size: clamp(42px, 6vw, 72px);
    font-weight: 800;
    line-height: 1.1;
}

.page-hero p {
    color: rgba(255,255,255,.82);
    max-width: 780px;
    font-size: 19px;
}

.process-row {
    border-top: 1px solid var(--ruiji-line);
}

.process-item {
    padding: 34px 0;
    border-bottom: 1px solid var(--ruiji-line);
}

.process-item span {
    color: var(--ruiji-blue);
    font-weight: 900;
}

.process-item h3 {
    color: var(--ruiji-navy);
    font-weight: 800;
}

.spec-table {
    background: #fff;
    box-shadow: var(--ruiji-shadow);
    border: 1px solid var(--ruiji-line);
}

.spec-table .row {
    margin: 0;
    border-bottom: 1px solid var(--ruiji-line);
}

.spec-table .row:last-child {
    border-bottom: none;
}

.spec-label {
    background: var(--ruiji-soft);
    color: var(--ruiji-navy);
    font-weight: 800;
    padding: 20px 24px;
}

.spec-value {
    color: var(--ruiji-slate);
    padding: 20px 24px;
}

.contact-panel {
    background: #fff;
    border: 1px solid var(--ruiji-line);
    box-shadow: var(--ruiji-shadow);
    padding: 44px;
    height: 100%;
}

.contact-line {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 18px;
    padding: 18px 0;
    border-bottom: 1px solid var(--ruiji-line);
}

.contact-line strong {
    color: var(--ruiji-navy);
}

.contact-line a,
.contact-line span {
    color: var(--ruiji-slate);
}

.map-frame {
    width: 100%;
    height: 480px;
    border: 0;
    display: block;
}

.cta {
    background: var(--ruiji-navy);
    color: #fff;
    padding: 76px 0;
}

.cta h2 {
    font-size: clamp(30px, 4vw, 50px);
    font-weight: 800;
}

.cta p {
    color: rgba(255,255,255,.76);
    font-size: 18px;
}

/* Footer */
.footer {
    background: #061326;
    color: rgba(255,255,255,.76);
}

.footer a {
    color: rgba(255,255,255,.86);
}

.footer .credit {
    font-size: 13px;
    color: rgba(255,255,255,.58);
}

.footer .credit a {
    color: rgba(255,255,255,.7);
    text-decoration: underline;
}

@media (max-width: 991.98px) {
    .topbar {
        display: none;
    }

    .navbar-brand img {
        width: 76px;
        height: 48px;
    }

    .brand-copy strong {
        font-size: 17px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }

    .hero {
        min-height: auto;
        padding: 80px 0;
        background:
            linear-gradient(rgba(255,255,255,.96), rgba(255,255,255,.94)),
            url("../img/img-1920x1080-2.jpg") center/cover no-repeat;
    }

    .hero-card {
        margin: 40px 0 0;
        max-width: none;
    }

    .stat-item {
        border-right: none;
        border-bottom: 1px solid var(--ruiji-line);
    }

    .stat-item:last-child {
        border-bottom: none;
    }

    .section {
        padding: 72px 0;
    }

    .contact-line {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}

@media (max-width: 575.98px) {
    .hero h1 {
        font-size: 36px;
    }

    .hero .lead {
        font-size: 21px;
    }

    .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .contact-panel {
        padding: 28px;
    }
}

/* 2026 readability and inquiry updates */
.page-hero .eyebrow,
.cta .eyebrow {
    color: #f3dca3 !important;
}

.page-hero h1,
.page-hero p,
.cta h2,
.cta p {
    color: #ffffff;
}

.cta .btn-primary {
    background: #ffffff;
    border-color: #ffffff;
    color: var(--ruiji-navy);
}

.cta .btn-primary:hover {
    background: var(--ruiji-gold);
    border-color: var(--ruiji-gold);
    color: #ffffff;
}

.bg-primary,
.bg-primary .eyebrow,
.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary p,
.bg-primary a,
.bg-primary span,
.bg-primary strong {
    color: #ffffff !important;
}

.quick-quote-section {
    background: #ffffff;
}

.quick-quote-card h3,
.blog-card h3,
.why-card h3 {
    color: var(--ruiji-navy);
    font-weight: 800;
}

.form-label {
    color: var(--ruiji-navy);
    font-weight: 800;
}

.form-control {
    border-radius: 0;
    border: 1px solid var(--ruiji-line);
    padding: 13px 15px;
    color: var(--ruiji-navy);
}

.form-control:focus {
    border-color: var(--ruiji-blue);
    box-shadow: 0 0 0 .18rem rgba(0, 103, 197, .12);
}

.blog-card,
.why-card {
    height: 100%;
    background: #ffffff;
    border: 1px solid var(--ruiji-line);
    padding: 30px;
    box-shadow: 0 12px 30px rgba(9,33,63,.05);
}

.blog-card .tag,
.why-card .tag {
    color: var(--ruiji-gold);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .12em;
}

.blog-card p,
.why-card p {
    color: var(--ruiji-slate);
}

.footer .row .col-lg-4 p:nth-of-type(1)::before { content: "Email："; font-weight: 700; }
.footer .row .col-lg-4 p:nth-of-type(2)::before { content: "電話："; font-weight: 700; }
.footer .row .col-lg-4 p:nth-of-type(3)::before { content: "地址："; font-weight: 700; }

.quote-result-box {
    background: #f8fafc;
    border: 1px solid rgba(11, 30, 58, .12);
    border-radius: 18px;
    padding: 22px;
}

.quote-result-box textarea {
    background: #ffffff;
    color: var(--ruiji-navy);
    line-height: 1.8;
}

.gap-2 {
    gap: .5rem;
}

/* Brand name notice */
.legacy-name-note {
    margin-top: 18px;
    padding: 18px 20px;
    border-left: 4px solid var(--ruiji-gold);
    background: rgba(184, 137, 74, .10);
    color: var(--ruiji-navy);
    border-radius: 0 14px 14px 0;
}

.legacy-name-note strong {
    color: var(--ruiji-navy);
}

.legacy-name-note p {
    margin: 0;
    color: var(--ruiji-slate);
}

.footer-name-note {
    display: block;
    margin-top: 8px;
    color: rgba(255,255,255,.72);
    font-size: 13px;
}

.quote-email-copy {
    background: #f8fafc;
    border: 1px solid rgba(30, 58, 95, 0.12);
}

.quote-email-copy strong {
    color: #0f2745;
    letter-spacing: 0.01em;
}


/* Service case study layout */
.service-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.summary-card {
    background: #fff;
    border: 1px solid rgba(7, 35, 73, 0.08);
    border-radius: 20px;
    padding: 26px 24px;
    box-shadow: 0 14px 40px rgba(7, 35, 73, 0.06);
    height: 100%;
}
.summary-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: rgba(0, 84, 166, 0.09);
    color: var(--primary);
    font-weight: 800;
    margin-bottom: 16px;
}
.summary-card h3 {
    font-size: 1.15rem;
    margin-bottom: 10px;
}
.summary-card p { margin-bottom: 0; color: var(--text-muted); }
.case-list { display: grid; gap: 34px; }
.case-card {
    background: #fff;
    border: 1px solid rgba(7, 35, 73, 0.09);
    border-radius: 28px;
    padding: 30px;
    box-shadow: 0 18px 50px rgba(7, 35, 73, 0.08);
}
.section-soft .case-card { box-shadow: 0 18px 50px rgba(7, 35, 73, 0.06); }
.case-card-head {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 16px;
}
.case-no {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 82px;
    height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: var(--primary);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: .04em;
}
.case-tag {
    margin: 0 0 4px;
    color: var(--accent);
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.case-card h3 {
    margin: 0;
    font-size: 1.55rem;
}
.case-stage {
    background: #f7f9fc;
    border-radius: 22px;
    padding: 18px;
    height: 100%;
}
.case-stage-after { background: #f6fbf8; }
.case-stage h4 {
    font-size: 1rem;
    font-weight: 900;
    margin-bottom: 14px;
    color: var(--dark);
}
.case-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.case-gallery .case-photo:first-child:nth-last-child(1) { grid-column: 1 / -1; }
.case-photo {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: #e7edf5;
    aspect-ratio: 4 / 3;
}
.case-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}
.case-photo:hover img { transform: scale(1.05); }
.spec-table a { color: var(--primary); font-weight: 700; }
@media (max-width: 991.98px) {
    .service-summary-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575.98px) {
    .service-summary-grid { grid-template-columns: 1fr; }
    .case-card { padding: 22px; border-radius: 22px; }
    .case-card-head { flex-direction: column; gap: 12px; }
    .case-gallery { grid-template-columns: 1fr; }
}


/* Refined service case layout: separate pages + before/after auto carousel */
.service-page-hero {
    position: relative;
    overflow: hidden;
}
.special-hero {
    background:
        linear-gradient(rgba(9,33,63,.9), rgba(9,33,63,.9)),
        url("../img/img-1920x1080-2.jpg") center/cover no-repeat;
}
.hero-link-card {
    margin-top: 28px;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 13px 16px 13px 20px;
    border: 1px solid rgba(255,255,255,.22);
    background: rgba(255,255,255,.10);
    backdrop-filter: blur(12px);
    border-radius: 999px;
    color: rgba(255,255,255,.88);
    box-shadow: 0 18px 50px rgba(0,0,0,.18);
}
.hero-link-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,.45);
}
.case-card-refined {
    overflow: hidden;
}
.before-after-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}
.case-stage-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}
.case-stage-title span {
    font-size: 1rem;
    font-weight: 900;
    color: var(--dark);
}
.case-stage-title small {
    color: var(--text-muted);
    font-weight: 700;
    font-size: .82rem;
}
.case-carousel {
    border-radius: 18px;
    overflow: hidden;
    background: #e7edf5;
    box-shadow: inset 0 0 0 1px rgba(7, 35, 73, .08);
}
.case-carousel .carousel-inner,
.case-carousel .carousel-item,
.case-slide-link {
    height: clamp(260px, 26vw, 390px);
}
.case-slide-link {
    display: block;
    width: 100%;
    background: #e7edf5;
}
.case-slide-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.case-carousel .carousel-control-prev,
.case-carousel .carousel-control-next {
    width: 12%;
    opacity: .75;
}
.case-carousel .carousel-control-prev-icon,
.case-carousel .carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
    filter: drop-shadow(0 4px 10px rgba(0,0,0,.45));
}
.case-carousel .carousel-indicators {
    margin-bottom: 9px;
}
.case-carousel .carousel-indicators button {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    border: 0;
    margin: 0 4px;
}
.service-switch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    background: #fff;
    border: 1px solid rgba(7, 35, 73, 0.09);
    border-radius: 24px;
    padding: 24px 26px;
    box-shadow: 0 18px 50px rgba(7, 35, 73, 0.07);
}
.service-switch strong {
    color: var(--dark);
    font-size: 1.15rem;
    display: block;
    margin-bottom: 4px;
}
.service-switch p {
    color: var(--text-muted);
    margin: 0;
}
@media (max-width: 991.98px) {
    .before-after-grid { grid-template-columns: 1fr; }
    .hero-link-card { border-radius: 24px; align-items: flex-start; flex-direction: column; gap: 8px; }
    .service-switch { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 575.98px) {
    .case-carousel .carousel-inner,
    .case-carousel .carousel-item,
    .case-slide-link { height: 240px; }
    .case-stage-title { flex-direction: column; align-items: flex-start; gap: 4px; }
}


/* Polish update: homepage storytelling + cleaner case headings */
.section-light { background: #f8fbff; }
.value-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.value-card { background: #fff; border: 1px solid rgba(7,35,73,.09); border-radius: 24px; padding: 28px; box-shadow: 0 18px 48px rgba(7,35,73,.06); }
.value-card span { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 999px; background: rgba(25,95,179,.12); color: var(--primary); font-weight: 900; margin-bottom: 16px; }
.value-card h3 { font-size: 1.18rem; margin-bottom: 10px; }
.value-card p { margin-bottom: 0; color: var(--text-muted); }
.machine-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.photo-tile { display: block; overflow: hidden; border-radius: 24px; background: #e7edf5; min-height: 220px; box-shadow: 0 18px 48px rgba(7,35,73,.08); }
.photo-tile-large { grid-row: span 2; min-height: 100%; }
.photo-tile img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.photo-tile:hover img { transform: scale(1.03); }
.machine-points { display: grid; gap: 14px; margin-top: 24px; }
.machine-point { background: #f7f9fc; border-radius: 18px; padding: 18px 20px; }
.machine-point strong { display: block; color: var(--dark); margin-bottom: 6px; }
.machine-point span { color: var(--text-muted); }
.machine-quote { margin-top: 24px; padding: 18px 22px; border-left: 4px solid var(--accent); background: #fff7ec; border-radius: 0 18px 18px 0; color: var(--dark); font-weight: 700; }
.partner-section { padding-top: 0; }
.partner-strip { background: linear-gradient(120deg, #0c2447 0%, #12376a 100%); border-radius: 28px; color: #fff; padding: 34px 38px; box-shadow: 0 18px 48px rgba(7,35,73,.12); }
.partner-strip .eyebrow, .partner-strip .section-title { color: #fff; }
.case-card-head { display: block; }
.case-no { margin-bottom: 12px; }
.case-card h3 { margin: 0; font-size: 1.55rem; line-height: 1.25; }
.case-tag { margin: 0 0 8px; }
@media (max-width: 991.98px) { .value-grid { grid-template-columns: 1fr; } .machine-gallery { grid-template-columns: 1fr; } .photo-tile-large { grid-row: span 1; min-height: 320px; } }
@media (max-width: 575.98px) { .value-card { padding: 22px; } .partner-strip { padding: 26px 22px; } }


/* Update: cleaner homepage and processing case cards */
.hero h1 {
    max-width: 940px;
    letter-spacing: .01em;
    font-size: clamp(36px, 5vw, 64px);
}
.case-no { display: none !important; }
.case-card { padding-top: 24px; }
.case-card-head { margin-bottom: 12px; }
.case-card h3 { margin-top: 0; }
.about-machine-photo {
    display: block;
    overflow: hidden;
    border-radius: 28px;
    background: #e7edf5;
    min-height: 420px;
    box-shadow: 0 18px 48px rgba(7,35,73,.10);
}
.about-machine-photo img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    display: block;
}
@media (min-width: 1400px) {
    .hero { min-height: 700px; }
}
@media (max-width: 575.98px) {
    .hero h1 { font-size: 34px; }
    .about-machine-photo, .about-machine-photo img { min-height: 300px; }
}


/* Update: marketing headline, clickable service hint, compact brand note, non-clickable images */
.hero h1 { max-width: 980px; font-size: clamp(36px, 5vw, 68px); letter-spacing: .01em; }
.card-click-hint { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; font-weight: 800; color: var(--primary); }
.service-card:hover .card-click-hint { transform: translateX(4px); transition: transform .2s ease; }
.section-compact { padding: 46px 0; }
.no-download img, img[oncontextmenu] { -webkit-user-drag: none; user-select: none; }
.case-slide-link.no-download { cursor: default; }
.case-slide-link.no-download img { pointer-events: none; }
.about-machine-photo.no-download { cursor: default; }
.partner-strip .section-title { font-size: clamp(24px, 3vw, 38px); }
@media (min-width: 1400px) { .hero { min-height: 690px; } }
@media (max-width: 575.98px) { .hero h1 { font-size: 34px; } }
