/*
Theme Name: Galaxy Paints Pro
Theme URI: https://galaxy-paints.com/
Author: OpenAI ChatGPT
Author URI: https://openai.com/
Description: A premium responsive WordPress theme for Galaxy Paint Industry: automotive car paints, enamel paints, ancillaries, contacts, feedback and resin chemicals. Includes admin product registration and contact office management.
Version: 1.0.0
License: GPLv2 or later
Text Domain: galaxy-paints-pro
Tags: custom-logo, custom-menu, featured-images, responsive-layout, business, manufacturing, products
*/

:root {
    --gp-blue: #0715f2;
    --gp-blue-dark: #07105c;
    --gp-blue-soft: #eef4ff;
    --gp-yellow: #ffdf00;
    --gp-orange: #ff6b00;
    --gp-red: #c70000;
    --gp-purple: #4a36a2;
    --gp-black: #111827;
    --gp-muted: #64748b;
    --gp-line: #e2e8f0;
    --gp-light: #f8fafc;
    --gp-white: #ffffff;
    --gp-shadow: 0 18px 50px rgba(7, 21, 242, .13);
    --gp-radius: 24px;
    --gp-radius-small: 14px;
    --gp-container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--gp-black);
    background: #fff;
    line-height: 1.62;
    overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 16px; }
ul { margin-top: 0; }
::selection { background: var(--gp-yellow); color: #000; }

.gp-container {
    width: min(var(--gp-container), calc(100% - 36px));
    margin: 0 auto;
}

.top-strip {
    background: linear-gradient(90deg, var(--gp-blue-dark), var(--gp-blue));
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 30;
}
.top-strip .gp-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 8px 0;
}
.top-strip a { color: #fff; font-weight: 700; }
.top-strip span { display: inline-flex; align-items: center; gap: 8px; }
.top-strip-left, .top-strip-right { display: flex; gap: 18px; flex-wrap: wrap; }

.site-header {
    position: sticky;
    top: 0;
    background: rgba(255,255,255,.95);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(226,232,240,.9);
    z-index: 50;
}
.header-inner {
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.site-logo {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 260px;
}
.site-logo img, .custom-logo-link img {
    width: 132px;
    max-height: 78px;
    object-fit: contain;
}
.site-logo strong {
    display: block;
    color: var(--gp-blue-dark);
    font-size: 20px;
    line-height: 1.1;
}
.site-logo small {
    color: var(--gp-muted);
    display: block;
    font-size: 12px;
    line-height: 1.3;
}
.primary-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 4px;
}
.primary-nav li { position: relative; }
.primary-nav a {
    display: block;
    padding: 12px 15px;
    border-radius: 999px;
    color: #172554;
    font-weight: 800;
    font-size: 15px;
}
.primary-nav a:hover,
.primary-nav .current-menu-item > a,
.primary-nav .current_page_item > a {
    background: var(--gp-blue);
    color: #fff;
}
.header-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}
.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--gp-line);
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
}
.menu-toggle span {
    display: block;
    height: 2px;
    width: 20px;
    background: var(--gp-blue-dark);
    margin: 5px auto;
}

