/*
Theme Name: Woodroffe Skylights
Theme URI: https://woodroffeskylights.com.au
Author: Professional Rebuild
Author URI: https://woodroffeskylights.com.au
Description: Custom classic theme rebuild for Woodroffe Skylights. Clean, responsive, and purpose-built for product showcase.
Version: 1.0.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: woodroffeskylights
Tags: custom-menu, custom-logo, featured-images, threaded-comments, translation-ready
*/

/* ============================================
   DESIGN TOKENS
   ============================================ */
:root {
    --brand-red: #c62828;
    --brand-red-dark: #9a1c1c;
    --brand-green: #2e7d32;
    --brand-green-dark: #1b5e20;
    --brand-green-light: #e8f5e9;
    --ink-900: #0f172a;
    --ink-800: #1e293b;
    --ink-700: #334155;
    --ink-600: #475569;
    --ink-500: #64748b;
    --ink-400: #94a3b8;
    --ink-200: #e2e8f0;
    --ink-100: #f1f5f9;
    --ink-50:  #f8fafc;
    --surface: #ffffff;
    --bg: #f7f8fa;
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 18px;
    --shadow-sm: 0 1px 2px rgba(15,23,42,0.06);
    --shadow-md: 0 4px 16px rgba(15,23,42,0.08);
    --shadow-lg: 0 16px 40px rgba(15,23,42,0.12);
    --transition: 0.2s ease;
    --container: 1180px;
}

/* ============================================
   RESET & BASE
   ============================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.65;
    color: var(--ink-800);
    background: var(--bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--brand-red); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--brand-red-dark); }

h1, h2, h3, h4, h5 { line-height: 1.25; color: var(--ink-900); font-weight: 700; letter-spacing: -0.01em; }

/* ============================================
   LAYOUT
   ============================================ */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 1.5rem; }

/* ============================================
   TOPBAR
   ============================================ */
.site-topbar {
    background: var(--ink-900);
    color: var(--ink-200);
    font-size: 0.78rem;
    padding: 0.5rem 0;
    letter-spacing: 0.02em;
}
.site-topbar__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
}
.site-topbar__left,
.site-topbar__right {
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
    align-items: center;
}
.site-topbar__item {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--ink-200);
    text-decoration: none;
}
.site-topbar__item:hover { color: #fff; text-decoration: none; }
.site-topbar__item .wsky-icon { color: var(--brand-green); opacity: 0.9; }

/* ============================================
   HEADER
   ============================================ */
.site-header {
    background: #fff;
    padding: 0;
    border-bottom: 1px solid var(--ink-200);
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: var(--shadow-sm);
}
.site-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.site-branding { display: flex; flex-direction: column; align-items: flex-start; }
.site-logo-link img, .site-logo-img { max-height: 62px; width: auto; }

.site-title { font-size: 2rem; font-weight: 800; color: var(--brand-red); line-height: 1.1; text-transform: uppercase; letter-spacing: 1px; }
.site-title a, .site-title a:hover { color: var(--brand-red); text-decoration: none; }
.site-description { font-size: 0.7rem; color: var(--ink-500); letter-spacing: 2px; text-transform: uppercase; margin-top: 2px; }

.header-right { display: flex; align-items: center; }
.header-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.6rem 1rem;
    border: 1px solid var(--ink-200);
    border-radius: 999px;
    color: var(--ink-900);
    background: #fff;
    transition: all var(--transition);
    text-decoration: none;
}
.header-cta:hover {
    border-color: var(--brand-red);
    background: var(--brand-red);
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}
.header-cta:hover .wsky-icon { color: #fff; }
.header-cta .wsky-icon { color: var(--brand-red); transition: color var(--transition); }
.header-cta__label { display: flex; flex-direction: column; line-height: 1.15; }
.header-cta__small { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-500); }
.header-cta:hover .header-cta__small { color: rgba(255,255,255,0.85); }
.header-cta__label strong { font-size: 1rem; font-weight: 700; letter-spacing: 0.02em; }

/* Navigation */
.main-navigation {
    background: #fff;
    border-top: 1px solid var(--ink-200);
    margin-top: 0;
    width: 100%;
    padding: 0;
}
.main-navigation .container { display: flex; justify-content: center; align-items: center; position: relative; }
.main-navigation ul { list-style: none; display: flex; justify-content: center; gap: 0; margin: 0; padding: 0; }
.main-navigation li { position: relative; }
.main-navigation a {
    display: block;
    padding: 1rem 1.4rem;
    color: var(--ink-700);
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    position: relative;
    transition: color var(--transition);
}
.main-navigation a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: var(--brand-green);
    transition: width var(--transition);
}
.main-navigation a:hover { color: var(--brand-green); background: transparent; text-decoration: none; }
.main-navigation a:hover::after { width: 60%; }
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-parent > a { color: var(--brand-green); background: transparent; }
.main-navigation .current-menu-item > a::after,
.main-navigation .current_page_item > a::after,
.main-navigation .current-menu-parent > a::after { width: 60%; }

