:root{--vdd-primary:#062d55;--vdd-secondary:#d9ab5a;--vdd-deep:#021f3d;--vdd-text:#173354;--vdd-muted:#6e7d8d;--vdd-soft:#f6f9fc;--vdd-soft-blue:#eef6fb;--vdd-line:#e4edf4;--vdd-radius:12px;--vdd-shadow:0 12px 30px rgba(10,50,92,.10)}
.vdd-hero{min-height:360px;background:linear-gradient(90deg,rgba(4,28,53,.94),rgba(5,36,65,.76),rgba(3,34,62,.25));background-size:cover;background-position:center;color:#fff}.vdd-hero-inner{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:28px;align-items:end;min-height:360px;padding:46px 0}.vdd-hero h1{font-family:'Playfair Display',Georgia,serif;font-size:clamp(34px,5vw,62px);line-height:1.12;margin:0 0 14px;color:#fff;text-shadow:0 3px 16px rgba(0,0,0,.26)}.vdd-hero p{max-width:600px;color:#e9f1f8;font-size:16px}.vdd-eyebrow{color:var(--vdd-secondary);font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.vdd-section{padding:32px 0}.vdd-section.compact{padding:22px 0}.vdd-soft{background:var(--vdd-soft)}.vdd-section h2{font-family:'Playfair Display',Georgia,serif;font-size:clamp(24px,3vw,34px);color:var(--vdd-text);margin:0 0 8px;text-align:center}.vdd-section-lead{text-align:center;color:var(--vdd-muted);margin:0 auto 22px;max-width:620px}.vdd-grid{display:grid;gap:18px}.vdd-grid-1{grid-template-columns:1fr}.vdd-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.vdd-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.vdd-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.vdd-grid-5,.vdd-grid-6{grid-template-columns:repeat(6,minmax(0,1fr))}.vdd-listing-card{background:#fff;border:1px solid var(--vdd-line);border-radius:var(--vdd-radius);box-shadow:var(--vdd-shadow);overflow:hidden;display:flex;flex-direction:column;min-width:0}.vdd-thumb{display:block;aspect-ratio:4/3;background:var(--vdd-soft-blue);overflow:hidden}.vdd-thumb img{width:100%;height:100%;object-fit:cover}.vdd-initials{width:100%;height:100%;min-height:120px;display:grid;place-items:center;background:linear-gradient(135deg,var(--vdd-primary),#0b477d);color:var(--vdd-secondary);font-weight:600;font-size:34px;letter-spacing:.04em}.vdd-listing-body{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}.vdd-listing-body h3{font-size:18px;line-height:1.25;margin:0;color:var(--vdd-primary)}.vdd-listing-body p{color:var(--vdd-muted);margin:0}.vdd-chip-row{display:flex;gap:6px;flex-wrap:wrap}.vdd-chip{display:inline-flex;align-items:center;border-radius:999px;background:var(--vdd-soft-blue);color:var(--vdd-primary);font-size:12px;font-weight:600;padding:5px 9px}.vdd-chip.gold{background:#fff7e8;color:#8b5b0d}.vdd-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid transparent;border-radius:8px;padding:12px 22px;background:var(--vdd-secondary);color:#082747;font-weight:600;cursor:pointer;text-decoration:none;transition:200ms ease;box-shadow:0 6px 16px rgba(217,171,90,.18)}.vdd-btn:hover{transform:translateY(-2px)}.vdd-btn.outline{background:#fff;color:var(--vdd-primary);border-color:#cbd8e5;box-shadow:none}.vdd-btn.sm{padding:8px 13px;font-size:12px;border-radius:7px;margin-top:auto;width:max-content}.vdd-feature-card{background:#fff;border:1px solid var(--vdd-line);border-radius:var(--vdd-radius);box-shadow:var(--vdd-shadow);padding:18px;text-align:center}.vdd-feature-card span{width:42px;height:42px;border-radius:999px;background:var(--vdd-soft-blue);color:var(--vdd-primary);display:grid;place-items:center;margin:0 auto 10px;font-size:18px}.vdd-feature-card h3{margin:0 0 6px;font-size:16px}.vdd-feature-card p{margin:0;color:var(--vdd-muted)}.vdd-testimonial-card{background:#fff;border:1px solid rgba(255,255,255,.3);border-radius:var(--vdd-radius);box-shadow:var(--vdd-shadow);padding:18px;text-align:center}.vdd-testimonials{background:linear-gradient(90deg,var(--vdd-deep),var(--vdd-primary));color:#fff}.vdd-testimonials h2{color:#fff}.vdd-avatar{width:56px;height:56px;border-radius:999px;overflow:hidden;margin:0 auto 10px}.vdd-avatar .vdd-initials{min-height:56px;font-size:18px}.vdd-partner-card{background:#fff;border:1px solid var(--vdd-line);border-radius:var(--vdd-radius);padding:18px;text-align:center;box-shadow:var(--vdd-shadow)}.vdd-partner-card .vdd-initials{min-height:74px;border-radius:10px;font-size:22px;margin-bottom:10px}.vdd-faq-item{border:1px solid var(--vdd-line);background:#fff;border-radius:10px;margin-bottom:10px;overflow:hidden}.vdd-faq-q{width:100%;border:0;background:#fff;padding:15px 16px;text-align:left;font-weight:600;color:var(--vdd-primary);display:flex;justify-content:space-between;cursor:pointer}.vdd-faq-a{display:none;padding:0 16px 16px;color:var(--vdd-muted)}.vdd-faq-item.open .vdd-faq-a{display:block}.vdd-search-form{background:#fff;border:1px solid var(--vdd-line);border-radius:var(--vdd-radius);box-shadow:var(--vdd-shadow);padding:16px;display:grid;gap:12px}.vdd-search-form.compact{grid-template-columns:repeat(3,minmax(0,1fr)) auto;align-items:end}.vdd-search-form label{display:block;color:var(--vdd-muted);font-size:12px;font-weight:600;margin:0 0 5px}.vdd-search-form input,.vdd-search-form select,.vdd-contact-form input,.vdd-contact-form select,.vdd-contact-form textarea{width:100%;border:1px solid var(--vdd-line);border-radius:8px;padding:11px 12px;background:#fff;color:var(--vdd-text)}.vdd-archive-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:22px}.vdd-filter-panel{align-self:start;position:sticky;top:78px}.vdd-filter-toggle{display:none}.vdd-split{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}.vdd-check-list{list-style:none;margin:14px 0;padding:0}.vdd-check-list li{position:relative;padding-left:26px;margin:9px 0}.vdd-check-list li:before{content:'✓';position:absolute;left:0;top:0;color:var(--vdd-secondary);font-weight:600}.vdd-map-card{min-height:260px;border-radius:var(--vdd-radius);background:linear-gradient(135deg,var(--vdd-soft-blue),#fff);border:1px solid var(--vdd-line);box-shadow:var(--vdd-shadow);display:grid;place-items:center;text-align:center;padding:22px}.vdd-map-card span{font-size:48px;color:var(--vdd-secondary)}.vdd-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.vdd-stats div{background:#fff;border:1px solid var(--vdd-line);border-radius:var(--vdd-radius);box-shadow:var(--vdd-shadow);padding:18px;text-align:center}.vdd-stats strong{display:block;font-size:34px;color:var(--vdd-primary);font-family:'Playfair Display',Georgia,serif}.vdd-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.vdd-gallery-item,.vdd-gallery-grid>.vdd-initials{aspect-ratio:4/3;border-radius:var(--vdd-radius);background:linear-gradient(135deg,var(--vdd-primary),#0b477d);color:#fff;display:grid;place-items:center;overflow:hidden}.vdd-cta{background:var(--vdd-soft-blue)}.vdd-contact-form{background:#fff;border:1px solid var(--vdd-line);border-radius:var(--vdd-radius);box-shadow:var(--vdd-shadow);padding:20px;display:grid;gap:10px}.vdd-contact-form h2{text-align:left;margin:0 0 6px}.vdd-contact-form textarea{min-height:90px;resize:vertical}.vdd-fact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:18px 0}.vdd-fact-grid div{background:#fff;border:1px solid var(--vdd-line);border-radius:10px;padding:13px;box-shadow:var(--vdd-shadow)}.vdd-fact-grid span{display:block;color:var(--vdd-muted);font-size:12px}.vdd-fact-grid strong{display:block;color:var(--vdd-primary);font-weight:600}.vdd-video{position:relative;aspect-ratio:16/9;border-radius:var(--vdd-radius);overflow:hidden;background:#000}.vdd-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.vdd-pagination ul{list-style:none;display:flex;gap:6px;margin:20px 0 0;padding:0;flex-wrap:wrap}.vdd-pagination a,.vdd-pagination span{display:grid;place-items:center;min-width:34px;height:34px;border:1px solid var(--vdd-line);border-radius:8px;background:#fff}.vdd-pagination .current{background:var(--vdd-primary);color:#fff}.vdd-category-chips{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}.vdd-sidebar-box .vdd-contact-form h2{font-size:18px}.vdd-sidebar-box .vdd-contact-form{box-shadow:none;border:0;padding:0}.vdd-sidebar-box .vdd-contact-form textarea{display:none}
@media(max-width:1024px){.vdd-grid-4{grid-template-columns:repeat(3,1fr)}.vdd-grid-5,.vdd-grid-6{grid-template-columns:repeat(3,1fr)}.vdd-hero-inner{grid-template-columns:1fr}.vdd-search-form.compact{grid-template-columns:repeat(2,1fr)}.vdd-archive-layout{grid-template-columns:1fr}.vdd-filter-panel{position:static}.vdd-split{grid-template-columns:1fr}.vdd-stats{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.vdd-grid,.vdd-grid-3,.vdd-grid-4,.vdd-grid-5,.vdd-grid-6{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.vdd-listing-body{padding:12px}.vdd-listing-body h3{font-size:15px}.vdd-listing-body p{font-size:13px}.vdd-hero-inner{padding:34px 0}.vdd-search-form.compact{grid-template-columns:1fr}.vdd-filter-toggle{display:inline-flex;position:fixed;right:14px;bottom:78px;z-index:80;border:0;background:var(--vdd-primary);color:#fff;border-radius:999px;padding:10px 14px;box-shadow:var(--vdd-shadow);font-weight:600}.vdd-filter-panel{position:fixed;inset:auto 0 0 0;max-height:78vh;overflow:auto;background:#fff;border-radius:18px 18px 0 0;z-index:90;padding:18px;box-shadow:0 -14px 36px rgba(0,0,0,.18);transform:translateY(110%);transition:220ms ease}.vdd-filter-panel.is-open{transform:translateY(0)}.vdd-gallery-grid{grid-template-columns:repeat(2,1fr)}.vdd-fact-grid{grid-template-columns:repeat(2,1fr)}.vdd-section{padding:26px 0}}
@media(max-width:420px){.vdd-grid,.vdd-grid-3,.vdd-grid-4,.vdd-grid-5,.vdd-grid-6{grid-template-columns:repeat(2,minmax(0,1fr))}.vdd-chip{font-size:10px;padding:4px 6px}.vdd-btn.sm{font-size:11px;padding:7px 9px}.vdd-hero h1{font-size:32px}.vdd-stats{grid-template-columns:repeat(2,1fr)}.vdd-stats strong{font-size:26px}.vdd-fact-grid{grid-template-columns:1fr}}

/* v1.0.6 fixes: hero title smaller gold gradient + stable larger search box + real image blocks */
.vdd-hero{min-height:420px}.vdd-hero-inner{grid-template-columns:minmax(0,1fr) minmax(460px,520px);gap:34px;align-items:center;min-height:420px}.vdd-hero h1{font-size:clamp(26px,3.15vw,44px);line-height:1.12;margin-bottom:12px;background:linear-gradient(95deg,#fff3bd 0%,#f1c879 34%,#d9ab5a 68%,#fff0b0 100%);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:none;max-width:620px}.vdd-hero p{font-size:15px;max-width:560px}.vdd-search-form.compact{grid-template-columns:minmax(180px,1.45fr) minmax(130px,1fr) minmax(130px,1fr) auto;padding:20px;gap:14px;align-items:end}.vdd-search-form.compact input,.vdd-search-form.compact select{min-height:46px;padding:13px 14px}.vdd-search-form.compact .vdd-btn{min-height:46px;padding-inline:20px;white-space:nowrap}.vdd-search-form *{min-width:0}.vdd-map-card.image-card{padding:0;position:relative;overflow:hidden;display:block;min-height:310px;text-align:left}.vdd-map-card.image-card img{width:100%;height:100%;min-height:310px;object-fit:cover}.vdd-map-card.image-card>div{position:absolute;left:16px;right:16px;bottom:16px;background:rgba(255,255,255,.93);border:1px solid rgba(255,255,255,.6);border-radius:12px;padding:13px 14px;box-shadow:0 12px 30px rgba(10,50,92,.16)}.vdd-map-card.image-card span{font-size:26px}.vdd-map-card.image-card p{margin:4px 0 0;color:var(--vdd-muted)}.vdd-cta-image{margin-top:16px;border-radius:var(--vdd-radius);overflow:hidden;border:1px solid var(--vdd-line);box-shadow:var(--vdd-shadow)}.vdd-cta-image img{width:100%;aspect-ratio:16/8;object-fit:cover}
@media(max-width:1180px){.vdd-hero-inner{grid-template-columns:1fr}.vdd-search-form.compact{grid-template-columns:minmax(180px,1.4fr) minmax(130px,1fr) minmax(130px,1fr) auto}}
@media(max-width:768px){.vdd-hero{min-height:auto}.vdd-hero-inner{min-height:auto;padding:30px 0}.vdd-hero h1{font-size:29px}.vdd-search-form.compact{grid-template-columns:1fr;padding:16px}.vdd-search-form.compact .vdd-btn{width:100%}.vdd-cta-image img{aspect-ratio:16/10}}

/* v1.0.6 hard fixes: match original HTML hero/search/testimonials and avoid bad image usage */
.vdd-hero{min-height:420px;display:flex;align-items:center;background-position:center;background-size:cover;position:relative}
.vdd-hero:after{content:"";position:absolute;inset:auto 0 0;height:55%;background:linear-gradient(0deg,rgba(2,23,43,.42),transparent);pointer-events:none}
.vdd-hero-inner{position:relative;z-index:1;display:block!important;max-width:760px;min-height:0!important;padding:58px 0 34px!important}
.vdd-hero-copy{max-width:760px}.vdd-hero h1{font-size:clamp(28px,3.4vw,42px)!important;line-height:1.12;margin:0 0 14px;max-width:650px;background:linear-gradient(95deg,#fff3bd 0%,#f1c879 36%,#d9ab5a 70%,#fff0b0 100%);-webkit-background-clip:text;background-clip:text;color:transparent!important;text-shadow:none!important}.vdd-hero p{font-size:15px;max-width:600px;margin:0 0 24px;color:#e7eff8}.vdd-search-form.compact{width:min(720px,100%);display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) max-content!important;gap:14px;background:rgba(4,37,68,.82)!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:12px;padding:14px!important;margin-top:10px;box-shadow:0 18px 40px rgba(0,0,0,.2);backdrop-filter:blur(4px);align-items:end}.vdd-search-form.compact>div,.vdd-search-form.compact .field{min-width:0}.vdd-search-form.compact label{display:block;color:#d5e4f1!important;font-size:11px;font-weight:600;margin:0 0 6px}.vdd-search-form.compact select,.vdd-search-form.compact input{width:100%;min-width:0;height:40px!important;min-height:40px!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:7px;background:#0b3865!important;color:#fff!important;padding:0 12px!important;outline:none;line-height:40px}.vdd-search-form.compact .vdd-btn{height:40px!important;min-height:40px!important;align-self:end;padding:0 22px!important;white-space:nowrap!important;line-height:1!important;max-width:100%;overflow:hidden;text-overflow:clip}.vdd-testimonials{position:relative;background:linear-gradient(180deg,#fff,#f8fbfe)!important;color:var(--vdd-text)!important}.vdd-testimonials h2{color:var(--vdd-text)!important}.vdd-testimonials h2 .gold{color:var(--vdd-secondary)}.vdd-testimonial-card{display:flex!important;gap:14px;align-items:center;text-align:left!important;padding:16px;background:#fff!important;border:1px solid var(--vdd-line)!important;border-radius:var(--vdd-radius);box-shadow:0 6px 18px rgba(17,54,91,.06);color:var(--vdd-text)!important}.vdd-testimonial-card .vdd-avatar{width:62px;height:62px;border-radius:50%;flex:0 0 auto;background:linear-gradient(135deg,#eaf2f9,#d8e7f5);display:grid;place-items:center;color:var(--vdd-primary);font-weight:600;box-shadow:inset 0 0 0 5px #fff;margin:0;overflow:hidden}.vdd-testimonial-card .vdd-initials{width:62px;height:62px;min-height:62px;border-radius:50%;background:linear-gradient(135deg,#eaf2f9,#d8e7f5);color:var(--vdd-primary);font-size:18px}.vdd-testimonial-content h3{font-size:14px;font-family:Inter,Arial,sans-serif;font-weight:600;margin:0;color:var(--vdd-primary)!important}.vdd-testimonial-content span{display:block;color:var(--vdd-secondary);font-size:11px;margin:2px 0 5px}.vdd-testimonial-content p{margin:0;font-size:12px;color:#53687c!important}.vdd-partner-card .vdd-initials{background:linear-gradient(135deg,#eef6fb,#fff7e8);color:var(--vdd-primary);box-shadow:inset 0 0 0 1px var(--vdd-line)}
@media(max-width:768px){.vdd-hero{min-height:520px;background-position:center}.vdd-hero-inner{padding-top:54px!important}.vdd-search-form.compact{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}.vdd-search-form.compact .vdd-btn{grid-column:1/-1;width:100%}.vdd-testimonial-card{align-items:flex-start}.vdd-testimonial-card .vdd-avatar,.vdd-testimonial-card .vdd-initials{width:54px;height:54px;min-height:54px}}
@media(max-width:520px){.vdd-hero{min-height:580px}.vdd-hero h1{font-size:32px!important}.vdd-search-form.compact{grid-template-columns:1fr!important}.vdd-testimonial-card{display:block!important;text-align:center!important}.vdd-testimonial-card .vdd-avatar{margin:0 auto 10px}}


/* v1.0.6 final layout fixes: archive right sidebar, 3 project cards, stable search button, readable testimonials */
.vdd-archive-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 238px!important;gap:20px!important;align-items:start!important}
.vdd-archive-results{min-width:0!important;max-width:100%!important}.vdd-filter-panel{min-width:0!important;width:100%!important;position:sticky!important;top:78px!important;align-self:start!important}
.vdd-archive-layout .vdd-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.vdd-archive-layout .vdd-listing-card{min-width:0!important}.vdd-listing-card,.vdd-listing-body,.vdd-chip-row{max-width:100%;min-width:0}.vdd-listing-body h3,.vdd-listing-body p{overflow-wrap:anywhere}.vdd-chip{max-width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.vdd-search-form,.vdd-search-form *{box-sizing:border-box;max-width:100%}.vdd-search-form button,.vdd-search-form .vdd-btn{width:100%;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vdd-search-form.compact{width:min(720px,100%)!important;grid-template-columns:repeat(3,minmax(0,1fr)) minmax(92px,.7fr)!important}.vdd-search-form.compact .vdd-btn{font-size:13px!important;padding:0 12px!important}.vdd-search-form.compact select,.vdd-search-form.compact input{font-size:13px!important}
.vdd-testimonials{background:#fff!important;color:var(--vdd-text)!important}.vdd-testimonial-card{background:#fff!important;color:var(--vdd-text)!important}.vdd-testimonial-card p,.vdd-testimonial-content p{color:#4f6478!important}.vdd-testimonial-card h3,.vdd-testimonial-content h3{color:var(--vdd-primary)!important}.vdd-testimonial-card span,.vdd-testimonial-content span{color:var(--vdd-secondary)!important}.vdd-testimonial-card .vdd-avatar,.vdd-testimonial-card .vdd-initials{background:linear-gradient(135deg,#eef6fb,#fff7e8)!important;color:var(--vdd-primary)!important}
.vdd-partner-card img{display:none!important}.vdd-partner-card .vdd-initials{min-height:58px!important;font-size:18px!important;background:#fff!important;color:var(--vdd-primary)!important;border:1px solid var(--vdd-line)!important}
@media(max-width:1024px){.vdd-archive-layout{grid-template-columns:minmax(0,1fr) 220px!important}.vdd-archive-layout .vdd-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:768px){.vdd-archive-layout{display:block!important}.vdd-filter-panel{position:fixed!important;inset:auto 0 0 0!important;max-height:78vh!important;width:100%!important;overflow:auto!important;background:#fff!important;border-radius:18px 18px 0 0!important;z-index:90!important;padding:18px!important;box-shadow:0 -14px 36px rgba(0,0,0,.18)!important;transform:translateY(110%);transition:220ms ease}.vdd-filter-panel.is-open{transform:translateY(0)!important}.vdd-archive-layout .vdd-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))!important}.vdd-search-form.compact{grid-template-columns:repeat(2,minmax(0,1fr))!important}.vdd-search-form.compact .vdd-btn{grid-column:1/-1;width:100%!important}}
@media(max-width:520px){.vdd-search-form.compact{grid-template-columns:1fr!important}.vdd-archive-layout .vdd-listing-body{padding:10px!important}.vdd-archive-layout .vdd-btn.sm{font-size:10px!important;padding:7px 8px!important}}


/* v1.0.6 urgent patch: search button no spill, right sidebar only, crisp images */
.vdd-search-form.compact .vdd-btn,.vdd-search-form button,.vdd-search-form .vdd-btn{display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;white-space:nowrap!important;word-break:keep-all!important;overflow:hidden!important;text-overflow:clip!important;line-height:1!important}
.vdd-search-form.compact{overflow:hidden!important}.vdd-search-form.compact .field,.vdd-search-form.compact div{overflow:hidden!important}
.vdd-archive-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 236px!important;gap:20px!important}.vdd-archive-results{order:1}.vdd-filter-panel{order:2}
.vdd-thumb img,.vdd-gallery-item img,.vdd-map-card img,.woocommerce img{image-rendering:auto;backface-visibility:hidden;transform:translateZ(0)}
.woocommerce-page .site-main,.woocommerce-page .vdd-site-main,.single-product .vdd-site-main{overflow-x:hidden!important;max-width:100vw!important}.single-product .summary,.single-product .entry-summary{min-width:0!important;max-width:100%!important}.single-product .product{min-width:0!important;max-width:100%!important}.single-product .woocommerce-product-gallery{max-width:100%!important}
@media(max-width:1024px){.vdd-archive-layout{grid-template-columns:minmax(0,1fr) 220px!important}}
@media(max-width:768px){.vdd-archive-layout{display:block!important}.vdd-filter-panel{order:initial}.vdd-search-form.compact .vdd-btn{grid-column:1/-1!important}}

/* v1.0.6: hero split exactly requested — left text, right search, 1250px outer alignment */
.vdd-hero{
  min-height:460px!important;
  display:flex!important;
  align-items:center!important;
  background-size:cover!important;
  background-position:center!important;
  overflow:hidden!important;
}
.vdd-hero .container.vdd-hero-inner{
  width:min(1250px,calc(100% - 40px))!important;
  max-width:1250px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 430px!important;
  gap:46px!important;
  align-items:center!important;
  justify-content:space-between!important;
  min-height:430px!important;
  padding:46px 0!important;
}
.vdd-hero-copy{
  max-width:650px!important;
  min-width:0!important;
  margin:0!important;
  text-align:left!important;
  justify-self:start!important;
}
.vdd-hero h1{
  max-width:640px!important;
  font-size:clamp(30px,3.25vw,44px)!important;
  margin:0 0 14px!important;
  background:linear-gradient(95deg,#fff3bd 0%,#f1c879 34%,#d9ab5a 68%,#fff0b0 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  color:transparent!important;
  text-shadow:none!important;
}
.vdd-hero p{max-width:600px!important;margin:0!important;color:#e7eff8!important;font-size:15px!important}
.vdd-hero .vdd-search-form.compact{
  justify-self:end!important;
  align-self:center!important;
  width:100%!important;
  max-width:430px!important;
  min-width:0!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:12px!important;
  padding:18px!important;
  margin:0!important;
  overflow:hidden!important;
  background:rgba(4,37,68,.88)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  border-radius:14px!important;
  box-shadow:0 18px 42px rgba(0,0,0,.24)!important;
  backdrop-filter:blur(5px)!important;
}
.vdd-hero .vdd-search-form.compact .field,
.vdd-hero .vdd-search-form.compact>div{
  width:100%!important;
  min-width:0!important;
  overflow:visible!important;
}
.vdd-hero .vdd-search-form.compact label{
  color:#d5e4f1!important;
  font-size:12px!important;
  font-weight:600!important;
  line-height:1.2!important;
  margin:0 0 6px!important;
}
.vdd-hero .vdd-search-form.compact input,
.vdd-hero .vdd-search-form.compact select{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  height:44px!important;
  min-height:44px!important;
  line-height:44px!important;
  padding:0 12px!important;
  border-radius:8px!important;
  border:1px solid rgba(255,255,255,.18)!important;
  background:#0b3865!important;
  color:#fff!important;
  font-size:14px!important;
  outline:none!important;
}
.vdd-hero .vdd-search-form.compact input::placeholder{color:rgba(255,255,255,.72)!important}
.vdd-hero .vdd-search-form.compact .vdd-btn{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  height:44px!important;
  min-height:44px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 16px!important;
  margin:2px 0 0!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:clip!important;
  line-height:1!important;
  font-size:14px!important;
}
@media(max-width:1100px){
  .vdd-hero .container.vdd-hero-inner{grid-template-columns:minmax(0,1fr) 390px!important;gap:30px!important;width:min(1250px,calc(100% - 32px))!important}
  .vdd-hero .vdd-search-form.compact{max-width:390px!important}
}
@media(max-width:900px){
  .vdd-hero{min-height:auto!important}
  .vdd-hero .container.vdd-hero-inner{grid-template-columns:1fr!important;gap:24px!important;min-height:0!important;padding:42px 0 30px!important;width:min(100% - 28px,1250px)!important}
  .vdd-hero .vdd-search-form.compact{justify-self:start!important;max-width:520px!important}
}
@media(max-width:520px){
  .vdd-hero h1{font-size:31px!important}
  .vdd-hero .container.vdd-hero-inner{width:min(100% - 24px,1250px)!important;padding:34px 0 24px!important}
  .vdd-hero .vdd-search-form.compact{padding:15px!important;gap:10px!important}
}


/* v1.0.6: HERO FIX CHUẨN — text trái, search phải, cả hai nằm trong khung ngoài 1250px */
.vdd-hero{
  min-height:460px!important;
  display:flex!important;
  align-items:center!important;
  overflow:hidden!important;
  background-size:cover!important;
  background-position:center!important;
}
.vdd-hero .container.vdd-hero-inner,
.vdd-hero .vdd-hero-inner.container{
  width:min(1250px, calc(100% - 72px))!important;
  max-width:1250px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding:52px 0!important;
  min-height:430px!important;
  display:grid!important;
  grid-template-columns:minmax(0, 1fr) 430px!important;
  gap:56px!important;
  align-items:center!important;
  justify-content:space-between!important;
}
.vdd-hero-copy{
  width:100%!important;
  max-width:620px!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  text-align:left!important;
  justify-self:start!important;
  align-self:center!important;
}
.vdd-hero-copy .vdd-eyebrow{display:inline-block!important;margin-bottom:10px!important}
.vdd-hero h1{
  max-width:620px!important;
  font-size:clamp(30px,3.05vw,44px)!important;
  line-height:1.12!important;
  margin:0 0 14px!important;
}
.vdd-hero p{max-width:590px!important;margin:0!important}
.vdd-hero .vdd-search-form.compact{
  width:430px!important;
  max-width:430px!important;
  min-width:0!important;
  margin:0!important;
  padding:18px!important;
  justify-self:end!important;
  align-self:center!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:12px!important;
  overflow:hidden!important;
}
.vdd-hero .vdd-search-form.compact .field,
.vdd-hero .vdd-search-form.compact > div{min-width:0!important;width:100%!important;max-width:100%!important;overflow:visible!important}
.vdd-hero .vdd-search-form.compact input,
.vdd-hero .vdd-search-form.compact select,
.vdd-hero .vdd-search-form.compact .vdd-btn{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}
.vdd-hero .vdd-search-form.compact .vdd-btn{white-space:nowrap!important;text-align:center!important;overflow:hidden!important;text-overflow:clip!important}
@media(max-width:1280px){
  .vdd-hero .container.vdd-hero-inner,
  .vdd-hero .vdd-hero-inner.container{width:min(1180px, calc(100% - 64px))!important;grid-template-columns:minmax(0,1fr) 410px!important;gap:42px!important}
  .vdd-hero .vdd-search-form.compact{width:410px!important;max-width:410px!important}
}
@media(max-width:1024px){
  .vdd-hero .container.vdd-hero-inner,
  .vdd-hero .vdd-hero-inner.container{width:min(100% - 48px, 960px)!important;grid-template-columns:minmax(0,1fr) 380px!important;gap:30px!important}
  .vdd-hero .vdd-search-form.compact{width:380px!important;max-width:380px!important}
}
@media(max-width:900px){
  .vdd-hero{min-height:auto!important}
  .vdd-hero .container.vdd-hero-inner,
  .vdd-hero .vdd-hero-inner.container{width:min(100% - 32px, 720px)!important;grid-template-columns:1fr!important;gap:22px!important;min-height:0!important;padding:38px 0 28px!important}
  .vdd-hero .vdd-search-form.compact{justify-self:start!important;width:100%!important;max-width:520px!important}
}
@media(max-width:520px){
  .vdd-hero .container.vdd-hero-inner,
  .vdd-hero .vdd-hero-inner.container{width:calc(100% - 24px)!important;padding:32px 0 24px!important}
  .vdd-hero h1{font-size:30px!important}
  .vdd-hero .vdd-search-form.compact{max-width:100%!important;padding:15px!important}
}


/* v1.0.7: FIX MOBILE WOOCOMMERCE SCROLL FREEZE
   Không áp overflow:hidden lên body WooCommerce; giữ chống tràn ngang nhưng cho kéo dọc bình thường. */
html{height:auto!important;min-height:100%!important;overflow-x:hidden!important;overflow-y:auto!important}
body.woocommerce,
body.woocommerce-page,
body.single-product,
body.tax-product_cat,
body.tax-product_tag,
body.post-type-archive-product{
  height:auto!important;
  min-height:100%!important;
  max-height:none!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  position:static!important;
  touch-action:pan-y!important;
  -webkit-overflow-scrolling:touch!important;
}
body.woocommerce .vdd-site-main,
body.woocommerce-page .vdd-site-main,
body.single-product .vdd-site-main,
body.tax-product_cat .vdd-site-main,
body.tax-product_tag .vdd-site-main,
body.post-type-archive-product .vdd-site-main{
  overflow-x:hidden!important;
  overflow-y:visible!important;
  height:auto!important;
  max-height:none!important;
}
body.woocommerce .woocommerce,
body.woocommerce-page .woocommerce{
  overflow-x:hidden!important;
  overflow-y:visible!important;
  height:auto!important;
  max-height:none!important;
}
body.woocommerce div.product,
body.woocommerce-page div.product,
body.single-product div.product{
  overflow:visible!important;
  height:auto!important;
  max-height:none!important;
}
body.single-product .woocommerce-product-gallery,
body.single-product .woocommerce-product-gallery__wrapper,
body.single-product .summary,
body.single-product .entry-summary{
  overflow:visible!important;
  height:auto!important;
  max-height:none!important;
  touch-action:pan-y!important;
}
.vdd-filter-panel{pointer-events:none}
.vdd-filter-panel.is-open{pointer-events:auto}
@media(max-width:768px){
  body.woocommerce,
  body.woocommerce-page,
  body.single-product,
  body.tax-product_cat,
  body.tax-product_tag,
  body.post-type-archive-product{
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch!important;
  }
  .woocommerce ul.products{overflow:visible!important;height:auto!important;max-height:none!important}
  .woocommerce div.product form.cart{position:relative!important}
  .woocommerce div.product .woocommerce-tabs,
  .woocommerce div.product .related,
  .woocommerce div.product .upsells{overflow:visible!important;height:auto!important;max-height:none!important}
}


/* v1.0.9: Woo mobile overflow + right filter sidebar + bank logo cards */
html,body{max-width:100%!important;overflow-x:hidden!important}
*,*::before,*::after{box-sizing:border-box}
@media(min-width:769px){
  .vdd-archive-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 236px!important;gap:20px!important;align-items:start!important;max-width:100%!important;overflow:visible!important}
  .vdd-archive-results{order:1!important;min-width:0!important;max-width:100%!important}
  .vdd-filter-panel{order:2!important;position:sticky!important;top:78px!important;transform:none!important;pointer-events:auto!important;max-height:none!important;overflow:visible!important;width:auto!important;padding:0!important;background:transparent!important;box-shadow:none!important;border-radius:0!important}
  .vdd-filter-toggle{display:none!important}
}
@media(max-width:1024px) and (min-width:769px){
  .vdd-archive-layout{grid-template-columns:minmax(0,1fr) 210px!important;gap:16px!important}
  .vdd-archive-layout .vdd-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:768px){
  .vdd-archive-layout{display:block!important;max-width:100%!important;overflow:visible!important}
  .vdd-archive-results{min-width:0!important;max-width:100%!important;overflow:visible!important}
  .vdd-filter-toggle{display:inline-flex!important;position:fixed!important;right:14px!important;bottom:78px!important;z-index:120!important}
  .vdd-filter-panel{position:fixed!important;left:0!important;right:0!important;bottom:0!important;top:auto!important;width:100%!important;max-height:78vh!important;overflow:auto!important;background:#fff!important;border-radius:18px 18px 0 0!important;z-index:130!important;padding:18px!important;box-shadow:0 -14px 36px rgba(0,0,0,.18)!important;transform:translateY(110%)!important;transition:220ms ease!important;pointer-events:none!important}
  .vdd-filter-panel.is-open{transform:translateY(0)!important;pointer-events:auto!important}
}
.vdd-partner-card{min-width:0!important;overflow:hidden!important}
.vdd-partner-card a{display:flex!important;min-height:122px!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:10px!important;color:var(--vdd-primary)!important}
.vdd-partner-card img{display:block!important;width:100%!important;max-width:180px!important;height:64px!important;object-fit:contain!important;margin:0 auto!important;image-rendering:auto!important;transform:none!important;backface-visibility:visible!important}
.vdd-partner-card .vdd-initials{display:grid!important;width:100%!important;max-width:180px!important;min-height:64px!important;height:64px!important;margin:0 auto!important;background:#fff!important;color:var(--vdd-primary)!important;border:1px solid var(--vdd-line)!important;border-radius:10px!important;font-size:18px!important}
.vdd-partner-card strong{font-size:14px!important;line-height:1.2!important;text-align:center!important}
body.woocommerce,body.woocommerce-page,body.single-product,body.tax-product_cat,body.tax-product_tag,body.post-type-archive-product{overflow-x:hidden!important;overflow-y:auto!important;width:100%!important;max-width:100%!important;position:static!important;touch-action:pan-y!important;-webkit-overflow-scrolling:touch!important}
body.woocommerce-page .site,body.woocommerce-page #page,body.single-product .site,body.single-product #page{max-width:100%!important;overflow-x:hidden!important}
body.woocommerce-page .vdd-content-area,body.single-product .vdd-content-area,.vdd-woo-content{width:min(1160px,calc(100% - 24px))!important;max-width:1160px!important;margin-left:auto!important;margin-right:auto!important;overflow:visible!important}
body.woocommerce-page .woocommerce,body.single-product .woocommerce{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;overflow:visible!important;min-width:0!important}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;margin:0!important;padding:0!important;max-width:100%!important;overflow:visible!important}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important;content:none!important}
.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:none!important;clear:none!important;width:auto!important;max-width:100%!important;min-width:0!important;margin:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}
.woocommerce ul.products li.product a img{width:100%!important;height:auto!important;max-width:100%!important;object-fit:cover!important}
body.single-product div.product{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:28px!important;align-items:start!important;width:100%!important;max-width:100%!important;overflow:visible!important;min-width:0!important}
body.single-product div.product div.images,body.single-product div.product div.summary,body.single-product .woocommerce-product-gallery,body.single-product .summary,body.single-product .entry-summary{float:none!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;overflow:visible!important;height:auto!important;max-height:none!important}
body.single-product div.product .woocommerce-tabs,body.single-product div.product .related,body.single-product div.product .upsells,body.single-product div.product .vdd-single-sections{grid-column:1/-1!important;width:100%!important;max-width:100%!important;overflow:visible!important}
.woocommerce div.product form.cart{display:flex!important;flex-wrap:wrap!important;gap:10px!important;max-width:100%!important;overflow:visible!important}
.woocommerce div.product form.cart .button{white-space:normal!important;max-width:100%!important}
@media(max-width:768px){
  body.woocommerce-page .vdd-content-area,body.single-product .vdd-content-area,.vdd-woo-content{width:calc(100% - 24px)!important;max-width:calc(100% - 24px)!important;padding-left:0!important;padding-right:0!important}
  .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  body.single-product div.product{display:block!important;width:100%!important;max-width:100%!important;overflow:visible!important}
  body.single-product div.product div.images,body.single-product div.product div.summary,body.single-product .woocommerce-product-gallery,body.single-product .summary,body.single-product .entry-summary{width:100%!important;max-width:100%!important;margin:0 0 18px!important;display:block!important;overflow:visible!important}
  .woocommerce div.product .product_title{font-size:26px!important;line-height:1.18!important;overflow-wrap:anywhere!important}
  .woocommerce div.product .woocommerce-tabs,.woocommerce div.product .related,.woocommerce div.product .upsells,.vdd-single-sections{width:100%!important;max-width:100%!important;overflow:visible!important;height:auto!important;max-height:none!important}
}
@media(max-width:420px){
  .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:13px!important;line-height:1.25!important}
}