.btn,
.wp-block-button__link {
    border: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 12px 20px;
    border-radius: 999px;
    font-weight: 900;
    letter-spacing: .01em;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
    background: linear-gradient(135deg, var(--gp-blue), #243cff);
    color: #fff;
    box-shadow: 0 14px 26px rgba(7, 21, 242, .25);
}
.btn-secondary {
    background: var(--gp-yellow);
    color: #111;
    box-shadow: 0 14px 26px rgba(255, 223, 0, .22);
}
.btn-outline {
    border: 2px solid rgba(7, 21, 242, .16);
    color: var(--gp-blue-dark);
    background: #fff;
}
.text-link {
    color: var(--gp-blue);
    font-weight: 900;
    display: inline-flex;
    align-items: center;
}
.text-link:after { content: '→'; margin-left: 6px; }

.hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 80% 25%, rgba(255,223,0,.35) 0, transparent 28%),
        radial-gradient(circle at 18% 80%, rgba(255,107,0,.22) 0, transparent 26%),
        linear-gradient(135deg, #eef7ff 0%, #ffffff 42%, #f8fbff 100%);
}
.hero:before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(7,21,242,.08) 0 10%, transparent 10% 18%, rgba(7,21,242,.06) 18% 28%, transparent 28%),
        repeating-linear-gradient(135deg, transparent 0 30px, rgba(7,21,242,.025) 30px 31px);
    pointer-events: none;
}
.hero-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 60px;
    align-items: center;
    min-height: 650px;
    padding: 68px 0 80px;
}
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    color: var(--gp-blue-dark);
    background: #fff;
    border: 1px solid var(--gp-line);
    border-radius: 999px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, .06);
    font-weight: 900;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.eyebrow:before {
    content: '';
    width: 10px;
    height: 10px;
    background: var(--gp-orange);
    border-radius: 50%;
    box-shadow: 14px 0 0 var(--gp-yellow), 28px 0 0 var(--gp-blue);
}
.hero h1 {
    font-size: clamp(40px, 6vw, 72px);
    line-height: 1.02;
    margin: 22px 0 20px;
    color: var(--gp-blue-dark);
    letter-spacing: -.04em;
}
.hero h1 span {
    display: inline-block;
    background: linear-gradient(90deg, var(--gp-orange), var(--gp-blue));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.hero-lead {
    font-size: clamp(17px, 2vw, 21px);
    color: #334155;
    max-width: 680px;
}
.hero-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 30px;
}
.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 34px;
    max-width: 620px;
}
.stat-card {
    background: rgba(255,255,255,.82);
    border: 1px solid var(--gp-line);
    border-radius: 18px;
    padding: 16px;
    box-shadow: 0 12px 30px rgba(15,23,42,.07);
}
.stat-card strong {
    display: block;
    color: var(--gp-blue);
    font-size: 25px;
    line-height: 1;
}
.stat-card span { color: var(--gp-muted); font-size: 13px; font-weight: 700; }
.hero-visual {
    position: relative;
    min-height: 500px;
}
.paint-splash {
    position: absolute;
    inset: 44px 0 0 20px;
    border-radius: 45% 55% 52% 48%;
    background:
        radial-gradient(circle at 35% 30%, rgba(255,255,255,.95), transparent 18%),
        radial-gradient(circle at 68% 34%, rgba(255,223,0,.92), transparent 12%),
        radial-gradient(circle at 56% 72%, rgba(255,107,0,.95), transparent 19%),
        linear-gradient(135deg, var(--gp-blue), #4f46e5 55%, var(--gp-orange));
    box-shadow: 0 35px 90px rgba(7,21,242,.26);
    transform: rotate(-5deg);
}
.paint-splash:before,
.paint-splash:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: var(--gp-yellow);
}
.paint-splash:before { width: 74px; height: 74px; top: -32px; right: 68px; }
.paint-splash:after { width: 46px; height: 46px; bottom: 28px; left: -18px; background: var(--gp-orange); }
.hero-card {
    position: absolute;
    background: #fff;
    border-radius: var(--gp-radius);
    padding: 22px;
    box-shadow: var(--gp-shadow);
    border: 1px solid rgba(255,255,255,.7);
}
.hero-card-one { top: 6px; left: 0; width: 270px; }
.hero-card-two { right: 0; bottom: 46px; width: 285px; }
.hero-logo-card {
    left: 50%; top: 50%; transform: translate(-50%, -50%);
    width: 240px;
    text-align: center;
}
.hero-logo-card img { margin: 0 auto 10px; width: 190px; }
.hero-card h3 { margin: 4px 0 8px; color: var(--gp-blue-dark); font-size: 20px; }
.hero-card p { color: var(--gp-muted); font-size: 14px; margin-bottom: 0; }
.color-dots { display: flex; gap: 7px; margin-bottom: 12px; }
.color-dots i { width: 18px; height: 18px; border-radius: 50%; display: block; }
.color-dots i:nth-child(1){background:#ef4444}.color-dots i:nth-child(2){background:#f97316}.color-dots i:nth-child(3){background:#eab308}.color-dots i:nth-child(4){background:#2563eb}.color-dots i:nth-child(5){background:#111827}

.section { padding: 86px 0; }
.section-soft { background: var(--gp-light); }
.section-blue {
    background: linear-gradient(135deg, var(--gp-blue-dark), var(--gp-blue));
    color: #fff;
}
.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 36px;
}
.section-heading.center { display: block; text-align: center; max-width: 760px; margin-left: auto; margin-right: auto; }
.section-kicker {
    display: inline-block;
    color: var(--gp-orange);
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .1em;
    font-size: 13px;
    margin-bottom: 8px;
}
.section-blue .section-kicker { color: var(--gp-yellow); }
.section-heading h2, .page-title {
    margin: 0;
    color: var(--gp-blue-dark);
    font-size: clamp(30px, 4.2vw, 48px);
    line-height: 1.1;
    letter-spacing: -.03em;
}
.section-blue .section-heading h2, .section-blue .page-title { color: #fff; }
.section-heading p { color: var(--gp-muted); max-width: 630px; margin: 10px 0 0; }
.section-blue .section-heading p { color: rgba(255,255,255,.78); }

.category-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.category-card {
    position: relative;
    overflow: hidden;
    min-height: 170px;
    background: #fff;
    border: 1px solid var(--gp-line);
    border-radius: var(--gp-radius);
    padding: 24px;
    box-shadow: 0 12px 30px rgba(15,23,42,.06);
}
.category-card:after {
    content: '';
    position: absolute;
    right: -40px;
    bottom: -50px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gp-yellow), var(--gp-orange));
    opacity: .85;
}
.category-card h3 { margin: 0 0 8px; color: var(--gp-blue-dark); font-size: 22px; }
.category-card p { color: var(--gp-muted); font-size: 14px; position: relative; z-index: 2; }
.category-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg, var(--gp-blue), var(--gp-purple));
    margin-bottom: 18px;
    font-weight: 900;
    font-size: 24px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.product-card {
    display: grid;
    grid-template-columns: 180px 1fr;
    background: #fff;
    border: 1px solid var(--gp-line);
    border-radius: var(--gp-radius);
    overflow: hidden;
    box-shadow: 0 14px 36px rgba(15,23,42,.07);
    transition: transform .2s ease, box-shadow .2s ease;
}
.product-grid .product-card { grid-template-columns: 1fr; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--gp-shadow); }
.product-media {
    min-height: 210px;
    background: linear-gradient(135deg, #f8fafc, #e0f2fe);
    display: grid;
    place-items: center;
    border-bottom: 1px solid var(--gp-line);
}
.product-card:not(.product-card-large) .product-media { min-height: 190px; }
.product-media img { width: 100%; height: 100%; object-fit: cover; }
.paint-can-placeholder {
    width: 122px;
    height: 142px;
    border-radius: 20px 20px 28px 28px;
    background: linear-gradient(180deg, #f8fafc 0 10%, var(--gp-blue) 10% 34%, #fff 34% 44%, var(--gp-yellow) 44% 64%, var(--gp-orange) 64% 100%);
    border: 6px solid rgba(15,23,42,.12);
    box-shadow: inset 0 0 30px rgba(255,255,255,.45), 0 18px 32px rgba(15,23,42,.18);
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 34px;
    font-weight: 900;
    text-shadow: 0 2px 4px rgba(0,0,0,.28);
}
.product-body { padding: 22px; }
.pill {
    display: inline-flex;
    padding: 5px 10px;
    border-radius: 999px;
    background: var(--gp-blue-soft);
    color: var(--gp-blue);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.product-body h3 { margin: 12px 0 8px; color: var(--gp-blue-dark); font-size: 22px; line-height: 1.2; }
.product-badge-text { color: var(--gp-muted); font-size: 14px; }
.feature-list { padding: 0; list-style: none; margin: 14px 0; }
.feature-list li {
    position: relative;
    padding-left: 22px;
    margin: 7px 0;
    font-weight: 700;
    font-size: 14px;
}
.feature-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: .58em;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gp-orange), var(--gp-blue));
}
.pack-size { font-size: 13px; color: var(--gp-muted); }