/* Parent caret indicator */
.main-navigation li.menu-item-has-children > a,
.main-navigation li.page_item_has_children > a {
    padding-right: 1.9rem;
}
.main-navigation li.menu-item-has-children > a::before,
.main-navigation li.page_item_has_children > a::before {
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    width: 6px;
    height: 6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-70%) rotate(45deg);
    opacity: 0.6;
    transition: transform var(--transition), opacity var(--transition);
}
.main-navigation li.menu-item-has-children:hover > a::before,
.main-navigation li.menu-item-has-children:focus-within > a::before,
.main-navigation li.page_item_has_children:hover > a::before,
.main-navigation li.page_item_has_children:focus-within > a::before {
    transform: translateY(-30%) rotate(225deg);
    opacity: 1;
}

/* Sub-menus: hidden by default, floating on hover/focus */
.main-navigation ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 240px;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--ink-200);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
    padding: 0.5rem 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity var(--transition), transform var(--transition), visibility var(--transition);
    z-index: 50;
}
.main-navigation ul ul::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 1.5rem;
    width: 12px;
    height: 12px;
    background: #fff;
    border-left: 1px solid var(--ink-200);
    border-top: 1px solid var(--ink-200);
    transform: rotate(45deg);
}
.main-navigation li:hover > ul,
.main-navigation li:focus-within > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Sub-menu items */
.main-navigation ul ul li { width: 100%; }
.main-navigation ul ul a {
    padding: 0.65rem 1.25rem;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-align: left;
    border-bottom: none;
}
.main-navigation ul ul a::after { display: none; }
.main-navigation ul ul a:hover {
    background: var(--brand-green-light);
    color: var(--brand-green-dark);
}

/* Third level submenus cascade to the right */
.main-navigation ul ul ul {
    top: 0;
    left: 100%;
    margin-left: 4px;
}
.main-navigation ul ul ul::before { display: none; }

/* Sub-menu parent caret points right instead of down */
.main-navigation ul ul li.menu-item-has-children > a::before,
.main-navigation ul ul li.page_item_has_children > a::before {
    transform: translateY(-50%) rotate(-45deg);
}
.main-navigation ul ul li.menu-item-has-children:hover > a::before,
.main-navigation ul ul li.menu-item-has-children:focus-within > a::before,
.main-navigation ul ul li.page_item_has_children:hover > a::before,
.main-navigation ul ul li.page_item_has_children:focus-within > a::before {
    transform: translateY(-50%) rotate(-45deg);
    opacity: 1;
}

/* Flip dropdowns that would overflow the right edge */
.main-navigation > .container > ul > li:last-child > ul,
.main-navigation > .container > ul > li:nth-last-child(2) > ul {
    left: auto;
    right: 0;
}
.main-navigation > .container > ul > li:last-child > ul::before,
.main-navigation > .container > ul > li:nth-last-child(2) > ul::before {
    left: auto;
    right: 1.5rem;
}

/* Mobile nav toggle */
.menu-toggle {
    display: none;
    background: none;
    border: 1px solid var(--ink-200);
    padding: 0.5rem 0.9rem;
    cursor: pointer;
    font-size: 0.85rem;
    align-items: center;
    gap: 0.5rem;
    border-radius: var(--radius-sm);
    color: var(--ink-800);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
}
.menu-toggle:hover { border-color: var(--brand-green); color: var(--brand-green); }

/* ============================================
   HERO (reusable)
   ============================================ */
