/* ============================================
   MINIMAL CSS FOR: scaffolding-depot-contact-form.html
   Generated for optimal performance
   ============================================ */

/* CSS Variables */
:root {
    --white: #ffffff;
    --black: #000000;
    --gray: #666666;
    --transparent: transparent;
    --color-kzwxy3yh: #253041;
    --color-kzwy1cij: #c34118;
    --headlinefont: 'Poppins', sans-serif;
    --contentfont: 'Open Sans', sans-serif;
    --text-color: #333333;
    --link-color: #188bf6;
    --secondary: #188bf6;
    --orange: #f6ad55;
    --purple: #d6bcfa;
    --pink: #fbb6ce;
    --green: #9ae6b4;
}

/* Base Reset */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-family: var(--contentfont); line-height: 1.5; }
body { background-color: var(--color-kzwxy3yh); color: var(--text-color); }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--link-color); text-decoration: none; }
a:hover { text-decoration: underline; }

/* Layout Framework */
.preview-container, .hl_page-preview--content { width: 100%; }
.fullSection, .c-section { width: 100%; }
.c-section > .inner { max-width: 1170px; margin: 0 auto; padding: 0 15px; }
.c-row { display: flex; flex-wrap: wrap; width: 100%; }
.c-row > .inner { display: flex; flex-wrap: wrap; width: 100%; }
.c-column { flex: 1; }
.c-column > .inner, .vertical.inner { display: flex; flex-direction: column; }

/* Typography */
h1, h2, h3, h4, h5, h6 { font-family: var(--headlinefont); font-weight: 700; line-height: 1.3; }
.text-output { line-height: 1.3; }

/* Navigation */
.nav-menu { display: flex; list-style: none; gap: 20px; }
.nav-menu a { color: var(--white); font-size: 11px; font-weight: 700; padding: 5px 25px; transition: all 0.3s ease; }
.nav-menu a:hover { color: var(--color-kzwy1cij); text-decoration: none; }
.nav-menu-mobile { display: none; }
@media (max-width: 768px) {
    .nav-menu { display: none; }
    .nav-menu-mobile { display: block; }
}

/* Buttons */
.c-button, [class*="button-"] { text-align: center; }
.c-button a, [class*="cbutton-"] {
    display: inline-block;
    font-family: var(--headlinefont);
    background-color: var(--white);
    color: var(--black);
    padding: 15px 20px;
    border: 2px solid var(--white);
    text-decoration: none;
    transition: all 0.3s ease;
}
.main-heading-button { font-size: 20px; font-weight: 600; }
.sub-heading-button { font-size: 15px; font-weight: 400; }

/* Images */
.c-image, [class*="image-"] { text-align: center; }
.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.image-container img {
    max-width: 100%;
    height: auto;
    opacity: 1;
}
img[fetchpriority="high"], img[loading="eager"] {
    opacity: 1 !important;
}

/* Product Images - Standardized Frame */
.image-container img.mw-100:not(.img-circle):not(.social-media-icon) {
    width: 200px;
    height: 200px;
    object-fit: contain;
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 10px;
    box-sizing: border-box;
}

@keyframes skeleton-shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* Social Icons */
.social-media-icon { width: 40px; height: 40px; }
.social-icons-container { display: flex; gap: 10px; }

/* Section backgrounds */
[class*="section-"] { background-color: var(--color-kzwxy3yh); }
[class*="col-"] > .inner { background-color: var(--white); }

/* Paragraphs and headings */
[class*="paragraph-"], [class*="heading-"], [class*="sub-heading-"] {
    padding: 10px 0;
    text-align: center;
}

/* Dividers */
.divider-element { border-top: 3px solid var(--gray); width: 100%; }

/* Mobile responsive */
@media (max-width: 480px) {
    .c-row > .inner { flex-direction: column; }
    .c-column { width: 100% !important; flex: none; }
    .c-section > .inner { padding: 0 10px; }
}

/* Content visibility for performance */
.c-section:not(:first-of-type) {
    content-visibility: auto;
    contain-intrinsic-size: auto 500px;
}

/* Utility */
.hide { display: none !important; }
.mw-100 { max-width: 100%; }
.text-center { text-align: center; }

/* Accessibility */
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

@media (prefers-reduced-motion: reduce) {
    .image-container { animation: none; background: #f0f0f0; }
    * { transition: none !important; }
}