.quality-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 44px;
    align-items: center;
}
.quality-panel {
    background: #fff;
    border-radius: var(--gp-radius);
    padding: 34px;
    box-shadow: var(--gp-shadow);
    border: 1px solid var(--gp-line);
}
.quality-list {
    display: grid;
    gap: 16px;
}
.quality-item {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 14px;
    padding: 16px;
    background: #fff;
    border: 1px solid var(--gp-line);
    border-radius: 20px;
}
.quality-item i {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--gp-yellow), var(--gp-orange));
    color: #111;
    font-weight: 900;
    font-style: normal;
}
.quality-item h3 { margin: 0 0 4px; color: var(--gp-blue-dark); }
.quality-item p { margin: 0; color: var(--gp-muted); font-size: 14px; }

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.process-step {
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 22px;
    padding: 24px;
}
.process-step strong {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    background: var(--gp-yellow);
    color: #111;
    border-radius: 50%;
    margin-bottom: 16px;
}
.process-step h3 { margin: 0 0 8px; color: #fff; }
.process-step p { margin: 0; color: rgba(255,255,255,.78); font-size: 14px; }

.cta-band {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background: linear-gradient(135deg, var(--gp-blue-dark), var(--gp-blue) 48%, var(--gp-orange));
    color: #fff;
    padding: 44px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: center;
}
.cta-band:after {
    content: '';
    position: absolute;
    right: -80px;
    top: -80px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: rgba(255,255,255,.16);
}
.cta-band h2 { margin: 0 0 8px; font-size: clamp(28px, 4vw, 42px); line-height: 1.1; }
.cta-band p { margin: 0; color: rgba(255,255,255,.82); }
.cta-band .btn-secondary { position: relative; z-index: 2; }

.page-hero {
    background: linear-gradient(135deg, #eef4ff, #fff);
    padding: 68px 0;
    border-bottom: 1px solid var(--gp-line);
}
.breadcrumbs { font-size: 13px; color: var(--gp-muted); margin-bottom: 12px; font-weight: 700; }
.breadcrumbs a { color: var(--gp-blue); }
.content-area { padding: 62px 0; }
.entry-content {
    font-size: 17px;
    color: #334155;
}
.entry-content h2, .entry-content h3 { color: var(--gp-blue-dark); }

.archive-toolbar {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}
.archive-toolbar a {
    padding: 9px 14px;
    background: #fff;
    border: 1px solid var(--gp-line);
    border-radius: 999px;
    font-weight: 900;
    color: var(--gp-blue-dark);
}
.archive-toolbar a:hover { background: var(--gp-blue); color: #fff; }

.single-product-layout {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 44px;
    align-items: start;
}
.single-product-media {
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid var(--gp-line);
    box-shadow: var(--gp-shadow);
    background: #f8fafc;
    min-height: 420px;
    display: grid;
    place-items: center;
}
.single-product-media img { width: 100%; height: 100%; object-fit: cover; }
.product-specs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin: 26px 0;
}
.spec-box {
    background: #fff;
    border: 1px solid var(--gp-line);
    border-radius: 18px;
    padding: 16px;
}
.spec-box span { display: block; color: var(--gp-muted); font-size: 13px; font-weight: 800; }
.spec-box strong { color: var(--gp-blue-dark); }

.contact-layout {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 30px;
    align-items: start;
}
.office-grid {
    display: grid;
    gap: 18px;
}
.office-card {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 16px;
    background: #fff;
    border: 1px solid var(--gp-line);
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 12px 30px rgba(15,23,42,.06);
}
.office-main { border-color: rgba(7,21,242,.35); box-shadow: var(--gp-shadow); }
.office-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(135deg, var(--gp-blue), var(--gp-purple));
    font-weight: 900;
}
.office-card h3 { margin: 0 0 8px; color: var(--gp-blue-dark); }
.office-card p { margin: 0 0 8px; color: #334155; }
.office-city { color: var(--gp-orange) !important; text-transform: uppercase; font-weight: 900; font-size: 13px; letter-spacing: .06em; }

.inquiry-panel {
    background: #fff;
    border: 1px solid var(--gp-line);
    border-radius: var(--gp-radius);
    padding: 28px;
    box-shadow: var(--gp-shadow);
    position: sticky;
    top: 128px;
}
.inquiry-panel h2 { margin: 0 0 18px; color: var(--gp-blue-dark); }
.galaxy-form label {
    display: grid;
    gap: 6px;
    color: #1e293b;
    font-weight: 900;
    margin-bottom: 14px;
}
.galaxy-form input,
.galaxy-form textarea,
.galaxy-form select {
    width: 100%;
    border: 1px solid var(--gp-line);
    border-radius: 14px;
    padding: 13px 14px;
    font: inherit;
    outline: none;
    background: #fff;
}
.galaxy-form input:focus,
.galaxy-form textarea:focus {
    border-color: var(--gp-blue);
    box-shadow: 0 0 0 4px rgba(7,21,242,.08);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.notice-success, .notice-error {
    padding: 12px 14px;
    border-radius: 14px;
    margin-bottom: 16px;
    font-weight: 900;
}
.notice-success { background: #dcfce7; color: #166534; }
.notice-error { background: #fee2e2; color: #991b1b; }

.site-footer {
    background: #070b3d;
    color: #fff;
    padding-top: 64px;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr .7fr .9fr .9fr;
    gap: 34px;
    padding-bottom: 42px;
}
.footer-logo { display: flex; gap: 14px; align-items: center; margin-bottom: 14px; }
.footer-logo img { width: 112px; }
.footer-logo strong { display: block; font-size: 20px; }
.site-footer h3 { color: var(--gp-yellow); margin: 0 0 14px; }
.site-footer p, .site-footer li { color: rgba(255,255,255,.75); font-size: 14px; }
.site-footer ul { padding: 0; margin: 0; list-style: none; display: grid; gap: 9px; }
.site-footer a { color: rgba(255,255,255,.86); }
.site-footer a:hover { color: var(--gp-yellow); }
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.1);
    padding: 18px 0;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    color: rgba(255,255,255,.68);
    font-size: 13px;
}

.wp-caption, .gallery-caption { max-width: 100%; }
.alignleft { float: left; margin: 0 20px 20px 0; }
.alignright { float: right; margin: 0 0 20px 20px; }
.aligncenter { margin-left: auto; margin-right: auto; }
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

@media (max-width: 1080px) {
    .hero-inner, .quality-grid, .single-product-layout, .contact-layout { grid-template-columns: 1fr; }
    .hero-inner { gap: 20px; }
    .hero-visual { min-height: 440px; }
    .product-grid, .category-strip { grid-template-columns: repeat(2, 1fr); }
    .process-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
    .header-inner { min-height: 78px; }
    .menu-toggle { display: block; }
    .primary-nav {
        position: absolute;
        left: 18px;
        right: 18px;
        top: calc(100% + 10px);
        background: #fff;
        border: 1px solid var(--gp-line);
        border-radius: 18px;
        box-shadow: var(--gp-shadow);
        padding: 10px;
        display: none;
    }
    body.nav-open .primary-nav { display: block; }
    .primary-nav ul { display: grid; gap: 4px; }
    .primary-nav a { border-radius: 12px; }
    .header-actions .btn { display: none; }
    .top-strip .gp-container { display: grid; }
}
@media (max-width: 700px) {
    .gp-container { width: min(100% - 26px, var(--gp-container)); }
    .hero-inner { min-height: auto; padding: 48px 0; }
    .hero h1 { font-size: 42px; }
    .hero-stats, .product-grid, .category-strip, .process-grid, .product-specs, .form-row { grid-template-columns: 1fr; }
    .hero-visual { min-height: 360px; }
    .hero-card-one { width: 230px; }
    .hero-card-two { width: 235px; bottom: 0; }
    .hero-logo-card { width: 210px; }
    .section { padding: 58px 0; }
    .section-heading { display: block; }
    .product-card { grid-template-columns: 1fr; }
    .cta-band { grid-template-columns: 1fr; padding: 30px; }
    .office-card { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .site-logo { min-width: auto; }
    .site-logo span { display: none; }
}