.site-hero {
    position: relative;
    color: #fff;
    overflow: hidden;
    background-color: var(--ink-900);
    background-size: cover;
    background-position: center;
    min-height: 340px;
    display: flex;
    align-items: flex-end;
}
.site-hero--plain {
    background: linear-gradient(135deg, #1f5f24 0%, #2e7d32 55%, #388e3c 100%);
    min-height: 220px;
}
.site-hero--home { min-height: 520px; }
.site-hero--home.site-hero--plain {
    background:
        radial-gradient(ellipse at 70% 30%, rgba(255,255,255,0.15), transparent 55%),
        linear-gradient(135deg, #0b3d0f 0%, #1f5f24 40%, #2e7d32 100%);
}
.site-hero--compact { min-height: 240px; }
.site-hero__overlay {
    position: absolute; inset: 0;
    background:
        linear-gradient(180deg, rgba(15,23,42,0.15) 0%, rgba(15,23,42,0.55) 60%, rgba(15,23,42,0.82) 100%),
        linear-gradient(115deg, rgba(15,23,42,0.55) 0%, rgba(15,23,42,0) 60%);
    z-index: 1;
}
.site-hero__inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    padding-top: 4rem;
    padding-bottom: 3rem;
    width: 100%;
}
.site-hero__text { max-width: 720px; }
.site-hero__title {
    font-size: clamp(1.85rem, 3.4vw, 3rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin: 0;
    letter-spacing: -0.015em;
    text-shadow: 0 2px 16px rgba(0,0,0,0.3);
}
.site-hero__subtitle {
    font-size: clamp(1rem, 1.4vw, 1.2rem);
    margin-top: 1rem;
    color: rgba(255,255,255,0.92);
    line-height: 1.55;
    max-width: 620px;
    text-shadow: 0 1px 8px rgba(0,0,0,0.35);
}
.site-hero__badge { flex-shrink: 0; }
.site-hero__badge img {
    max-height: 110px;
    width: auto;
    filter: drop-shadow(0 6px 16px rgba(0,0,0,0.35));
}
.site-hero--plain .site-hero__badge img { max-height: 90px; }
.site-hero--home .site-hero__title { font-size: clamp(2.2rem, 4.2vw, 3.75rem); }

/* Breadcrumbs inside hero */
.site-hero .wsky-breadcrumbs {
    margin-bottom: 0.85rem;
}
.wsky-breadcrumbs__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.25rem;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 600;
}
.wsky-breadcrumbs__item {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: rgba(255, 255, 255, 0.78);
}
.wsky-breadcrumbs__item a {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    transition: color var(--transition);
    padding: 0.1rem 0.1rem;
    border-bottom: 1px solid transparent;
}
.wsky-breadcrumbs__item a:hover {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}
.wsky-breadcrumbs__item.is-current {
    color: #fff;
}
.wsky-breadcrumbs__sep {
    opacity: 0.55;
    margin: 0 0.1rem;
}

/* Fallback for when breadcrumbs appear outside a hero (e.g. 404) */
.site-main > .wsky-breadcrumbs .wsky-breadcrumbs__item,
.site-main > .wsky-breadcrumbs .wsky-breadcrumbs__item a {
    color: var(--ink-500);
}
.site-main > .wsky-breadcrumbs .wsky-breadcrumbs__item a:hover {
    color: var(--brand-green);
    border-bottom-color: var(--brand-green);
}
.site-main > .wsky-breadcrumbs .wsky-breadcrumbs__item.is-current {
    color: var(--ink-900);
}

/* Guarantee strip below hero on homepage */
.guarantee-strip {
    background: linear-gradient(90deg, var(--brand-green) 0%, var(--brand-green-dark) 100%);
    color: #fff;
    padding: 0.9rem 0;
}
.guarantee-strip .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    text-align: center;
    flex-wrap: wrap;
}
.guarantee-strip p { margin: 0; font-size: 0.95rem; letter-spacing: 0.02em; }
.guarantee-strip strong { font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.guarantee-strip__icon { color: #fff; opacity: 0.9; }

/* Section heading (eyebrow + title + lead) */
.section-heading { text-align: center; margin: 3.5rem auto 2rem; max-width: 720px; }
.section-heading__eyebrow {
    display: inline-block;
    color: var(--brand-green);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 0.6rem;
}
.section-heading__title {
    font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    font-weight: 800;
    color: var(--ink-900);
    margin: 0;
    letter-spacing: -0.02em;
}
.section-heading__lead {
    margin-top: 0.75rem;
    color: var(--ink-500);
    font-size: 1.02rem;
    line-height: 1.55;
}

/* Legacy section title (kept for compatibility) */
.section-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--ink-900);
    text-align: center;
    margin: 3rem 0 1.5rem;
    letter-spacing: 0.02em;
}

/* ============================================
   MAIN CONTENT
   ============================================ */
.site-content { background: var(--bg); }

.site-main {
    padding: 3.5rem 0 4rem;
    min-height: 40vh;
}

.site-main > article,
.site-main > .contact-layout,
.content-area > article.taxonomy-intro {
    background: #fff;
    padding: 2.5rem;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--ink-200);
}

/* Taxonomy intro block (category About heading + description). */
.taxonomy-intro__title {
    font-size: clamp(1.35rem, 2vw, 1.7rem);
    margin: 0 0 1rem;
    color: var(--ink-900);
    letter-spacing: -0.01em;
    position: relative;
    padding-bottom: 0.85rem;
}
.taxonomy-intro__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42px;
    height: 3px;
    background: var(--brand-green);
    border-radius: 3px;
}
.taxonomy-intro__description {
    color: var(--ink-700);
    font-size: 1rem;
    line-height: 1.65;
}
.taxonomy-intro__description p:last-child { margin-bottom: 0; }

/* Consistent top spacing for product grids following the intro. */
.content-area > .taxonomy-intro + .product-grid,
.content-area > .product-grid + .product-grid {
    margin-top: 2rem;
}
.content-area > .product-grid:last-child {
    margin-bottom: 0;
}

.content-area { width: 100%; }

/* Modern flex sidebar layout (replaces the legacy floats). */
.site-main:has(.content-area.with-sidebar) {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 2.5rem;
    align-items: start;
}
.content-area.with-sidebar { width: 100%; float: none; padding-right: 0; }
.widget-area { width: 100%; float: none; }

