:root {
    --wg-red: #eb0000;
    --wg-red-dark: #c80000;
    --wg-black: #1a1a1a;
    --wg-dark: #2d2d2d;
    --wg-grey: #f5f5f5;
    --wg-grey-mid: #e8e8e8;
    --wg-text: #1a1a1a;
    --wg-text-light: #666;
    --wg-white: #fff;
    --container-max: 1200px;
    --header-height: 72px;
    --font: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font); font-size: 16px; line-height: 1.5; color: var(--wg-text); background: var(--wg-white); }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.container { max-width: var(--container-max); margin: 0 auto; padding: 0 24px; }

.visually-hidden, .skip-link {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link:focus {
    position: fixed; top: 10px; left: 10px; z-index: 10000; width: auto; height: auto;
    padding: 12px 20px; clip: auto; background: var(--wg-white); color: var(--wg-black);
    border: 2px solid var(--wg-red);
}

/* Header */
.wg-header { position: sticky; top: 0; z-index: 1000; }
.header-main {
    display: flex; align-items: center; gap: 16px;
    background: var(--wg-red); padding: 12px 24px; min-height: var(--header-height);
}
.header-main-logo img { height: 48px; width: auto; }
.header-main-search { flex: 1; max-width: 480px; margin-left: auto; }
.search-form { position: relative; display: flex; align-items: center; }
.search-form input[type="search"] {
    width: 100%; padding: 10px 80px 10px 16px; border: none; font-size: 14px;
    background: var(--wg-white); color: var(--wg-text);
}
.search-form input[type="search"]::placeholder { color: #999; }
.search-submit {
    position: absolute; right: 0; top: 0; bottom: 0; padding: 0 16px;
    background: var(--wg-black); color: var(--wg-white); font-size: 13px; font-weight: 500; text-transform: uppercase;
}
.search-close-button { display: none; position: absolute; right: 70px; font-size: 20px; color: #999; }
.quick-links {
    position: absolute; top: 100%; left: 0; right: 0; background: var(--wg-white);
    border: 1px solid var(--wg-grey-mid); padding: 16px; z-index: 10; box-shadow: 0 4px 12px rgba(0,0,0,.1);
}
.quick-links.hidden { display: none; }
.quick-links-title { display: block; font-size: 12px; font-weight: 700; letter-spacing: .05em; margin-bottom: 8px; }
.quick-links a { display: block; padding: 8px 0; font-size: 14px; }
.quick-links a:hover { color: var(--wg-red); }

.search-autocomplete-wrap { position: relative; }
.search-suggestion-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid var(--wg-grey-mid);
    text-decoration: none;
    color: inherit;
}
.search-suggestion-item:last-of-type { border-bottom: none; }
.search-suggestion-item img {
    width: 44px;
    height: 44px;
    object-fit: cover;
    flex-shrink: 0;
    background: #f5f5f5;
}
.suggestion-text strong {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}
.suggestion-text small { display: block; font-size: 12px; color: #888; margin-top: 2px; }
.search-suggestion-item:hover strong { color: var(--wg-red); }
.search-view-all {
    display: block;
    padding: 12px 0 4px;
    font-size: 13px;
    font-weight: 700;
    color: var(--wg-red);
}
.search-no-results { padding: 12px 0; color: #888; font-size: 14px; }
.page-search-wrap { margin-bottom: 28px; }
.page-search-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    background: var(--wg-white);
    border: 1px solid var(--wg-grey-mid);
    padding: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
}

.mobile-menu-trigger { display: none; }
.header-toolbar { display: flex; align-items: center; gap: 6px; flex-shrink: 0; margin-left: 12px; }

/* Nav */
.header-nav { background: var(--wg-black); }
.header-nav-wrapper {
    display: flex; align-items: stretch; justify-content: space-between;
    max-width: 1400px; margin: 0 auto; padding: 0 24px;
}
.primary-menu { display: flex; align-items: stretch; }
.primary-menu > .menu-item { position: relative; }
.menu-trigger {
    display: flex; align-items: center; gap: 6px; padding: 14px 24px;
    color: var(--wg-white); font-size: 14px; font-weight: 500;
    text-transform: uppercase; letter-spacing: .03em; transition: background .2s;
}
.menu-trigger::after {
    content: ''; border: 4px solid transparent; border-top-color: var(--wg-white); margin-top: 4px;
}
.menu-trigger:hover, .menu-item.is-open > .menu-trigger { background: rgba(255,255,255,.1); }
.sub-menu {
    display: none; position: absolute; top: 100%; left: 0; min-width: 280px;
    background: var(--wg-white); box-shadow: 0 8px 24px rgba(0,0,0,.15); z-index: 100;
}
.menu-item.is-open > .sub-menu { display: block; }
.mega-menu { left: 0; width: max-content; max-width: 90vw; padding: 24px; }
.mega-menu-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 20px 32px; }
.mega-menu-title { display: block; font-weight: 700; font-size: 14px; margin-bottom: 8px; color: var(--wg-text); }
.mega-menu-title:hover { color: var(--wg-red); }
.mega-menu-children li a { display: block; padding: 4px 0; font-size: 13px; color: var(--wg-text-light); }
.mega-menu-children li a:hover { color: var(--wg-red); }
.secondary-menu { display: flex; align-items: center; gap: 8px; }
.secondary-menu a, .lang-toggle { padding: 14px 16px; color: var(--wg-white); font-size: 13px; font-weight: 500; }
.secondary-menu a:hover, .lang-toggle:hover { background: rgba(255,255,255,.1); }
.lang-menu { position: relative; }
.lang-dropdown {
    display: none; position: absolute; top: 100%; right: 0; min-width: 120px;
    background: var(--wg-white); box-shadow: 0 4px 12px rgba(0,0,0,.15);
}
.lang-menu.is-open .lang-dropdown { display: block; }
.lang-dropdown a { display: block; padding: 10px 16px; color: var(--wg-text); font-size: 13px; }
.lang-dropdown a:hover { background: var(--wg-grey); }

/* Hero */
.page-hero { position: relative; min-height: 600px; max-height: 800px; overflow: hidden; display: flex; align-items: flex-end; }
.page-hero-bg { position: absolute; inset: 0; z-index: 0; }
.page-hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center right; }
.page-hero-content { position: relative; z-index: 1; width: 100%; padding-bottom: 60px; }
.hero-text-box { max-width: 480px; background: rgba(255,255,255,.92); padding: 32px 36px; }
.hero-text-box h1 { margin: 0 0 24px; font-size: clamp(24px, 4vw, 36px); font-weight: 700; line-height: 1.2; }

/* Buttons */
.btn {
    display: inline-block; padding: 12px 28px; font-size: 14px; font-weight: 500;
    text-align: center; border: 2px solid transparent; transition: all .2s; cursor: pointer;
}
.btn-tertiary, .btn-primary { background: var(--wg-black); color: var(--wg-white); border-color: var(--wg-black); }
.btn-tertiary:hover, .btn-primary:hover { background: var(--wg-red); border-color: var(--wg-red); }
.btn-outline { background: transparent; color: var(--wg-white); border-color: var(--wg-red); }
.btn-outline:hover { background: var(--wg-red); }
.btn-outline-light { background: transparent; color: var(--wg-text); border-color: var(--wg-grey-mid); }
.btn-outline-light:hover { background: var(--wg-grey); }

/* Sections */
section { padding: 60px 0; }
.section-light { background: var(--wg-grey); }
h2 { font-size: clamp(22px, 3vw, 32px); font-weight: 700; margin: 0 0 32px; }

/* Carousel */
.product-carousel { position: relative; display: flex; align-items: center; gap: 8px; }
.carousel-track-wrapper { flex: 1; overflow: hidden; }
.carousel-track { display: flex; gap: 20px; transition: transform .4s ease; }
.product-tile { flex: 0 0 calc(25% - 15px); min-width: 220px; background: var(--wg-white); padding: 16px; }
.product-image { aspect-ratio: 1; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.product-image img { max-height: 200px; object-fit: contain; }
.product-sku { font-size: 12px; color: var(--wg-text-light); margin-bottom: 4px; }
.product-title { font-size: 13px; font-weight: 700; text-transform: uppercase; line-height: 1.3; display: block; }
.product-title:hover { color: var(--wg-red); }
.carousel-arrow {
    flex-shrink: 0; width: 40px; height: 40px; background: var(--wg-black); color: var(--wg-white);
    font-size: 24px; display: flex; align-items: center; justify-content: center;
}
.carousel-arrow:hover { background: var(--wg-red); }
.carousel-arrow:disabled { opacity: .3; cursor: not-allowed; }

/* Protection section (homepage) */
.section-eyebrow {
    display: inline-block; font-size: 12px; font-weight: 700; text-transform: uppercase;
    letter-spacing: .1em; color: var(--wg-red); margin-bottom: 12px;
}
.protection-section h2 { margin-bottom: 16px; }
.protection-lead { font-size: 17px; line-height: 1.65; color: var(--wg-text-light); margin: 0 0 20px; max-width: 540px; }
.protection-header { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; margin-bottom: 56px; }
.protection-highlights { margin: 0 0 28px; padding: 0; list-style: none; }
.protection-highlights li {
    position: relative; padding-left: 22px; margin-bottom: 10px;
    font-size: 14px; color: var(--wg-text-light); line-height: 1.5;
}
.protection-highlights li::before {
    content: '✓'; position: absolute; left: 0; color: var(--wg-red); font-weight: 700;
}
.protection-highlights strong { color: var(--wg-text); }
.protection-header-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.protection-header-visual { display: flex; flex-direction: column; gap: 16px; }
.protection-hero-image { position: relative; overflow: hidden; aspect-ratio: 4/3; background: var(--wg-grey-mid); }
.protection-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.protection-hero-badge {
    position: absolute; bottom: 16px; left: 16px;
    background: var(--wg-red); color: var(--wg-white);
    padding: 8px 14px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em;
}
.protection-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.protection-stat {
    background: var(--wg-white); border: 1px solid var(--wg-grey-mid);
    padding: 16px 12px; text-align: center;
}
.protection-stat strong { display: block; font-size: 22px; color: var(--wg-red); line-height: 1.2; }
.protection-stat span { display: block; font-size: 11px; color: var(--wg-text-light); margin-top: 4px; line-height: 1.3; }
.protection-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-bottom: 48px; }
.protection-tile { background: var(--wg-white); border: 1px solid var(--wg-grey-mid); transition: box-shadow .2s, transform .2s; }
.protection-tile:hover { box-shadow: 0 8px 28px rgba(0,0,0,.1); transform: translateY(-3px); }
.protection-tile-link { display: block; color: inherit; height: 100%; }
.protection-tile-image { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--wg-grey-mid); }
.protection-tile-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.protection-tile:hover .protection-tile-image img { transform: scale(1.05); }
.protection-tile-overlay {
    position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
    background: rgba(26,26,26,.55); color: var(--wg-white); font-size: 13px; font-weight: 700;
    text-transform: uppercase; letter-spacing: .05em; opacity: 0; transition: opacity .25s;
}
.protection-tile:hover .protection-tile-overlay { opacity: 1; }
.protection-tile-body { padding: 20px 18px 22px; }
.protection-tile-body h3 { margin: 0 0 10px; font-size: 15px; font-weight: 700; text-transform: uppercase; letter-spacing: .02em; }
.protection-tile-body p { font-size: 13px; line-height: 1.6; margin: 0 0 14px; color: var(--wg-text-light); }
.protection-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 14px; padding: 0; list-style: none; }
.protection-tags li {
    font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .03em;
    padding: 4px 8px; background: var(--wg-grey); color: var(--wg-text-light); border: 1px solid var(--wg-grey-mid);
}
.protection-tile-cta { font-size: 13px; font-weight: 700; color: var(--wg-red); }
.protection-trust-bar {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
    padding: 28px 32px; background: var(--wg-white); border: 1px solid var(--wg-grey-mid);
}
.protection-trust-item { display: flex; align-items: flex-start; gap: 12px; }
.protection-trust-item .trust-icon { font-size: 26px; flex-shrink: 0; line-height: 1; }
.protection-trust-item strong { display: block; font-size: 13px; margin-bottom: 3px; }
.protection-trust-item span { font-size: 12px; color: var(--wg-text-light); line-height: 1.4; }

