/* Generated from product-gallery.html. Blocksy owns global typography; header, footer and menu markup are removed from the Gutenberg fragment. */
.wtt-page.wtt-page--product-gallery{
    --primary:var(--theme-palette-color-1,#0E7CC5);
    --hover:var(--theme-palette-color-2,#0567AD);
    --accent:#51A9DC;
    --dark:var(--theme-palette-color-4,#1E1F23);
    --light:#F7F9FC;
    --white:#FFFFFF;
    --ink:var(--theme-text-color,#14161A);
    --muted:#5B6470;
    --line:#E4E9F0;
    --radius:10px;
    --shadow:0 10px 30px rgba(20,30,50,.08);
    --shadow-lg:0 20px 50px rgba(20,30,50,.14);
    --maxw:1400px;
  }.wtt-page.wtt-page--product-gallery *{margin:0;padding:0;box-sizing:border-box}.wtt-page.wtt-page--product-gallery{scroll-behavior:smooth}.wtt-page.wtt-page--product-gallery{
    
    color:var(--ink);background:var(--white);line-height:1.6;
    -webkit-font-smoothing:antialiased;overflow-x:hidden;
  }.wtt-page.wtt-page--product-gallery img{max-width:100%;display:block}.wtt-page.wtt-page--product-gallery a{text-decoration:none;color:inherit}.wtt-page.wtt-page--product-gallery .wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}.wtt-page.wtt-page--product-gallery .eyebrow{
    display:inline-block;font-size:15px;font-weight:700;letter-spacing:.18em;
    text-transform:uppercase;color:var(--primary);margin-bottom:14px;
  }.wtt-page.wtt-page--product-gallery .eyebrow.light{color:var(--accent)}.wtt-page.wtt-page--product-gallery .section{padding:110px 0}.wtt-page.wtt-page--product-gallery .section-head{max-width:720px;margin-bottom:56px}.wtt-page.wtt-page--product-gallery .section-head.center{margin-left:auto;margin-right:auto;text-align:center}.wtt-page.wtt-page--product-gallery .section-head h2{font-size:clamp(30px,4.2vw,48px);margin-bottom:16px}.wtt-page.wtt-page--product-gallery .section-head p{font-size:18px;color:var(--muted)}.wtt-page.wtt-page--product-gallery .btn{
    display:inline-flex;align-items:center;gap:10px;font-weight:700;font-size:16px;
    padding:16px 30px;border-radius:var(--radius);border:2px solid transparent;
    cursor:pointer;transition:.25s ease;line-height:1;
  }.wtt-page.wtt-page--product-gallery .btn-primary{background:var(--primary);color:#fff}.wtt-page.wtt-page--product-gallery .btn-primary:hover{background:var(--hover);transform:translateY(-2px);box-shadow:0 12px 28px rgba(14,124,197,.35)}.wtt-page.wtt-page--product-gallery .btn-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.4)}.wtt-page.wtt-page--product-gallery .btn-ghost:hover{border-color:#fff;background:rgba(255,255,255,.08)}.wtt-page.wtt-page--product-gallery .btn-outline{background:transparent;color:var(--primary);border-color:var(--primary)}.wtt-page.wtt-page--product-gallery .btn-outline:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}.wtt-page.wtt-page--product-gallery .arrow{font-size:18px;transition:transform .25s}.wtt-page.wtt-page--product-gallery .btn:hover .arrow{transform:translateX(4px)}.wtt-page.wtt-page--product-gallery /* HEADER */
  header{
    position:fixed;top:0;left:0;right:0;z-index:100;
    transition:.3s ease;padding:18px 0;
    background:transparent;border-bottom:1px solid transparent;
  }.wtt-page.wtt-page--product-gallery header.scrolled{padding:10px 0;background:#fff;border-bottom-color:var(--line);box-shadow:0 6px 24px rgba(20,30,50,.12)}.wtt-page.wtt-page--product-gallery .nav{display:flex;align-items:center;justify-content:space-between;gap:24px}.wtt-page.wtt-page--product-gallery .logo{display:flex;align-items:center;gap:11px;font-weight:900;font-size:24px;letter-spacing:-.03em}.wtt-page.wtt-page--product-gallery .logo img{height:48px;width:auto;display:block}.wtt-page.wtt-page--product-gallery .logo .logo-light{display:block}.wtt-page.wtt-page--product-gallery .logo .logo-dark{display:none}.wtt-page.wtt-page--product-gallery header.scrolled .logo .logo-light{display:none}.wtt-page.wtt-page--product-gallery header.scrolled .logo .logo-dark{display:block}.wtt-page.wtt-page--product-gallery .nav-links{display:flex;align-items:center;gap:30px}.wtt-page.wtt-page--product-gallery .nav-links a{color:rgba(255,255,255,.9);font-weight:600;font-size:15px;transition:.2s}.wtt-page.wtt-page--product-gallery .nav-links a:hover, .wtt-page.wtt-page--product-gallery .nav-links a.active{color:#fff}.wtt-page.wtt-page--product-gallery header.scrolled .nav-links a{color:var(--ink)}.wtt-page.wtt-page--product-gallery header.scrolled .nav-links a:hover, .wtt-page.wtt-page--product-gallery header.scrolled .nav-links a.active{color:var(--primary)}.wtt-page.wtt-page--product-gallery .nav-item{position:relative}.wtt-page.wtt-page--product-gallery .nav-item .caret{font-size:11px;opacity:.8}.wtt-page.wtt-page--product-gallery .dropdown{
    position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(10px);min-width:200px;
    background:rgba(30,31,35,.98);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);
    border-radius:var(--radius);padding:8px;box-shadow:0 16px 40px rgba(0,0,0,.4);
    display:flex;flex-direction:column;gap:2px;opacity:0;visibility:hidden;transition:.22s ease;z-index:50;
  }.wtt-page.wtt-page--product-gallery .dropdown a{padding:10px 14px;border-radius:7px;font-size:14px;color:rgba(255,255,255,.9)!important}.wtt-page.wtt-page--product-gallery .dropdown a:hover{background:rgba(14,124,197,.18);color:#fff!important}.wtt-page.wtt-page--product-gallery .nav-item.has-drop:hover .dropdown{opacity:1;visibility:visible;transform:translateX(-50%) translateY(6px)}.wtt-page.wtt-page--product-gallery .nav-cta{display:flex;align-items:center;gap:16px}.wtt-page.wtt-page--product-gallery .nav-cta .btn{padding:12px 22px;font-size:15px}.wtt-page.wtt-page--product-gallery .burger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:0;padding:6px}.wtt-page.wtt-page--product-gallery .burger span{width:26px;height:2px;background:#fff;border-radius:2px;transition:.3s}.wtt-page.wtt-page--product-gallery header.scrolled .burger span{background:var(--ink)}.wtt-page.wtt-page--product-gallery /* HERO */
  .phero{
    position:relative;min-height:72vh;display:flex;align-items:center;
    background:url('https://images.unsplash.com/photo-1553413077-190dd305871c?auto=format&fit=crop&w=2000&q=80') center/cover no-repeat;
    color:#fff;padding:150px 0 80px;
  }.wtt-page.wtt-page--product-gallery .phero .wrap{position:relative;z-index:2;width:100%}.wtt-page.wtt-page--product-gallery .crumbs{
    font-size:13px;font-weight:600;letter-spacing:.04em;color:rgba(255,255,255,.7);
    margin-bottom:22px;display:flex;gap:8px;flex-wrap:wrap;align-items:center;
  }.wtt-page.wtt-page--product-gallery .crumbs a{color:rgba(255,255,255,.7);transition:.2s}.wtt-page.wtt-page--product-gallery .crumbs a:hover{color:#fff}.wtt-page.wtt-page--product-gallery .crumbs .sep{opacity:.5}.wtt-page.wtt-page--product-gallery .crumbs .cur{color:var(--accent)}.wtt-page.wtt-page--product-gallery .phero-inner{max-width:760px}.wtt-page.wtt-page--product-gallery .phero h1{font-size:clamp(36px,5.4vw,64px);font-weight:900;margin-bottom:20px}.wtt-page.wtt-page--product-gallery .phero h1 .hl{color:var(--accent)}.wtt-page.wtt-page--product-gallery .phero p.sub{font-size:clamp(16px,2vw,20px);color:rgba(255,255,255,.85);max-width:660px;margin-bottom:36px;font-weight:400}.wtt-page.wtt-page--product-gallery .phero-cta{display:flex;gap:16px;flex-wrap:wrap}.wtt-page.wtt-page--product-gallery /* GALLERY SECTION */
  .gallery-section{background:var(--white)}.wtt-page.wtt-page--product-gallery /* Filter tabs */
  .filter-bar{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-bottom:52px}.wtt-page.wtt-page--product-gallery .ftab{
    display:flex;align-items:center;gap:9px;
    padding:12px 22px;border:1.5px solid var(--line);border-radius:50px;background:#fff;
    font-weight:700;font-size:14px;color:var(--muted);cursor:pointer;transition:.25s;
  }.wtt-page.wtt-page--product-gallery .ftab .fcount{
    display:inline-flex;align-items:center;justify-content:center;
    width:22px;height:22px;border-radius:50%;
    background:var(--light);font-size:11px;font-weight:800;color:var(--muted);transition:.25s;
  }.wtt-page.wtt-page--product-gallery .ftab:hover:not(.active){border-color:var(--accent);color:var(--ink)}.wtt-page.wtt-page--product-gallery .ftab.active{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 10px 24px rgba(14,124,197,.3)}.wtt-page.wtt-page--product-gallery .ftab.active .fcount{background:rgba(255,255,255,.25);color:#fff}.wtt-page.wtt-page--product-gallery /* Product card grid */
  .pgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.wtt-page.wtt-page--product-gallery .pcard{
    border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);
    background:var(--white);transition:.3s;position:relative;
    display:flex;flex-direction:column;
  }.wtt-page.wtt-page--product-gallery .pcard::before{
    content:"";position:absolute;left:0;top:0;height:3px;width:0;z-index:1;
    background:linear-gradient(90deg,var(--primary),var(--accent));transition:.35s;
  }.wtt-page.wtt-page--product-gallery .pcard:hover{border-color:rgba(14,124,197,.35);box-shadow:var(--shadow-lg);transform:translateY(-6px)}.wtt-page.wtt-page--product-gallery .pcard:hover::before{width:100%}.wtt-page.wtt-page--product-gallery .pcard-img{aspect-ratio:4/3;overflow:hidden;position:relative;background:var(--light)}.wtt-page.wtt-page--product-gallery .pcard-img img{width:100%;height:100%;object-fit:cover;transition:.6s ease}.wtt-page.wtt-page--product-gallery .pcard:hover .pcard-img img{transform:scale(1.08)}.wtt-page.wtt-page--product-gallery .pcard-body{padding:22px 24px 26px;display:flex;flex-direction:column;flex:1}.wtt-page.wtt-page--product-gallery .pcard-tag{
    font-size:11px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;
    color:var(--primary);margin-bottom:8px;display:block;
  }.wtt-page.wtt-page--product-gallery .pcard h3{font-size:17px;font-weight:800;margin-bottom:9px;line-height:1.25;color:var(--ink)}.wtt-page.wtt-page--product-gallery .pcard p{font-size:13.5px;color:var(--muted);line-height:1.65;margin-bottom:14px;flex:1}.wtt-page.wtt-page--product-gallery .pcard-spec{
    display:inline-flex;align-items:center;gap:7px;
    font-size:12px;font-weight:700;color:var(--ink);
    background:var(--light);padding:6px 13px;border-radius:50px;margin-bottom:16px;align-self:flex-start;
  }.wtt-page.wtt-page--product-gallery .pcard-spec-dot{width:7px;height:7px;border-radius:50%;background:var(--primary);flex-shrink:0}.wtt-page.wtt-page--product-gallery .pbtn{
    display:flex;align-items:center;justify-content:center;gap:8px;
    padding:12px 18px;border-radius:var(--radius);
    font-weight:700;font-size:14px;font-family:inherit;
    background:transparent;color:var(--primary);border:1.5px solid var(--primary);
    cursor:pointer;transition:.25s;text-decoration:none;
  }.wtt-page.wtt-page--product-gallery .pbtn .arrow{font-size:15px}.wtt-page.wtt-page--product-gallery .pbtn:hover{background:var(--primary);color:#fff;box-shadow:0 8px 20px rgba(14,124,197,.3)}.wtt-page.wtt-page--product-gallery .pbtn:hover .arrow{transform:translateX(4px)}.wtt-page.wtt-page--product-gallery /* CUSTOM CTA BAND */
  .ctaband{background:var(--primary);color:#fff}.wtt-page.wtt-page--product-gallery .ctaband-inner{display:grid;grid-template-columns:1fr 600px;gap:64px;align-items:center}.wtt-page.wtt-page--product-gallery .ctaband h2{font-size:clamp(26px,3.6vw,40px);color:#fff;margin-bottom:14px}.wtt-page.wtt-page--product-gallery .ctaband p{font-size:17px;color:rgba(255,255,255,.85);margin-bottom:28px;max-width:560px;line-height:1.65}.wtt-page.wtt-page--product-gallery .ctaband-feats{display:grid;grid-template-columns:repeat(3,max-content);gap:12px 32px;margin-bottom:32px}.wtt-page.wtt-page--product-gallery .ctaband-feat{
    display:flex;align-items:center;gap:9px;
    font-size:14px;font-weight:600;color:rgba(255,255,255,.92);
  }.wtt-page.wtt-page--product-gallery .ctaband-feat-check{
    width:22px;height:22px;border-radius:50%;background:rgba(255,255,255,.2);
    display:grid;place-items:center;font-size:12px;font-weight:800;flex-shrink:0;color:#fff;
  }.wtt-page.wtt-page--product-gallery .ctaband .eyebrow{color:#fff}.wtt-page.wtt-page--product-gallery .ctaband .btn-ghost{border-color:rgba(255,255,255,.55)}.wtt-page.wtt-page--product-gallery .ctaband .btn-ghost:hover{background:#fff;color:var(--primary);border-color:#fff}.wtt-page.wtt-page--product-gallery .ctaband-img{
    width:100%;height:400px;border-radius:14px;overflow:hidden;
    box-shadow:0 24px 60px rgba(0,0,0,.28);
  }.wtt-page.wtt-page--product-gallery .ctaband-img img{width:100%;height:100%;object-fit:cover}.wtt-page.wtt-page--product-gallery /* FINAL CTA + FORM */
  .final{
    color:#fff;position:relative;
    background:
      linear-gradient(rgba(14,16,22,.9),rgba(14,16,22,.94)),
      url('https://images.unsplash.com/photo-1513828583688-c52646db42da?auto=format&fit=crop&w=2000&q=80') center/cover fixed;
  }.wtt-page.wtt-page--product-gallery .final-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.wtt-page.wtt-page--product-gallery .final h2{font-size:clamp(32px,4.5vw,52px);margin-bottom:18px}.wtt-page.wtt-page--product-gallery .final p.lead{font-size:19px;color:rgba(255,255,255,.82);margin-bottom:30px}.wtt-page.wtt-page--product-gallery .final ul{list-style:none;display:flex;flex-direction:column;gap:14px}.wtt-page.wtt-page--product-gallery .final ul li{display:flex;align-items:center;gap:12px;font-size:16px;color:rgba(255,255,255,.9)}.wtt-page.wtt-page--product-gallery .final ul li .ck{width:26px;height:26px;border-radius:50%;background:var(--primary);display:grid;place-items:center;font-size:14px;flex-shrink:0}.wtt-page.wtt-page--product-gallery .form-card{background:#fff;border-radius:14px;padding:38px;box-shadow:var(--shadow-lg);color:var(--ink)}.wtt-page.wtt-page--product-gallery .form-card h3{font-size:24px;margin-bottom:6px}.wtt-page.wtt-page--product-gallery .form-card .fsub{color:var(--muted);font-size:15px;margin-bottom:24px}.wtt-page.wtt-page--product-gallery .field{margin-bottom:16px}.wtt-page.wtt-page--product-gallery .field label{display:block;font-size:13px;font-weight:700;margin-bottom:6px;color:#333}.wtt-page.wtt-page--product-gallery .field input, .wtt-page.wtt-page--product-gallery .field textarea, .wtt-page.wtt-page--product-gallery .field select{
    width:100%;padding:13px 15px;border:1.5px solid var(--line);border-radius:var(--radius);
    font-family:inherit;font-size:15px;transition:.2s;background:var(--light);color:var(--ink);
  }.wtt-page.wtt-page--product-gallery .field input:focus, .wtt-page.wtt-page--product-gallery .field textarea:focus, .wtt-page.wtt-page--product-gallery .field select:focus{
    outline:none;border-color:var(--primary);background:#fff;box-shadow:0 0 0 4px rgba(14,124,197,.1);
  }.wtt-page.wtt-page--product-gallery .field textarea{resize:vertical;min-height:90px}.wtt-page.wtt-page--product-gallery .frow{display:grid;grid-template-columns:1fr 1fr;gap:16px}.wtt-page.wtt-page--product-gallery .form-card .btn-primary{width:100%;justify-content:center;margin-top:6px}.wtt-page.wtt-page--product-gallery .form-note{font-size:12px;color:var(--muted);text-align:center;margin-top:14px}.wtt-page.wtt-page--product-gallery .form-success{display:none;text-align:center;padding:30px 0}.wtt-page.wtt-page--product-gallery .form-success.show{display:block}.wtt-page.wtt-page--product-gallery .form-success .ico{
    width:64px;height:64px;border-radius:50%;background:var(--primary);
    color:#fff;display:grid;place-items:center;font-size:30px;margin:0 auto 18px;
  }.wtt-page.wtt-page--product-gallery /* FOOTER */
  footer{background:#15171b;color:rgba(255,255,255,.7);padding:70px 0 30px}.wtt-page.wtt-page--product-gallery .foot-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:40px;margin-bottom:50px}.wtt-page.wtt-page--product-gallery .foot-grid h4{color:#fff;font-size:16px;margin-bottom:18px}.wtt-page.wtt-page--product-gallery .foot-grid ul{list-style:none;display:flex;flex-direction:column;gap:10px}.wtt-page.wtt-page--product-gallery .foot-grid ul li a{font-size:14px;transition:.2s}.wtt-page.wtt-page--product-gallery .foot-grid ul li a:hover{color:var(--accent)}.wtt-page.wtt-page--product-gallery .foot-about p{font-size:14px;margin:16px 0;max-width:340px}.wtt-page.wtt-page--product-gallery .foot-contact div{font-size:14px;margin-bottom:10px;display:flex;gap:10px}.wtt-page.wtt-page--product-gallery .foot-contact b{color:#fff}.wtt-page.wtt-page--product-gallery .foot-bottom{
    border-top:1px solid rgba(255,255,255,.1);padding-top:24px;
    display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:13px;
  }.wtt-page.wtt-page--product-gallery /* Reveal animation */
  .reveal{opacity:0;transform:translateY(30px);transition:.7s cubic-bezier(.16,1,.3,1)}.wtt-page.wtt-page--product-gallery .reveal.in{opacity:1;transform:none}.wtt-page.wtt-page--product-gallery /* RESPONSIVE */
  @media(max-width:1200px){.wtt-page.wtt-page--product-gallery .pgrid{grid-template-columns:repeat(3,1fr)}.wtt-page.wtt-page--product-gallery .ctaband-inner{grid-template-columns:1fr 380px;gap:40px}
  }
  @media(max-width:1024px){.wtt-page.wtt-page--product-gallery .pgrid{grid-template-columns:repeat(2,1fr)}.wtt-page.wtt-page--product-gallery .ctaband-inner{grid-template-columns:1fr}.wtt-page.wtt-page--product-gallery .ctaband-img{height:240px}.wtt-page.wtt-page--product-gallery .final-grid{grid-template-columns:1fr;gap:40px}.wtt-page.wtt-page--product-gallery .foot-grid{grid-template-columns:1fr 1fr}
  }
  @media(max-width:760px){.wtt-page.wtt-page--product-gallery .section{padding:70px 0}.wtt-page.wtt-page--product-gallery .nav-links, .wtt-page.wtt-page--product-gallery .nav-cta .btn{display:none}.wtt-page.wtt-page--product-gallery .burger{display:flex}.wtt-page.wtt-page--product-gallery .nav-links.open{
      display:flex;position:absolute;top:64px;left:0;right:0;flex-direction:column;
      background:#fff;border-bottom:1px solid var(--line);
      box-shadow:0 12px 30px rgba(20,30,50,.12);padding:24px;gap:18px;
    }.wtt-page.wtt-page--product-gallery .nav-links.open a{color:var(--ink)!important}.wtt-page.wtt-page--product-gallery .dropdown{
      position:static;transform:none!important;opacity:1;visibility:visible;
      background:none;border:0;box-shadow:none;padding:6px 0 0 16px;min-width:0;backdrop-filter:none;
    }.wtt-page.wtt-page--product-gallery .dropdown a{color:var(--ink)!important}.wtt-page.wtt-page--product-gallery .nav-item.has-drop .dropdown a{padding:8px 0}.wtt-page.wtt-page--product-gallery .pgrid{grid-template-columns:repeat(2,1fr);gap:16px}.wtt-page.wtt-page--product-gallery .frow{grid-template-columns:1fr}.wtt-page.wtt-page--product-gallery .phero{min-height:auto}.wtt-page.wtt-page--product-gallery .final{background-attachment:scroll}.wtt-page.wtt-page--product-gallery .ctaband-img{height:220px}.wtt-page.wtt-page--product-gallery .ctaband-feats{display:flex;flex-wrap:wrap;gap:10px 20px}.wtt-page.wtt-page--product-gallery .foot-grid{grid-template-columns:1fr}
  }
  @media(max-width:480px){.wtt-page.wtt-page--product-gallery .pgrid{grid-template-columns:1fr}.wtt-page.wtt-page--product-gallery .filter-bar{gap:8px}.wtt-page.wtt-page--product-gallery .ftab{padding:10px 16px;font-size:13px}
  }

.wtt-page.wtt-page--product-gallery .ftab:focus-visible,
.wtt-page.wtt-page--product-gallery .pbtn:focus-visible { outline: 3px solid rgba(14,124,197,.32); outline-offset: 3px; }
.wtt-page.wtt-page--product-gallery .pcard[hidden] { display: none !important; }
.wtt-page.wtt-page--product-gallery .pgrid-empty { max-width: 440px; margin: 28px auto 0; padding: 20px 24px; border: 1px dashed var(--line); border-radius: var(--radius); color: var(--muted); text-align: center; }