/* Fallback for browsers without :has() */
@supports not selector(:has(*)) {
    .content-area.with-sidebar { width: calc(100% - 300px); float: left; padding-right: 2rem; }
    .widget-area { width: 280px; float: right; }
}

.site-content::after { content: ""; display: table; clear: both; }

/* ============================================
   PRODUCTS SIDEBAR
   ============================================ */
.wsky-products-sidebar { position: sticky; top: 100px; }
.wsky-sidebar-widget {
    background: #fff;
    border: 1px solid var(--ink-200);
    border-radius: var(--radius-lg);
    padding: 1.25rem 1.25rem 0.75rem;
    margin-bottom: 1.25rem;
    box-shadow: var(--shadow-sm);
}
.wsky-sidebar-heading {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ink-900);
    margin: 0 0 0.85rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--ink-200);
    position: relative;
}
.wsky-sidebar-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 32px;
    height: 2px;
    background: var(--brand-green);
    border-radius: 2px;
}
.wsky-sidebar-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.wsky-sidebar-list .wsky-sidebar-list {
    margin-left: 0.9rem;
    padding-left: 0.6rem;
    border-left: 1px solid var(--ink-200);
    margin-top: 0.1rem;
    margin-bottom: 0.3rem;
}
.wsky-sidebar-list li { margin: 0; }
.wsky-sidebar-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.55rem 0.6rem;
    font-size: 0.9rem;
    color: var(--ink-700);
    text-decoration: none;
    border-radius: 8px;
    transition: background var(--transition), color var(--transition), padding-left var(--transition);
    line-height: 1.35;
}
.wsky-sidebar-link:hover {
    background: var(--brand-green-light);
    color: var(--brand-green-dark);
    text-decoration: none;
    padding-left: 0.85rem;
}
.wsky-sidebar-link.is-current {
    background: var(--brand-green);
    color: #fff;
    font-weight: 600;
}
.wsky-sidebar-link.is-current:hover {
    background: var(--brand-green-dark);
    color: #fff;
}
.wsky-sidebar-count {
    font-size: 0.72rem;
    font-weight: 600;
    background: var(--ink-100);
    color: var(--ink-600);
    padding: 0.05rem 0.5rem;
    border-radius: 999px;
    letter-spacing: 0.04em;
    flex-shrink: 0;
}
.wsky-sidebar-link.is-current .wsky-sidebar-count {
    background: rgba(255,255,255,0.22);
    color: #fff;
}

@media (max-width: 860px) {
    .site-main:has(.content-area.with-sidebar) {
        grid-template-columns: 1fr;
    }
    .wsky-products-sidebar { position: static; }
    @supports not selector(:has(*)) {
        .content-area.with-sidebar,
        .widget-area { width: 100%; float: none; padding-right: 0; }
    }
}

/* ============================================
   POSTS & PAGES
   ============================================ */
.entry-header {
    margin-bottom: 1.5rem;
}

.entry-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}

.entry-title a {
    color: #333;
}

.entry-title a:hover {
    color: #c62828;
}

.entry-meta {
    font-size: 0.875rem;
    color: #666;
}

.entry-content {
    font-size: 1rem;
    line-height: 1.7;
    color: #444;
}

.entry-content p {
    margin-bottom: 1.25rem;
}

.entry-content h2 {
    font-size: 1.4rem;
    margin: 2rem 0 1rem;
    color: #2e7d32;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e8f5e9;
}

.entry-content h3 {
    font-size: 1.15rem;
    margin: 1.5rem 0 0.75rem;
    color: #333;
    text-transform: uppercase;
}

.entry-content ul,
.entry-content ol {
    margin: 0 0 1.25rem 1.5rem;
}

.entry-content li {
    margin-bottom: 0.5rem;
}

.entry-footer {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e5e5;
    font-size: 0.875rem;
    color: #666;
}

/* ============================================
   PRODUCT GRID
   ============================================ */
.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
    margin: 2rem 0 4rem;
}
.product-card {
    background: #fff;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--ink-200);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    cursor: pointer;
}
/* Stretched link: CTA ::after covers the whole card. CTA itself must not be positioned. */
.product-card__cta::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: transparent;
}
/* Keep visible text above the overlay, but let clicks pass through to the link. */
.product-card__title,
.product-card__excerpt {
    position: relative;
    z-index: 2;
    pointer-events: none;
}
.product-card:focus-within {
    box-shadow: var(--shadow-lg);
    border-color: var(--brand-green);
}
.product-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: transparent;
}
.product-card__image, .product-card .product-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: var(--ink-100);
}
.product-card__image img, .product-card .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.product-card:hover .product-card__image img,
.product-card:hover .product-image img { transform: scale(1.07); }