/* Legacy adventure aliases */
.adventure-header { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; margin-bottom: 48px; }
.adventure-header-text h2 { margin-bottom: 16px; }
.adventure-header-text p { font-size: 18px; color: var(--wg-text-light); margin: 0; }
.adventure-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.adventure-tile-image { aspect-ratio: 4/3; overflow: hidden; margin-bottom: 16px; }
.adventure-tile-image img { width: 100%; height: 100%; object-fit: cover; }
.adventure-tile p { font-size: 14px; line-height: 1.6; margin: 0; color: var(--wg-text-light); }

/* Garden Tips */
.garden-tips-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.garden-tips-content h2 { margin-bottom: 16px; }
.garden-tips-content p { margin: 0 0 16px; color: var(--wg-text-light); }

/* Social */
.social-section { background: var(--wg-black); color: var(--wg-white); text-align: center; padding: 80px 0; }
.social-content h2 { font-size: clamp(32px, 5vw, 48px); margin-bottom: 16px; }
.social-content p { max-width: 600px; margin: 0 auto 32px; font-size: 16px; opacity: .9; }
.social-icons { display: flex; justify-content: center; gap: 16px; }
.social-link {
    display: flex; align-items: center; justify-content: center; width: 56px; height: 56px;
    background: var(--wg-black); border: 2px solid var(--wg-white); transition: border-color .2s;
}
.social-link:hover { border-color: var(--wg-red); }
.social-link img { width: 32px; height: 32px; object-fit: contain; filter: invert(1); }

