/* Clean professional polish — works with Inter */

:root {
    --radius: 8px;
    --radius-lg: 12px;
    --section-space: clamp(56px, 8vw, 96px);
    --steel: #0f2744;
}

body {
    background: #ffffff;
    background-image: none;
}

h1, h2, h3,
.logo-title,
.slide-title,
.section-title h2,
.section-heading h2,
.hero-inquiry-card__head h3,
.facility-card h4,
.footer-grid h4,
.cat-tile__title,
.why-row__title {
    font-family: var(--heading-font-family, var(--website-font-family));
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: none;
}

.btn-quote-header,
.btn-primary,
.btn-get-quote,
.btn-get-quote--card,
.cat-card .btn-get-quote,
.btn-add-cart,
.btn-outline {
    clip-path: none;
    border-radius: var(--radius);
    letter-spacing: 0;
    text-transform: none;
    font-weight: 600;
}

/* Top bar + header owned by industrial-header.css */

/* Hero */
.hero-banner {
    border-bottom: none;
}
.hero-banner::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: var(--secondary, #e65100);
    z-index: 3;
    pointer-events: none;
}
.hero-banner__grid {
    grid-template-columns: minmax(0, 1.4fr) minmax(300px, 380px);
    min-height: clamp(460px, 68vh, 620px);
}
.hero-banner .slide-overlay {
    background: linear-gradient(
        105deg,
        rgba(10, 28, 52, 0.88) 0%,
        rgba(10, 28, 52, 0.58) 48%,
        rgba(10, 28, 52, 0.28) 100%
    );
}
.hero-banner__copy {
    max-width: 640px;
    padding: clamp(32px, 5vw, 56px) clamp(24px, 4vw, 48px);
}
.hero-brand-mark { display: none; }
.slide-eyebrow {
    color: #ffb74d;
    letter-spacing: 0.12em;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.slide-title {
    font-size: clamp(1.85rem, 4vw, 2.75rem);
    line-height: 1.15;
    margin-bottom: 14px;
    max-width: none;
    text-shadow: none;
    letter-spacing: -0.025em;
}
.slide-subtitle {
    font-size: 1.05rem;
    color: #ffcc80;
    font-weight: 500;
}
.slide-desc {
    font-size: 1rem;
    max-width: 46ch;
    opacity: 0.92;
    line-height: 1.6;
}
.slide-actions { gap: 12px; }
.hero-banner .slider-dots {
    bottom: 22px;
    left: clamp(24px, 4vw, 48px);
}
.slider-dots button,
.slider-dots span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
}
.slider-dots button.active,
.slider-dots span.active {
    width: 26px;
    border-radius: 999px;
    background: var(--secondary, #e65100);
}

/* Hero form — clean light panel */
.hero-banner__form {
    background: #f4f7fb;
    border-left: 1px solid rgba(15, 39, 68, 0.08);
    padding: clamp(20px, 2.5vw, 28px);
}
.hero-banner__form::before { display: none; }
.hero-inquiry-card {
    background: #fff;
    border: 1px solid rgba(15, 39, 68, 0.08);
    border-radius: var(--radius-lg);
    box-shadow: 0 12px 32px rgba(15, 39, 68, 0.08);
    padding: clamp(18px, 2.5vw, 24px);
    color: var(--text, #1a2332);
    backdrop-filter: none;
}
.hero-inquiry-card__head h3 {
    color: var(--primary-dark, #0c2847);
    font-size: 1.35rem;
    letter-spacing: -0.02em;
    text-transform: none;
}
.hero-inquiry-card__head p {
    color: var(--text-light, #5c6778);
    font-size: 14px;
}
.inquiry-form-inner--hero input,
.inquiry-form-inner--hero textarea {
    background: #fff;
    border: 1px solid #d5dde8;
    color: var(--text, #1a2332);
    border-radius: 8px;
}
.inquiry-form-inner--hero input::placeholder,
.inquiry-form-inner--hero textarea::placeholder {
    color: #8a96a8;
}
.inquiry-form-inner--hero input:focus,
.inquiry-form-inner--hero textarea:focus {
    border-color: var(--primary, #163d72);
    box-shadow: 0 0 0 3px rgba(22, 61, 114, 0.12);
    background: #fff;
}
.hero-inquiry-card__meta {
    border-top: 1px solid rgba(15, 39, 68, 0.08);
}
.hero-inquiry-card__meta li { color: var(--text, #1a2332); }
.hero-inquiry-card__meta a { color: var(--primary, #163d72); }
.hero-inquiry-card__meta a:hover { color: var(--secondary, #e65100); }

/* Section headings */
.section-title,
.section-heading {
    text-align: center;
    margin-bottom: clamp(32px, 5vw, 48px);
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}
.section-title--left,
.products-page .section-title {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
}
.section-title h2::after,
.section-heading h2::after {
    display: block;
    content: '';
    width: 48px;
    height: 3px;
    background: var(--secondary, #e65100);
    margin: 14px auto 0;
    border-radius: 2px;
}
.section-title--left h2::after,
.products-page .section-title h2::after {
    margin-left: 0;
    margin-right: 0;
}
.section-kicker {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--secondary, #e65100);
    margin-bottom: 10px;
}
.section-kicker::before { display: none; }
.section-title h2,
.section-heading h2 {
    font-size: clamp(1.6rem, 3.2vw, 2.1rem);
    line-height: 1.2;
    color: var(--primary-dark, #0c2847);
    padding-bottom: 0;
    display: inline-block;
}
.section-title p,
.section-heading p {
    margin: 14px auto 0;
    max-width: 52ch;
    font-size: 1.02rem;
    color: var(--text-light, #5c6778);
}
.section-title--left p,
.products-page .section-title p {
    margin-left: 0;
}

.section-alt {
    background: #f5f7fb;
    position: relative;
}
.section-alt::before { display: none; }

/* About */
.about-grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: clamp(28px, 4vw, 48px);
    align-items: stretch;
}
.about-copy {
    font-size: 1.02rem;
    line-height: 1.7;
}
.about-info {
    border-radius: var(--radius-lg);
    padding: 8px 0;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(15, 39, 68, 0.16);
    background: linear-gradient(155deg, var(--primary, #163d72) 0%, var(--primary-dark, #0c2847) 100%);
}
.about-info table { width: 100%; font-size: 14px; color: #fff; }
.about-info tr:nth-child(odd) td { background: rgba(255, 255, 255, 0.04); }
.about-info td {
    padding: 12px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.about-info td:first-child {
    color: #ffb74d;
    font-size: 12px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-weight: 600;
    width: 45%;
}

/* Category tiles */
.cat-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.cat-tile {
    position: relative;
    display: block;
    min-height: 280px;
    overflow: hidden;
    color: #fff;
    background: var(--steel);
    border-radius: var(--radius-lg);
    box-shadow: 0 8px 24px rgba(15, 39, 68, 0.1);
}
.cat-tile img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.cat-tile__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 28, 52, 0.15) 20%, rgba(10, 28, 52, 0.85) 100%);
    z-index: 1;
}
.cat-tile__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 22px;
}
.cat-tile__title {
    display: block;
    font-size: 1.25rem;
    line-height: 1.25;
    margin-bottom: 6px;
    color: #fff;
    letter-spacing: -0.02em;
}
.cat-tile__meta {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
}
.cat-tile__cta {
    display: inline-flex;
    margin-top: 12px;
    font-size: 13px;
    font-weight: 600;
    color: #ffb74d;
}
.cat-tile:hover { color: #fff; }
.cat-tile:hover img { transform: scale(1.05); }
.cat-tile:hover .cat-tile__cta { color: #fff; }

.cat-card {
    border-radius: var(--radius-lg);
    box-shadow: 0 4px 16px rgba(15, 39, 68, 0.06);
    border: 1px solid rgba(15, 39, 68, 0.08);
}

/* Products */
.product-grid { gap: 20px; }
.product-card {
    border-radius: var(--radius-lg);
    box-shadow: 0 4px 16px rgba(15, 39, 68, 0.06);
    border: 1px solid rgba(15, 39, 68, 0.08);
    background: #fff;
    overflow: hidden;
}
.product-card::before { display: none; }
.product-card img { height: 210px; }
.product-card h3 {
    font-size: 1rem;
    line-height: 1.35;
    letter-spacing: -0.01em;
}
.product-price {
    font-family: var(--website-font-family);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
}

/* Why choose */
.why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    border: none;
}
.why-row,
.why-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    align-items: start;
    text-align: left;
    padding: 24px;
    background: #fff;
    border: 1px solid rgba(15, 39, 68, 0.08);
    border-radius: var(--radius-lg);
    box-shadow: 0 4px 16px rgba(15, 39, 68, 0.04);
}
.why-row:hover,
.why-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(15, 39, 68, 0.1);
    background: #fff;
}
.why-row__index,
.why-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: linear-gradient(135deg, var(--primary, #163d72), var(--primary-dark, #0c2847));
    color: #fff;
    border-radius: var(--radius);
    margin: 0;
    font-family: var(--website-font-family);
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-item h3,
.why-row__title {
    font-size: 1.05rem;
    margin-bottom: 6px;
    color: var(--primary-dark, #0c2847);
    letter-spacing: -0.01em;
}
.why-row p,
.why-item p {
    font-size: 14px;
    color: var(--text-light, #5c6778);
    line-height: 1.55;
}

.facility-card,
.gallery-item,
.blog-card {
    border-radius: var(--radius-lg);
    overflow: hidden;
}
.facility-card h4 {
    background: var(--primary-dark, #0c2847);
    text-align: center;
    padding: 12px 14px;
    font-size: 0.95rem;
    letter-spacing: 0;
    text-transform: none;
}
.gallery-grid { gap: 12px; }
.gallery-item img { height: 200px; }

.industry-grid { gap: 14px; }
.industry-item {
    border-radius: var(--radius-lg);
    box-shadow: 0 4px 14px rgba(15, 39, 68, 0.05);
    border: 1px solid rgba(15, 39, 68, 0.08);
    background: #fff;
    padding: 24px 12px;
}
.industry-item span {
    font-size: 0.9rem;
    letter-spacing: 0;
    text-transform: none;
    font-family: var(--website-font-family);
    font-weight: 600;
}

.testimonial-card {
    border-radius: var(--radius-lg);
    border-left: 4px solid var(--secondary, #e65100);
    border-top: none;
    background: #fff;
    padding: 28px;
    box-shadow: 0 6px 20px rgba(15, 39, 68, 0.06);
}
.testimonial-card::before { display: none; }
.testimonial-card .author {
    font-size: 0.95rem;
    letter-spacing: 0;
    text-transform: none;
    font-family: var(--website-font-family);
}

.inquiry-section--contact {
    background: linear-gradient(180deg, #0c2847 0%, #123a62 100%);
}
.inquiry-contact-panel__text h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    line-height: 1.2;
    letter-spacing: -0.02em;
}
.inquiry-contact-icon {
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.1);
}
.inquiry-section--contact .section-kicker { color: #ffb74d; }

.blog-card {
    box-shadow: 0 4px 16px rgba(15, 39, 68, 0.06);
    border: 1px solid rgba(15, 39, 68, 0.08);
}
.blog-card h3 {
    font-size: 1.05rem;
    letter-spacing: -0.01em;
    text-transform: none;
}

.main-footer {
    background: linear-gradient(180deg, #0f1724 0%, #0a1018 100%);
}
.footer-grid h4 {
    font-size: 0.95rem;
    border-bottom-width: 2px;
    letter-spacing: 0;
    text-transform: none;
}

.category-sidebar {
    border-radius: var(--radius-lg);
    border: 1px solid rgba(15, 39, 68, 0.08);
    box-shadow: 0 4px 16px rgba(15, 39, 68, 0.05);
    background: #fff;
}
.sidebar-title {
    font-family: var(--website-font-family);
    font-size: 0.85rem;
    letter-spacing: 0.04em;
}

.btn-add-cart {
    background: var(--primary, #163d72);
    border-radius: var(--radius);
}

@media (max-width: 1100px) {
    .hero-banner__grid { min-height: auto; }
    .hero-banner__media,
    .hero-banner .hero-slider { min-height: clamp(360px, 58vw, 480px); }
}
@media (max-width: 992px) {
    .cat-grid { grid-template-columns: repeat(2, 1fr); }
    .why-grid { grid-template-columns: 1fr; }
    .about-info { box-shadow: 0 12px 28px rgba(15, 39, 68, 0.14); }
}
@media (max-width: 768px) {
    .cat-grid { grid-template-columns: 1fr; }
    .cat-tile { min-height: 240px; }
    .slide-title { font-size: clamp(1.6rem, 7vw, 2.1rem); }
    .section-title,
    .section-heading { text-align: left; margin-left: 0; margin-right: 0; }
    .section-title h2::after,
    .section-heading h2::after { margin-left: 0; }
}