.product-card__body { padding: 1.5rem 1.5rem 1.75rem; display: flex; flex-direction: column; flex: 1; }
.product-card__title, .product-card > h3 {
    font-size: 1.1rem;
    color: var(--ink-900);
    font-weight: 700;
    letter-spacing: 0.01em;
    margin: 0 0 0.6rem;
    text-transform: none;
}
.product-card > h3 { padding: 1.25rem 1.5rem 0; }
.product-card__excerpt, .product-card > p {
    font-size: 0.92rem;
    color: var(--ink-500);
    line-height: 1.6;
    margin: 0 0 1.25rem;
    flex: 1;
}
.product-card > p { padding: 0 1.5rem; }
.product-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--brand-green);
    font-weight: 700;
    font-size: 0.88rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    align-self: flex-start;
    transition: gap var(--transition), color var(--transition);
}
.product-card__cta:hover {
    color: var(--brand-green-dark);
    gap: 0.85rem;
    text-decoration: none;
}
.product-card > .button { margin: 0 1.5rem 1.5rem; align-self: center; }

/* ============================================
   SIDEBAR & WIDGETS
   ============================================ */
.widget {
    margin-bottom: 2rem;
}

.widget-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #2e7d32;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e8f5e9;
}

.widget ul {
    list-style: none;
}

.widget li {
    padding: 0.5rem 0;
    border-bottom: 1px dotted #ccc;
}

.widget li a {
    color: #333;
    font-size: 0.9rem;
}

.widget li a:hover {
    color: #c62828;
}

/* ============================================
   FOOTER CTA BANNER
   ============================================ */
.footer-cta {
    background:
        linear-gradient(135deg, rgba(46,125,50,0.97) 0%, rgba(27,94,32,0.97) 100%),
        radial-gradient(ellipse at top right, rgba(255,255,255,0.08), transparent 60%);
    color: #fff;
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
}
.footer-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 20%, rgba(255,255,255,0.08) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.6;
    pointer-events: none;
}
.footer-cta__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}
.footer-cta__text h2 {
    margin: 0;
    font-size: clamp(1.4rem, 2.2vw, 1.9rem);
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.01em;
}
.footer-cta__text p {
    margin: 0.35rem 0 0;
    color: rgba(255,255,255,0.85);
    font-size: 1rem;
}
.footer-cta__actions { display: flex; gap: 0.75rem; flex-wrap: wrap; }

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
    background: linear-gradient(180deg, #0b1020 0%, #0f172a 100%);
    color: var(--ink-400);
    padding: 4rem 0 0;
    position: relative;
}
.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(1200px 300px at 20% 0%, rgba(46,125,50,0.15), transparent 70%),
        radial-gradient(900px 240px at 80% 0%, rgba(198,40,40,0.1), transparent 70%);
    pointer-events: none;
}
.site-footer__grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.3fr 1.2fr;
    gap: 3rem;
    padding-bottom: 3rem;
}
.footer-column { min-width: 0; }
.footer-heading {
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    position: relative;
    padding-bottom: 0.75rem;
}
.footer-heading::after {
    content: "";
    position: absolute;
    left: 0; bottom: 0;
    width: 28px;
    height: 2px;
    background: var(--brand-green);
    border-radius: 2px;
}

/* Brand column */
.footer-logo { display: inline-block; margin-bottom: 1rem; }
.footer-logo img {
    max-height: 56px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.95;
}
.footer-logo--text { color: #fff; font-size: 1.5rem; text-transform: uppercase; letter-spacing: 0.04em; }
.footer-tagline {
    color: var(--ink-400);
    font-size: 0.92rem;
    line-height: 1.65;
    margin: 0 0 1.5rem;
    max-width: 320px;
}

/* Menu list */
.footer-menu { list-style: none; margin: 0; padding: 0; }
.footer-menu li { margin-bottom: 0.65rem; }
.footer-menu a {
    color: var(--ink-400);
    font-size: 0.92rem;
    text-decoration: none;
    transition: color var(--transition), padding-left var(--transition);
    position: relative;
    display: inline-block;
}
.footer-menu a::before {
    content: "";
    position: absolute;
    left: 0; top: 50%;
    width: 0;
    height: 1px;
    background: var(--brand-green);
    transition: width var(--transition);
}
.footer-menu a:hover {
    color: #fff;
    padding-left: 14px;
    text-decoration: none;
}
.footer-menu a:hover::before { width: 10px; }

/* Contact info list with icons */
.footer-info { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.9rem; }
.footer-info li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.92rem;
    color: var(--ink-400);
    line-height: 1.55;
}
.footer-info .wsky-icon {
    color: var(--brand-green);
    flex-shrink: 0;
    margin-top: 2px;
}
.footer-info a { color: var(--ink-400); text-decoration: none; transition: color var(--transition); }
.footer-info a:hover { color: #fff; text-decoration: none; }

/* Social */
.footer-social { display: flex; gap: 0.6rem; margin-top: 0.5rem; }
.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    color: var(--ink-400);
    transition: all var(--transition);
    text-decoration: none;
}
.footer-social a:hover {
    background: var(--brand-green);
    color: #fff;
    transform: translateY(-2px);
    text-decoration: none;
}