/* Footer */
.tagline-bar { background: var(--wg-red); padding: 24px 0; text-align: center; }
.tagline-bar img { margin: 0 auto; height: 56px; width: auto; }
.footer-main { background: var(--wg-grey); padding: 48px 0; }
.footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.footer-menu-title {
    display: block; font-size: 13px; font-weight: 700; text-transform: uppercase;
    letter-spacing: .05em; padding-bottom: 12px; margin-bottom: 12px; border-bottom: 1px solid #ccc;
}
.footer-menu-group a { display: block; padding: 6px 0; font-size: 14px; color: var(--wg-text-light); }
.footer-menu-group a:hover { color: var(--wg-red); }
.footer-bottom { background: var(--wg-grey); border-top: 1px solid #ddd; padding: 20px 0; }
.footer-bottom-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }
.footer-bottom p { margin: 0; font-size: 13px; color: var(--wg-text-light); }
.footer-legal { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.footer-legal a { font-size: 13px; color: var(--wg-text-light); }
.footer-legal a:hover { color: var(--wg-red); }

/* Cookie */
.cookie-banner {
    position: fixed; bottom: 24px; right: 24px; max-width: 420px; background: var(--wg-dark);
    color: var(--wg-white); padding: 24px; z-index: 9999; box-shadow: 0 8px 32px rgba(0,0,0,.3);
    transform: translateY(120%); transition: transform .3s ease;
}
.cookie-banner.is-visible { transform: translateY(0); }
.cookie-banner p { margin: 0 0 20px; font-size: 13px; line-height: 1.5; }
.cookie-actions { display: flex; flex-direction: column; gap: 8px; }
.cookie-actions .btn { width: 100%; }

/* Modals */
.cookie-modal, .external-modal {
    position: fixed; inset: 0; z-index: 10000; display: flex; align-items: center; justify-content: center;
}
.cookie-modal.hidden, .external-modal.hidden { display: none; }
.cookie-modal-overlay, .external-modal-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.6); }
.cookie-modal-content, .external-modal-content {
    position: relative; background: var(--wg-white); max-width: 560px; width: 90%;
    max-height: 80vh; overflow-y: auto; padding: 32px; z-index: 1;
}
.cookie-category { margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid var(--wg-grey-mid); }
.cookie-category h4 { margin: 0 0 8px; font-size: 14px; }
.cookie-category p { margin: 0; font-size: 13px; color: var(--wg-text-light); }
.external-modal-actions { display: flex; gap: 12px; margin-top: 20px; }

