/* G.K. Products - site styles */
@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&family=Anton&family=Baloo+2:wght@600;700&display=swap');
  :root{
    --hexbg:url("assets/hex-bg.jpg");
    --navy:#0d2440;
    --navy-2:#17457a;
    --teal:#1a6fb5;
    --teal-light:#7fc0ef;
    --ice:#eef4f9;
    --paper:#ffffff;
    --ink:#12202e;
    --ink-soft:#5a6b7c;
    --line:#d8e3ed;
  }
  *{box-sizing:border-box;margin:0;padding:0;}
  body{
    font-family:'Segoe UI',-apple-system,BlinkMacSystemFont,'Inter',Arial,sans-serif;
    color:var(--ink);
    background:var(--paper);
    line-height:1.55;
  }
  a{text-decoration:none;color:inherit;}
  img{max-width:100%;display:block;}
  .wrap{max-width:1140px;margin:0 auto;padding:0 24px;}

  /* Preview banner */
  .preview-banner{
    background:#fff3cd;
    color:#6b5000;
    text-align:center;
    font-size:13px;
    padding:8px 16px;
    border-bottom:1px solid #f1d98b;
  }

  /* Header */
  header{
    background:var(--paper);
    border-bottom:1px solid var(--line);
    position:sticky;top:0;z-index:20;
  }
  .header-inner{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;}
  .logo{display:flex;align-items:center;}

  /* Brand mark — actual logo photo (cleaned up: cropped to the circle, background removed) + wordmark with red subtitle */
  .brand{display:flex;align-items:center;gap:16px;}
  .brand-logo{width:76px;height:76px;border-radius:50%;flex-shrink:0;object-fit:contain;display:block;}
  .brand-word{display:flex;flex-direction:column;line-height:1;}
  .brand-name{
    font-family:'Anton',sans-serif;font-weight:400;font-size:28px;letter-spacing:.01em;
    color:#0d2440;text-shadow:0 1px 0 rgba(255,255,255,.5), 1px 2px 2px rgba(0,0,0,.18);
    white-space:nowrap;
  }
  .brand-sub{
    font-family:'Baloo 2',cursive;font-size:14px;font-weight:700;letter-spacing:.02em;
    color:#1a6fb5;white-space:nowrap;margin-top:2px;
  }
  .brand--sm .brand-logo{width:40px;height:40px;background:#fff;border-radius:50%;}
  .brand--sm .brand-name{font-size:15px;}
  .brand--sm .brand-sub{font-size:9px;}
  nav ul{list-style:none;display:flex;gap:32px;align-items:center;}
  nav a{font-size:15px;font-weight:600;color:var(--ink-soft);padding:6px 2px;border-bottom:2px solid transparent;}
  nav a.active, nav a:hover{color:var(--navy);border-bottom-color:var(--teal);}

  /* Hero */
  .hero{
    background: var(--hexbg) center/cover no-repeat,
                url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238.11%22%20height%3D%2266.00%22%20viewBox%3D%220%200%2038.11%2066.00%22%3E%3Cpath%20d%3D%22M19.05%2C-5.50%2038.11%2C5.50%2038.11%2C27.50%2019.05%2C38.50%200.00%2C27.50%200.00%2C5.50Z%20M0.00%2C27.50%2019.05%2C38.50%2019.05%2C60.50%200.00%2C71.50%20-19.05%2C60.50%20-19.05%2C38.50Z%20M38.11%2C27.50%2057.16%2C38.50%2057.16%2C60.50%2038.11%2C71.50%2019.05%2C60.50%2019.05%2C38.50Z%20M0.00%2C-38.50%2019.05%2C-27.50%2019.05%2C-5.50%200.00%2C5.50%20-19.05%2C-5.50%20-19.05%2C-27.50Z%20M38.11%2C-38.50%2057.16%2C-27.50%2057.16%2C-5.50%2038.11%2C5.50%2019.05%2C-5.50%2019.05%2C-27.50Z%20M19.05%2C60.50%2038.11%2C71.50%2038.11%2C93.50%2019.05%2C104.50%200.00%2C93.50%200.00%2C71.50Z%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%221%22%20stroke-opacity%3D%220.13%22%2F%3E%3C%2Fsvg%3E") repeat,
                linear-gradient(120deg, var(--teal) 0%, #0d3a63 100%);
    color:#fff;
    padding:88px 24px 96px;
    position:relative;
    overflow:hidden;
  }
  .hero::after{
    content:"";
    position:absolute;right:-80px;top:-80px;
    width:420px;height:420px;border-radius:50%;
    background:radial-gradient(circle,rgba(61,147,212,.16),transparent 70%);
  }
  .hero-inner{max-width:1140px;margin:0 auto;position:relative;display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center;z-index:2;}
  
  /* Hero background animation wrapper */
  .hero-bg-anim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    opacity: 0.6;
  }
  #hero-canvas {
    display: block;
    width: 100%;
    height: 100%;
  }
  .eyebrow{
    display:inline-flex;align-items:center;gap:9px;
    background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);
    padding:7px 16px;border-radius:999px;font-size:13px;font-weight:600;
    color:var(--teal-light);margin-bottom:20px;
  }
  .eyebrow-dot{width:7px;height:7px;border-radius:50%;background:var(--teal-light);box-shadow:0 0 0 3px rgba(26,111,181,.32);flex-shrink:0;}
  .highlight{
    background: linear-gradient(120deg, var(--teal-light) 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .hero h1{font-size:44px;line-height:1.15;font-weight:800;margin-bottom:18px;letter-spacing:-.01em;}
  .hero p{font-size:17px;color:rgba(255,255,255,.85);max-width:520px;margin-bottom:32px;}
  .hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:8px;}
  .btn{
    display:inline-flex;align-items:center;gap:8px;
    background:var(--teal);color:#fff;font-weight:700;font-size:15px;
    padding:14px 26px;border-radius:8px;border:none;cursor:pointer;
    box-shadow:0 8px 20px rgba(26,111,181,0.34);
    transition: background 0.25s ease, transform 0.2s ease;
  }
  .btn:hover{background:#145a95; transform: translateY(-1px);}
  .btn-ghost{
    background:transparent;border:1.5px solid rgba(255,255,255,.5);color:#fff;
    box-shadow:none;
    transition: background 0.25s ease, border-color 0.25s ease;
  }
  .btn-ghost:hover{background:rgba(255,255,255,.1); border-color:#fff;}
  .hero-visual{
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.12);
    border-radius:18px;padding:28px;
    backdrop-filter:blur(4px);
  }
  .hero-visual-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
  .hero-tile{
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius:12px;padding:20px 16px;text-align:center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px 0 rgba(13, 36, 64, 0.25);
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), 
                border-color 0.3s ease, 
                box-shadow 0.3s ease;
  }
  .hero-tile:hover {
    transform: translateY(-5px);
    border-color: rgba(127, 192, 239, 0.4);
    box-shadow: 0 12px 40px 0 rgba(127, 192, 239, 0.15);
  }
  .hero-tile svg{
    width:28px;height:28px;margin:0 auto 10px;
    color:var(--teal-light);
    filter: drop-shadow(0 0 6px rgba(127, 192, 239, 0.35));
    transition: transform 0.3s ease, color 0.3s ease;
  }
  .hero-tile:hover svg {
    transform: scale(1.1);
    color: #fff;
  }
  .hero-tile .num{font-size:22px;font-weight:800;color:#fff;margin-bottom:2px;}
  .hero-tile .lbl{font-size:11.5px;color:rgba(255,255,255,0.7);line-height:1.4;}

  /* Intro */
  .intro{padding:72px 24px;text-align:center;}
  .intro p{max-width:760px;margin:0 auto;font-size:17px;color:var(--ink-soft);}
  .section-tag{
    font-size:12.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;
    color:var(--teal);margin-bottom:10px;
  }
  .section-title{font-size:28px;font-weight:800;color:var(--navy);margin-bottom:14px;}
  .center{text-align:center;}

  /* What we protect */
  .protect{padding:76px 24px;}
  .protect-head{max-width:900px;margin:0 auto 46px;text-align:center;}
  .protect-head .section-title{white-space:nowrap;}
  .protect-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;}
  .protect-item{
    text-align:center;padding:30px 20px;border:1px solid var(--line);
    border-radius:14px;background:var(--paper);transition:transform .15s, box-shadow .15s;
  }
  .protect-item:hover{transform:translateY(-3px);box-shadow:0 12px 26px rgba(20,20,20,.08);}
  .protect-icon{
    width:48px;height:48px;margin:0 auto 16px;border-radius:50%;
    background:var(--ice);border:1px solid var(--line);
    display:flex;align-items:center;justify-content:center;
  }
  .protect-icon svg{width:22px;height:22px;color:var(--teal);}
  .protect-item h4{font-size:15.5px;font-weight:700;color:var(--navy);margin-bottom:8px;}
  .protect-item p{font-size:13.5px;color:var(--ink-soft);line-height:1.55;}

  /* About strip */
  .about{padding:76px 24px;}
  .about-inner{max-width:1000px;margin:0 auto;text-align:center;}
  .about-inner p{font-size:16px;color:var(--ink-soft);line-height:1.75;margin-bottom:22px;}
  .about-link{
    display:inline-flex;align-items:center;gap:7px;font-size:14.5px;font-weight:700;
    color:var(--teal);border-bottom:1.5px solid transparent;padding-bottom:2px;
  }
  .about-link:hover{border-bottom-color:var(--teal);}

  /* Products */
  .products{background:var(--ice);padding:72px 24px;}
  .products-head{max-width:640px;margin:0 auto 44px;text-align:center;}
  .product-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:24px;}
  .product-card{flex:1 1 300px;max-width:352px;}
  .product-card{
    background:var(--paper);border:1px solid var(--line);border-radius:14px;
    padding:30px 26px;transition:transform .15s, box-shadow .15s;
  }
  .product-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(20,20,20,.12);}
  .product-icon{
    width:52px;height:52px;border-radius:12px;
    background:linear-gradient(135deg,var(--teal),var(--navy));
    display:flex;align-items:center;justify-content:center;margin-bottom:18px;
  }
  .product-icon svg{width:26px;height:26px;color:#fff;}
  .product-card h3{font-size:18px;font-weight:700;color:var(--navy);margin-bottom:8px;}
  .product-card p{font-size:14.5px;color:var(--ink-soft);margin-bottom:14px;}
  .product-size{
    display:inline-block;font-size:12.5px;font-weight:700;color:var(--navy);
    background:var(--ice);border:1px solid var(--line);padding:4px 10px;border-radius:999px;
  }
  .products-note{text-align:center;margin-top:32px;font-size:14px;color:var(--ink-soft);}

  /* Why choose us */
  .why{padding:80px 24px;}
  .why-head{max-width:640px;margin:0 auto 48px;text-align:center;}
  .why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;}
  .why-item{text-align:center;}
  .why-icon{
    width:44px;height:44px;border-radius:10px;background:var(--ice);
    border:1px solid var(--line);display:flex;align-items:center;justify-content:center;
    margin:0 auto 14px;
  }
  .why-icon svg{width:22px;height:22px;color:var(--teal);}
  .why-item h4{font-size:15.5px;font-weight:700;color:var(--navy);margin-bottom:6px;}
  .why-item p{font-size:13.8px;color:var(--ink-soft);}

  /* Trusted by */
  .trusted{background:var(--hexbg) center/cover no-repeat, var(--navy);color:#fff;padding:52px 24px;text-align:center;}
  .trusted p{font-size:15.5px;color:rgba(255,255,255,.8);max-width:600px;margin:0 auto;}
  .logo-row{
    margin-top:30px;display:flex;justify-content:center;align-items:stretch;
    gap:9px;flex-wrap:nowrap;
  }
  .logo-tile{
    background:#fff;border-radius:10px;padding:9px 11px;height:70px;
    flex:1 1 0;min-width:0;
    display:flex;align-items:center;justify-content:center;
  }
  .logo-tile img{max-height:42px;max-width:100%;width:auto;display:block;}
  @media (max-width:1000px){
    .logo-row{flex-wrap:wrap;}
    .logo-tile{flex:0 1 auto;min-width:150px;}
  }
  .logo-tile.empty{
    background:rgba(255,255,255,.05);border:1px dashed rgba(255,255,255,.22);
    color:rgba(255,255,255,.45);font-size:12px;font-weight:600;letter-spacing:.02em;
  }

  /* CTA band */
  .cta-band{
    background:linear-gradient(120deg,var(--teal) 0%, #0d3a63 100%);utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238.11%22%20height%3D%2266.00%22%20viewBox%3D%220%200%2038.11%2066.00%22%3E%3Cpath%20d%3D%22M19.05%2C-5.50%2038.11%2C5.50%2038.11%2C27.50%2019.05%2C38.50%200.00%2C27.50%200.00%2C5.50Z%20M0.00%2C27.50%2019.05%2C38.50%2019.05%2C60.50%200.00%2C71.50%20-19.05%2C60.50%20-19.05%2C38.50Z%20M38.11%2C27.50%2057.16%2C38.50%2057.16%2C60.50%2038.11%2C71.50%2019.05%2C60.50%2019.05%2C38.50Z%20M0.00%2C-38.50%2019.05%2C-27.50%2019.05%2C-5.50%200.00%2C5.50%20-19.05%2C-5.50%20-19.05%2C-27.50Z%20M38.11%2C-38.50%2057.16%2C-27.50%2057.16%2C-5.50%2038.11%2C5.50%2019.05%2C-5.50%2019.05%2C-27.50Z%20M19.05%2C60.50%2038.11%2C71.50%2038.11%2C93.50%2019.05%2C104.50%200.00%2C93.50%200.00%2C71.50Z%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%221%22%20stroke-opacity%3D%220.13%22%2F%3E%3C%2Fsvg%3E") repeat,
               linear-gradient(120deg,var(--teal) 0%, #0d3a63 100%);
    color:#fff;padding:64px 24px;text-align:center;
  }
  .cta-band h2{font-size:26px;font-weight:800;margin-bottom:12px;}
  .cta-band p{font-size:15.5px;color:rgba(255,255,255,.9);max-width:520px;margin:0 auto 26px;}
  .cta-band .btn{background:#fff;color:var(--navy);box-shadow:0 8px 20px rgba(0,0,0,.15);}
  .cta-band .btn:hover{background:#e6eff7;}

  /* Footer */
  footer{background:var(--hexbg) center/cover no-repeat, #081a2e;color:rgba(255,255,255,.55);padding:48px 24px 24px;}
  .footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:36px;margin-bottom:32px;}
  .footer-brand{color:#fff;font-weight:800;font-size:18px;margin-bottom:10px;display:flex;align-items:center;gap:8px;}
  .footer-col h5{color:#fff;font-size:13.5px;font-weight:700;margin-bottom:14px;letter-spacing:.03em;text-transform:uppercase;}
  .footer-col p, .footer-col a{font-size:13.8px;color:rgba(255,255,255,.55);display:block;margin-bottom:8px;}
  .footer-col a:hover{color:var(--teal-light);}
  .footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:20px;font-size:12.5px;color:rgba(255,255,255,.35);text-align:center;}

  @media (max-width:880px){
    .hero-inner{grid-template-columns:1fr;}
    .hero-visual{order:-1;}
    .protect-grid{grid-template-columns:1fr 1fr;}
    .protect-head .section-title{white-space:normal;font-size:24px;}
    .why-grid{grid-template-columns:1fr;}
    .footer-grid{grid-template-columns:1fr;}
    nav ul{display:none;}
  }


  /* ---- Contact page ---- */
  .page-head{
    background:var(--hexbg) center/cover no-repeat, #0d2440;
    color:#fff;padding:70px 24px 66px;text-align:center;
  }
  .page-head h1{font-size:40px;font-weight:800;letter-spacing:-.01em;margin-bottom:14px;}
  .page-head p{font-size:16.5px;color:rgba(255,255,255,.8);max-width:640px;margin:0 auto;line-height:1.65;}

  .contact{padding:72px 24px;}
  .contact-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:46px;align-items:start;}

  .form-card{padding:0;display:flex;flex-direction:column;gap:22px;}
  .form-head h2{margin-bottom:6px;}
  .form-head .lede{margin-bottom:0;}
  .form-card h2{font-size:22px;font-weight:800;color:var(--navy);}
  .form-card .lede{font-size:14.5px;color:var(--ink-soft);}
  .field{margin-bottom:0;}
  .field-row{display:grid;grid-template-columns:1fr 1fr;gap:22px;}
  label{display:block;font-size:13px;font-weight:700;color:var(--navy);margin-bottom:7px;letter-spacing:.01em;}
  label .opt{font-weight:500;color:var(--ink-soft);}
  label .req{color:var(--teal);font-weight:700;margin-left:1px;}
  input,select,textarea{
    width:100%;font-family:inherit;font-size:15px;color:var(--ink);
    background:#fbfafa;border:1px solid var(--line);border-radius:9px;padding:12px 14px;
    transition:border-color .15s, box-shadow .15s, background .15s;
  }
  input:focus,select:focus,textarea:focus{
    outline:none;border-color:var(--teal);background:#fff;
    box-shadow:0 0 0 3px rgba(26,111,181,.15);
  }
  textarea{resize:vertical;min-height:112px;}
  .form-card .btn{width:100%;justify-content:center;margin-top:2px;}
  .form-note{font-size:12.5px;color:var(--ink-soft);text-align:center;margin-top:-10px;}




  /* contact details column beside the form — no card, no icon boxes */
  .contact-info{padding:6px 0 0 6px;display:flex;flex-direction:column;gap:30px;}
  .ci{display:flex;gap:14px;align-items:flex-start;}
  .ci-icon{flex-shrink:0;margin-top:2px;}
  .ci-icon svg{width:20px;height:20px;color:var(--teal);display:block;}
  .ci h4{font-size:12px;font-weight:700;color:var(--navy);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;}
  .ci p, .ci a{font-size:14.5px;color:var(--ink-soft);line-height:1.6;display:block;}
  .ci a:hover{color:var(--teal);}

  @media (max-width:880px){
    .contact-grid{grid-template-columns:1fr;}
    .field-row{grid-template-columns:1fr;}
    .page-head h1{font-size:30px;}
  }


  .about-body{padding:72px 24px 8px;}
  .prose{max-width:780px;margin:0 auto;}
  .prose p{font-size:16.5px;line-height:1.8;color:var(--ink-soft);margin-bottom:22px;}
  .prose p:last-child{margin-bottom:0;}
  .vm{padding:64px 24px;}
  .vm-grid{max-width:980px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:30px;}
  .vm-card{background:var(--ice);border:1px solid var(--line);border-radius:16px;padding:34px 32px;}
  .vm-icon{width:44px;height:44px;border-radius:11px;background:var(--paper);border:1px solid var(--line);
    display:flex;align-items:center;justify-content:center;margin-bottom:18px;}
  .vm-icon svg{width:21px;height:21px;color:var(--teal);}
  .vm-card h3{font-size:13px;font-weight:700;color:var(--teal);text-transform:uppercase;letter-spacing:.09em;margin-bottom:12px;}
  .vm-card p{font-size:17px;line-height:1.65;color:var(--navy);font-weight:600;}
  .process{padding:20px 24px 84px;}
  .process-head{text-align:center;margin-bottom:46px;}
  .steps{max-width:820px;margin:0 auto;display:flex;flex-direction:column;}
  .step{display:flex;gap:26px;align-items:flex-start;padding:26px 0;border-bottom:1px solid var(--line);}
  .step:last-child{border-bottom:none;}
  .step-n{font-size:15px;font-weight:800;color:var(--teal);flex-shrink:0;width:38px;padding-top:2px;}
  .step h4{font-size:16.5px;font-weight:700;color:var(--navy);margin-bottom:6px;}
  .step p{font-size:14.8px;line-height:1.65;color:var(--ink-soft);}
  @media (max-width:880px){ .vm-grid{grid-template-columns:1fr;} .step{gap:16px;} }


  .prod-detail{padding:70px 24px 20px;}
  .prod-row{display:grid;grid-template-columns:.8fr 1.2fr;gap:52px;align-items:center;
    padding:52px 0;border-bottom:1px solid var(--line);}
  .prod-row:last-child{border-bottom:none;}
  .prod-row.reverse .prod-visual{order:2;}
  .prod-visual{
    background:var(--ice);border:1px solid var(--line);border-radius:18px;
    height:260px;display:flex;align-items:center;justify-content:center;
  }
  .prod-visual svg{width:96px;height:96px;color:var(--teal);opacity:.85;}
  .prod-tag{font-size:11.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
    color:var(--teal);margin-bottom:9px;}
  .prod-info h2{font-size:26px;font-weight:800;color:var(--navy);margin-bottom:12px;}
  .prod-info > p{font-size:15.5px;line-height:1.7;color:var(--ink-soft);margin-bottom:22px;}
  table.spec{width:100%;border-collapse:collapse;margin-bottom:24px;}
  table.spec th, table.spec td{
    text-align:left;font-size:14.3px;padding:11px 0;border-bottom:1px solid var(--line);vertical-align:top;
  }
  table.spec th{font-weight:700;color:var(--navy);width:44%;padding-right:18px;}
  table.spec td{color:var(--ink-soft);}
  table.spec tr:last-child th, table.spec tr:last-child td{border-bottom:none;}
  .custom-band{background:var(--ice);border-top:1px solid var(--line);padding:64px 24px;text-align:center;}
  .custom-band h2{font-size:24px;font-weight:800;color:var(--navy);margin-bottom:12px;}
  .custom-band p{font-size:15.5px;color:var(--ink-soft);max-width:560px;margin:0 auto 26px;line-height:1.7;}
  @media (max-width:880px){
    .prod-row{grid-template-columns:1fr;gap:26px;padding:38px 0;}
    .prod-row.reverse .prod-visual{order:0;}
    .prod-visual{height:190px;}
    .prod-visual svg{width:68px;height:68px;}
  }