/* Map */
.footer-map-embed {
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: var(--shadow-md);
}
.footer-map-embed iframe {
    display: block;
    width: 100%;
    filter: grayscale(0.25) contrast(0.95);
    transition: filter var(--transition);
}
.footer-map-embed:hover iframe { filter: none; }

/* Footer bottom */
.site-footer__bottom {
    position: relative;
    border-top: 1px solid rgba(255,255,255,0.08);
    margin-top: 1rem;
    padding: 1.25rem 0;
    background: rgba(0,0,0,0.2);
}
.site-footer__bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.82rem;
    color: var(--ink-500);
}
.site-footer__bottom-inner p { margin: 0; }
.site-footer__abn { opacity: 0.7; margin-left: 0.5rem; }

/* ============================================
   BUTTONS
   ============================================ */
.button,
button:not(.menu-toggle):not(.hero-arrow):not(.hero-nav button):not(.lightbox-close),
input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.8rem 1.6rem;
    background: var(--brand-green);
    color: #fff;
    border: 1px solid var(--brand-green);
    font-size: 0.88rem;
    font-weight: 600;
    font-family: inherit;
    text-transform: uppercase;
    cursor: pointer;
    transition: all var(--transition);
    text-decoration: none;
    border-radius: 999px;
    letter-spacing: 0.06em;
    line-height: 1.2;
}
.button:hover,
button:not(.menu-toggle):not(.hero-arrow):not(.hero-nav button):not(.lightbox-close):hover,
input[type="submit"]:hover {
    background: var(--brand-green-dark);
    border-color: var(--brand-green-dark);
    text-decoration: none;
    color: #fff;
    box-shadow: 0 10px 24px -10px rgba(46,125,50,0.55);
    transform: translateY(-1px);
}

.button--primary { background: var(--brand-green); border-color: var(--brand-green); color: #fff; }
.button--ghost {
    background: transparent;
    border-color: rgba(255,255,255,0.4);
    color: #fff;
}
.button--ghost:hover {
    background: rgba(255,255,255,0.12);
    border-color: #fff;
    box-shadow: none;
}
.button--outline {
    background: transparent;
    border-color: var(--brand-green);
    color: var(--brand-green);
}
.button--outline:hover {
    background: var(--brand-green);
    color: #fff;
}

/* ============================================
   FORMS
   ============================================ */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea,
select {
    width: 100%;
    padding: 0.6rem;
    border: 1px solid #ccc;
    font-size: 0.95rem;
    font-family: inherit;
    margin-bottom: 0.75rem;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: #2e7d32;
    box-shadow: 0 0 0 3px rgba(46,125,50,0.1);
}

/* ============================================
   CONTACT PAGE
   ============================================ */
.contact-layout {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

.contact-info {
    flex: 1;
    min-width: 250px;
}

.contact-info h2 {
    font-size: 1.25rem;
    color: #333;
    margin-bottom: 1rem;
    text-transform: none;
}

.contact-info p {
    margin-bottom: 0.5rem;
    color: #555;
}

.contact-form-area {
    flex: 1.5;
    min-width: 300px;
}

/* ============================================
   GALLERY
   ============================================ */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 2rem 0;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s;
}

.gallery-item:hover img {
    transform: scale(1.03);
}

/* ============================================
   UTILITY
   ============================================ */
.screen-reader-text {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .site-footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 2.5rem;
    }
}