/* Inner pages */
.page-content { padding: 48px 0 80px; }
.page-content h1 { font-size: 32px; margin: 0 0 24px; }
.page-content p { color: var(--wg-text-light); max-width: 720px; }
.search-results .result-item { padding: 20px 0; border-bottom: 1px solid var(--wg-grey-mid); }
.search-results .result-item h3 { margin: 0 0 8px; font-size: 18px; }
.search-results .result-item h3 a:hover { color: var(--wg-red); }
.result-type { font-size: 12px; color: var(--wg-text-light); text-transform: uppercase; }
.product-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.product-detail-image { background: var(--wg-grey); padding: 32px; display: flex; align-items: center; justify-content: center; }
.product-detail-image img { max-height: 400px; object-fit: contain; }
.product-detail-info h1 { font-size: 28px; margin: 8px 0 16px; }

body.mobile-nav-open { overflow: hidden; }
body.mobile-nav-open .header-nav {
    display: block; position: fixed; top: var(--header-height); left: 0; right: 0;
    bottom: 0; overflow-y: auto; z-index: 999;
}
body.search-visible .search-close-button { display: block; }

@media (max-width: 1024px) {
    .product-tile { flex: 0 0 calc(33.333% - 14px); }
    .protection-tiles, .adventure-tiles { grid-template-columns: repeat(2, 1fr); }
    .protection-trust-bar { grid-template-columns: repeat(2, 1fr); }
    .product-detail-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .mobile-menu-trigger {
        display: flex; flex-direction: column; justify-content: center; gap: 5px;
        width: 32px; height: 32px; padding: 4px; flex-shrink: 0;
    }
    .mobile-menu-trigger span { display: block; height: 2px; background: var(--wg-white); border-radius: 1px; }
    .mobile-search-toggle { display: block; }
    .toolbar-label.hide-mobile, .toolbar-btn-register { display: none; }
    .toolbar-item .toolbar-label { display: none; }
    .header-main-search {
        display: none; position: absolute; top: 100%; left: 0; right: 0;
        max-width: none; padding: 12px 24px; background: var(--wg-red); z-index: 10;
    }
    body.search-visible .header-main-search { display: block; }
    .header-nav { display: none; }
    .primary-menu { flex-direction: column; }
    .menu-trigger { width: 100%; justify-content: space-between; }
    .sub-menu { position: static; box-shadow: none; background: rgba(255,255,255,.05); }
    .mega-menu-grid { grid-template-columns: 1fr; }
    .mega-menu-children a { color: rgba(255,255,255,.7); }
    .secondary-menu { flex-direction: column; align-items: stretch; border-top: 1px solid rgba(255,255,255,.1); }
    .page-hero { min-height: 420px; }
    .protection-header, .adventure-header, .garden-tips-grid, .footer-grid { grid-template-columns: 1fr; }
    .protection-tiles, .adventure-tiles { grid-template-columns: 1fr; }
    .protection-trust-bar { grid-template-columns: 1fr; }
    .protection-stats { grid-template-columns: 1fr; }
    .product-tile { flex: 0 0 calc(50% - 10px); min-width: 160px; }
    .footer-bottom-inner { flex-direction: column; text-align: center; }
    .cookie-banner { left: 16px; right: 16px; bottom: 16px; max-width: none; }
}

@media (max-width: 480px) {
    .product-tile { flex: 0 0 100%; }
}