@media (max-width: 768px) {
    .site-header { position: static; }
    .menu-toggle { display: inline-flex; }

    .main-navigation ul {
        display: none;
        flex-direction: column;
        width: 100%;
        gap: 0;
        margin-top: 0.5rem;
    }
    .main-navigation.toggled ul { display: flex; }
    .main-navigation a {
        display: block;
        padding: 0.85rem 1rem;
        border-bottom: 1px solid var(--ink-200);
        text-align: left;
    }
    .main-navigation a::after { display: none; }
    .main-navigation .container { justify-content: flex-start; padding-top: 0.5rem; padding-bottom: 0.5rem; }

    /* Mobile: inline submenu flow, no floating */
    .main-navigation ul ul {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: none;
        border-radius: 0;
        padding: 0;
        background: var(--ink-50);
        min-width: 0;
    }
    .main-navigation ul ul::before { display: none; }
    .main-navigation ul ul a { padding-left: 2rem; }
    .main-navigation ul ul ul a { padding-left: 3rem; }
    .main-navigation ul ul ul { margin-left: 0; left: auto; top: auto; }
    .main-navigation li.menu-item-has-children > a::before,
    .main-navigation li.page_item_has_children > a::before { display: none; }

    .site-topbar { font-size: 0.75rem; }
    .site-topbar__item--hide-sm { display: none; }

    .product-grid { grid-template-columns: 1fr; margin-bottom: 2rem; }
    .gallery-grid { grid-template-columns: 1fr; }

    .content-area.with-sidebar,
    .widget-area {
        width: 100%;
        float: none;
        padding-right: 0;
    }

    .site-header .container { flex-direction: row; flex-wrap: wrap; }
    .header-right { margin-left: auto; }
    .header-cta__label { display: none; }
    .header-cta { padding: 0.55rem; width: 40px; height: 40px; justify-content: center; gap: 0; }

    .site-hero--home { min-height: 400px; }
    .site-hero__inner {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 3rem;
        padding-bottom: 2.25rem;
    }
    .site-hero__badge { align-self: flex-end; }
    .site-hero__badge img { max-height: 80px; }

    .footer-cta__inner { flex-direction: column; align-items: flex-start; }
    .site-footer__grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .site-footer__bottom-inner { flex-direction: column; text-align: center; }

    .site-main > article,
    .site-main > .contact-layout { padding: 1.5rem; }

    .contact-layout { flex-direction: column; }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ============================================
   HERO SLIDER
   ============================================ */
.hero-section {
    position: relative;
    background: #1a1a2e;
    color: #fff;
    overflow: hidden;
}

.hero-slider {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.hero-slide {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-slide.active {
    opacity: 1;
}

.hero-slide img {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-slide::after {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.2) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: left;
    max-width: 600px;
    padding: 0 1.5rem;
}

.hero-content h2 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.2;
    text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

.hero-content p {
    font-size: 1.15rem;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

.hero-nav {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5rem;
    z-index: 3;
}

.hero-nav button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.6);
    background: transparent;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s;
}

.hero-nav button.active {
    background: #fff;
    border-color: #fff;
}

.hero-nav button:hover {
    border-color: #fff;
}

.hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.25rem;
    border-radius: 50%;
    backdrop-filter: blur(4px);
    transition: all 0.2s;
}

.hero-arrow:hover {
    background: rgba(255,255,255,0.3);
}

.hero-arrow.prev { left: 1.5rem; }
.hero-arrow.next { right: 1.5rem; }

/* ============================================
   LIGHTBOX MODAL
   ============================================ */
body.wsky-lightbox-lock { overflow: hidden; }

.wsky-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    background: rgba(7, 11, 23, 0.94);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    padding: 2rem;
    opacity: 0;
    transition: opacity 0.25s ease;
}
.wsky-lightbox.is-open {
    display: flex;
    opacity: 1;
    align-items: center;
    justify-content: center;
}

.wsky-lightbox__stage {
    margin: 0;
    max-width: min(1200px, 95vw);
    max-height: 92vh;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    align-items: center;
    animation: wsky-lightbox-in 0.3s ease;
}

@keyframes wsky-lightbox-in {
    from { transform: scale(0.96); opacity: 0; }
    to   { transform: scale(1);    opacity: 1; }
}

.wsky-lightbox__image-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
}

.wsky-lightbox__image {
    display: block;
    max-width: 100%;
    max-height: min(75vh, 820px);
    width: auto;
    height: auto;
    border-radius: var(--radius-md);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6);
    background: #0f172a;
}

.wsky-lightbox__image-wrap.is-loading .wsky-lightbox__image {
    opacity: 0;
}

.wsky-lightbox__spinner {
    position: absolute;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.2);
    border-top-color: #fff;
    opacity: 0;
    animation: wsky-lightbox-spin 0.9s linear infinite;
    transition: opacity 0.2s;
}
.wsky-lightbox__image-wrap.is-loading .wsky-lightbox__spinner {
    opacity: 1;
}
@keyframes wsky-lightbox-spin {
    to { transform: rotate(360deg); }
}

.wsky-lightbox__caption {
    width: 100%;
    max-width: 860px;
    text-align: center;
    color: #fff;
    padding: 0 1rem;
}
.wsky-lightbox__counter {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 0.5rem;
}
.wsky-lightbox__title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.35rem;
    letter-spacing: -0.01em;
}
.wsky-lightbox__description {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.78);
    margin: 0;
    line-height: 1.5;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

/* Controls */
.wsky-lightbox__close,
.wsky-lightbox__nav {
    position: absolute;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all var(--transition);
    padding: 0;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 2;
}
.wsky-lightbox__close:hover,
.wsky-lightbox__nav:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.35);
    transform: translateY(-1px);
}
.wsky-lightbox__close:focus-visible,
.wsky-lightbox__nav:focus-visible {
    outline: 2px solid var(--brand-green);
    outline-offset: 2px;
}

.wsky-lightbox__close { top: 1.25rem; right: 1.25rem; }
.wsky-lightbox__nav { top: 50%; transform: translateY(-50%); }
.wsky-lightbox__nav:hover { transform: translateY(calc(-50% - 1px)); }
.wsky-lightbox__nav--prev { left: 1.25rem; }
.wsky-lightbox__nav--prev .wsky-icon { transform: rotate(180deg); }
.wsky-lightbox__nav--next { right: 1.25rem; }

/* Visual hint: image links in content are clickable. */
.entry-content a[data-lightbox],
.site-main a[data-lightbox] {
    display: inline-block;
    position: relative;
    cursor: zoom-in;
}

@media (max-width: 640px) {
    .wsky-lightbox { padding: 1rem; }
    .wsky-lightbox__close { top: 0.75rem; right: 0.75rem; width: 40px; height: 40px; }
    .wsky-lightbox__nav { width: 40px; height: 40px; }
    .wsky-lightbox__nav--prev { left: 0.5rem; }
    .wsky-lightbox__nav--next { right: 0.5rem; }
    .wsky-lightbox__title { font-size: 1rem; }
    .wsky-lightbox__description { font-size: 0.88rem; }
}

/* ============================================
   DOWNLOAD CARD
   ============================================ */
.wsky-download {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1.25rem 1.5rem;
    margin: 2.5rem 0 0.5rem;
    background: linear-gradient(135deg, #f8fafc 0%, #eef4f6 100%);
    border: 1px solid var(--ink-200);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition), border-color var(--transition);
    flex-wrap: wrap;
}
.wsky-download:hover {
    box-shadow: var(--shadow-md);
    border-color: var(--brand-green);
}

.wsky-download__icon {
    flex-shrink: 0;
    width: 52px;
    height: 62px;
    position: relative;
    background: #fff;
    border: 1px solid var(--ink-200);
    border-radius: 6px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 0.35rem;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.03), 0 2px 6px rgba(15,23,42,0.06);
}
.wsky-download__icon::before {
    content: "";
    position: absolute;
    top: 0; right: 0;
    width: 14px;
    height: 14px;
    background: linear-gradient(135deg, transparent 50%, var(--ink-200) 50%);
    border-top-right-radius: 6px;
}
.wsky-download__pdf {
    font-size: 0.7rem;
    font-weight: 800;
    color: var(--brand-red);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.wsky-download__arrow { display: none; }

.wsky-download__body {
    flex: 1 1 220px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}
.wsky-download__eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--brand-green);
}
.wsky-download__title {
    font-size: 1.05rem;
    color: var(--ink-900);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.01em;
}
.wsky-download__meta {
    font-size: 0.82rem;
    color: var(--ink-500);
    display: inline-flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 0.15rem;
}
.wsky-download__size {
    background: var(--ink-100);
    color: var(--ink-600);
    padding: 0.1rem 0.5rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
}

.wsky-download__link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1.4rem;
    background: var(--brand-green);
    color: #fff;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
    transition: all var(--transition);
    flex-shrink: 0;
}
.wsky-download__link:hover {
    background: var(--brand-green-dark);
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px -10px rgba(46,125,50,0.55);
}
.wsky-download__link:hover .wsky-icon { transform: translateX(2px); }
.wsky-download__link .wsky-icon { transition: transform var(--transition); }

@media (max-width: 560px) {
    .wsky-download { padding: 1rem; gap: 0.9rem; }
    .wsky-download__link { width: 100%; justify-content: center; }
}

/* ============================================
   CONTACT FORM FLASH MESSAGES
   ============================================ */
.wsky-flash {
    margin: 0 0 1.25rem;
    padding: 0.9rem 1.1rem;
    border-radius: var(--radius-md);
    font-size: 0.95rem;
    line-height: 1.5;
    border: 1px solid transparent;
}
.wsky-flash--success {
    background: var(--brand-green-light);
    color: var(--brand-green-dark);
    border-color: var(--brand-green);
}
.wsky-flash--error {
    background: #fdecea;
    color: #8a1f1b;
    border-color: #e0b4b2;
}

/* ============================================
   PRODUCT GALLERY
   ============================================ */
.wsky-product-gallery {
    margin: 2.5rem 0 0.5rem;
}
.wsky-product-gallery__heading {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--ink-900);
    letter-spacing: -0.01em;
    margin: 0 0 1.25rem;
    padding-bottom: 0.75rem;
    position: relative;
}
.wsky-product-gallery__heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42px;
    height: 3px;
    background: var(--brand-green);
    border-radius: 3px;
}
.wsky-product-gallery__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 0.9rem;
}
.wsky-product-gallery__item {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-md);
    border: 1px solid var(--ink-200);
    aspect-ratio: 4 / 3;
    background: var(--ink-100);
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.wsky-product-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}
.wsky-product-gallery__item:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
    border-color: var(--brand-green);
}
.wsky-product-gallery__item:hover img {
    transform: scale(1.06);
}
.wsky-product-gallery__item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(15,23,42,0.28) 100%);
    opacity: 0;
    transition: opacity var(--transition);
    pointer-events: none;
}
.wsky-product-gallery__item:hover::after { opacity: 1; }

@media (max-width: 560px) {
    .wsky-product-gallery__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.6rem;
    }
}
