.gflc-wrap{
  --blue:var(--gf-blue,#30739d);
  --blue-dark:var(--gf-blue-dark,#215875);
  --ink:var(--gf-text,#231f20);
  --muted:var(--gf-muted,#66788a);
  --line:var(--gf-line,#e4eaf0);
  --soft:#f6f9fb;
  --soft-blue:#f1f7fb;
  --warm:#fbfaf7;
  --green:var(--gf-green,#109447);
  --shadow:0 14px 42px rgba(27,54,75,.07);
  width:min(calc(100% - 48px),1400px);
  margin:36px auto 90px;
  color:var(--ink);
  font-family:var(--gf-font,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif)
}
.gflc-wrap *{box-sizing:border-box}
.gflc-wrap [hidden]{display:none!important}

/* Hero */
.gflc-hero{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);
  gap:34px;
  align-items:stretch;
  margin-bottom:25px;
  border:1px solid #dfe7ed;
  border-radius:28px;
  background:linear-gradient(135deg,#f8fbfd 0%,#f3f8fb 58%,#f8f7f2 100%);
  box-shadow:0 12px 36px rgba(28,62,82,.055);
  overflow:hidden
}
.gflc-hero-copy{padding:45px 0 43px 44px;align-self:center;position:relative;z-index:2}
.gflc-eyebrow{display:inline-flex;margin-bottom:13px;color:var(--blue);font-size:12px;font-weight:850;letter-spacing:.13em}
.gflc-hero h1{max-width:760px;margin:0;font-size:clamp(36px,4.2vw,62px);line-height:1.01;letter-spacing:-2.4px}
.gflc-hero-copy>p{max-width:730px;margin:17px 0 0;color:#516779;font-size:16px;line-height:1.6}
.gflc-trust-row{display:flex;flex-wrap:wrap;gap:10px 20px;margin-top:23px;color:#43596a;font-size:13px;font-weight:760}
.gflc-trust-row span{display:inline-flex;align-items:center;gap:6px}
.gflc-hero-media{position:relative;min-height:330px;overflow:hidden}
.gflc-hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(246,249,251,.28),transparent 32%)}
.gflc-hero-media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;min-height:330px}
.gflc-hero-float{position:absolute;z-index:2;right:22px;bottom:22px;padding:12px 15px;border:1px solid rgba(255,255,255,.6);border-radius:14px;background:rgba(255,255,255,.92);box-shadow:0 10px 30px rgba(16,33,59,.15);backdrop-filter:blur(10px)}
.gflc-hero-float strong,.gflc-hero-float span{display:block}.gflc-hero-float strong{font-size:14px;color:var(--blue)}.gflc-hero-float span{margin-top:2px;color:#6a7885;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}

/* Main layout */
.gflc-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:24px;align-items:start}
.gflc-config,.gflc-sidebar{display:grid;gap:18px}.gflc-sidebar{position:sticky;top:112px}
.gflc-card{background:#fff;border:1px solid var(--line);border-radius:19px;box-shadow:var(--shadow)}
.gflc-config>.gflc-card{padding:27px}
.gflc-config>.gflc-card:nth-child(2){background:linear-gradient(180deg,#fff 0%,#fbfcfd 100%)}
.gflc-config>.gflc-card:nth-child(3){background:linear-gradient(180deg,#fff 0%,#fdfcf9 100%)}
.gflc-section-head{display:grid;grid-template-columns:44px 1fr;gap:14px;align-items:start;margin-bottom:22px}
.gflc-step{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:var(--soft-blue);color:var(--blue);font-size:12px;font-weight:850}
.gflc-section-head h2{margin:1px 0 4px;font-size:22px;line-height:1.2;letter-spacing:-.5px}
.gflc-section-head p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}
.gflc-subtitle{margin:23px 0 12px;font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:#526779}

/* Material */
.gflc-material-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.gflc-material{position:relative;padding:16px;border:1.5px solid var(--line);border-radius:14px;cursor:pointer;transition:.18s ease;background:#fff}
.gflc-material input,.gflc-width input,.gflc-hook-card input,.gflc-extra input,.gflc-confirm input{position:absolute;opacity:0;pointer-events:none}
.gflc-material strong{display:block;font-size:15px}.gflc-material small{display:block;margin-top:4px;color:var(--muted)}
.gflc-material:hover,.gflc-material.active{border-color:var(--blue);background:var(--soft-blue);box-shadow:0 6px 18px rgba(48,115,157,.08)}
.gflc-widths{display:flex;gap:10px;flex-wrap:wrap;margin-top:13px}
.gflc-width{position:relative;min-width:105px;min-height:76px;padding:12px;border:1.5px solid var(--line);border-radius:13px;display:flex;flex-direction:column;justify-content:flex-end;gap:9px;cursor:pointer;background:#fff;transition:.18s ease}
.gflc-width:hover{border-color:#b8cad7}.gflc-width.active{border-color:var(--blue);background:var(--soft-blue);box-shadow:0 5px 15px rgba(48,115,157,.07)}
.gflc-width-line{width:50px;border-radius:99px;background:var(--blue);transition:.18s}.gflc-width strong{font-size:12px}
.gflc-popular{position:absolute;top:7px;right:7px;padding:4px 7px;border-radius:999px;background:#e8f7ee;color:#08783a;font-size:9px;font-weight:850;letter-spacing:.02em}
.gflc-width.disabled,.gflc-hook-card.disabled,.gflc-extra.disabled{opacity:.34;filter:grayscale(1);pointer-events:none}

/* Quantity */
.gflc-qty-row{display:flex;gap:8px;align-items:stretch}
.gflc-qty-btn{width:52px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--blue);font-size:24px;cursor:pointer;transition:.17s}
.gflc-qty-btn:hover{background:var(--soft-blue);border-color:#bfd0dc}
.gflc-qty-field{min-width:180px;display:flex;align-items:center;border:1.5px solid #cbd8e2;border-radius:12px;background:#fff;overflow:hidden;box-shadow:inset 0 1px 0 rgba(0,0,0,.02)}
.gflc-qty-field input{width:138px;height:52px;border:0!important;outline:0;padding:0 16px;font-size:19px;font-weight:820;background:transparent!important;box-shadow:none!important}
.gflc-qty-field span{padding-right:15px;color:var(--muted);font-weight:750}
.gflc-quick-qty{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}
.gflc-quick-qty button{border:1px solid transparent;border-radius:999px;background:#f1f5f8;padding:7px 12px;color:#526779;font-size:12px;font-weight:760;cursor:pointer;transition:.15s}
.gflc-quick-qty button:hover,.gflc-quick-qty button.active{background:#e7f2f8;color:var(--blue);border-color:#c8deeb}
.gflc-fee-note{margin-top:13px;padding:11px 13px;border:1px solid #f1dfad;border-radius:11px;background:#fff9ea;color:#745a20;font-size:12px;line-height:1.45}

/* Accessory visual cards */
.gflc-hook-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.gflc-hook-card,.gflc-extra{position:relative;border:1.5px solid var(--line);border-radius:14px;background:#fff;cursor:pointer;transition:.18s ease;overflow:hidden}
.gflc-hook-card{min-height:190px;padding:10px 10px 12px;display:flex;flex-direction:column;align-items:center;text-align:center}
.gflc-hook-card:hover,.gflc-extra:hover{transform:translateY(-2px);border-color:#b9cbd8;box-shadow:0 8px 22px rgba(23,54,74,.07)}
.gflc-hook-card.active,.gflc-extra.active{border-color:var(--blue);background:#f8fcff;box-shadow:0 8px 22px rgba(48,115,157,.1)}
.gflc-hook-card.active:after{content:"✓";position:absolute;right:9px;top:9px;width:21px;height:21px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:#fff;font-size:11px;font-weight:900;box-shadow:0 3px 8px rgba(48,115,157,.25)}
.gflc-option-photo{width:100%;height:112px;display:grid;place-items:center;border-radius:10px;background:#fff;overflow:hidden}
.gflc-option-photo img{display:block;width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}
.gflc-hook-name{min-height:34px;margin-top:9px;font-size:12px;line-height:1.35;font-weight:780}
.gflc-option-price{display:block;margin-top:5px;color:var(--green);font-size:10px;font-weight:800}
.gflc-extra-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.gflc-extra{min-height:178px;padding:10px;display:flex;flex-direction:column;align-items:center;text-align:center}
.gflc-extra .gflc-option-photo{height:100px}.gflc-extra-copy{display:block;margin-top:8px}.gflc-extra-copy strong{display:block;font-size:12px;line-height:1.35}
.gflc-select-mark{position:absolute;right:9px;top:9px;width:21px;height:21px;border-radius:50%;display:grid;place-items:center;border:1.5px solid #bdcbd5;background:#fff;color:transparent;font-size:11px;font-weight:900}
.gflc-extra.active .gflc-select-mark{border-color:var(--blue);background:var(--blue);color:#fff}

/* Graphic upload */
.gflc-graphics-card{background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)!important}
.gflc-color-info{display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:start;margin-bottom:15px;padding:14px 15px;border:1px solid #d9e7ef;border-radius:13px;background:#f5faff}
.gflc-info-icon{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#e4f1f8;color:var(--blue);font-size:13px;font-weight:900}
.gflc-color-info strong{font-size:13px}.gflc-color-info p{margin:4px 0 0;color:#617586;font-size:12px;line-height:1.55}
.gflc-single-field,.gflc-note{display:grid;gap:7px}.gflc-single-field{max-width:440px}
.gflc-single-field>span,.gflc-note>span{font-size:12px;font-weight:760;color:#455b6e}.gflc-single-field small{font-weight:600;color:#80909d}
.gflc-single-field input[type=text],.gflc-note textarea{width:100%;border:1.5px solid #d4dfe7!important;border-radius:11px!important;background:#fff!important;padding:12px 13px!important;box-shadow:none!important;outline:0!important}
.gflc-single-field input:focus,.gflc-note textarea:focus{border-color:var(--blue)!important;box-shadow:0 0 0 3px rgba(48,115,157,.08)!important}
.gflc-upload{position:relative;margin-top:16px;min-height:168px;padding:24px;border:1.5px dashed #b8ccd9;border-radius:15px;background:linear-gradient(135deg,#fbfdfe,#f6fafc);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;cursor:pointer;transition:.17s}
.gflc-upload.drag,.gflc-upload:hover{border-color:var(--blue);background:#f1f8fc}
.gflc-upload input{position:absolute;opacity:0;width:1px;height:1px}.gflc-upload-icon{width:45px;height:45px;border-radius:12px;display:grid;place-items:center;background:#e8f3f8;color:var(--blue);font-size:25px;margin-bottom:9px}
.gflc-upload strong{font-size:15px}.gflc-upload span:last-child{margin-top:5px;color:var(--muted);font-size:12px}
.gflc-file-list{display:grid;gap:7px;margin-top:9px}.gflc-file{display:flex;gap:9px;align-items:center;padding:9px 11px;border:1px solid var(--line);border-radius:10px;background:#fff}.gflc-file>span{width:38px;height:32px;border-radius:7px;display:grid;place-items:center;background:#eef5f9;color:var(--blue);font-size:9px;font-weight:900}.gflc-file strong{display:block;max-width:540px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}.gflc-file small{display:block;color:var(--muted);font-size:10px}
.gflc-note{margin-top:14px}.gflc-production-note{margin-top:16px;padding:14px 16px;border-radius:12px;background:#f7f9fb;border-left:3px solid var(--blue)}.gflc-production-note strong{font-size:13px}.gflc-production-note p{margin:4px 0 0;color:#5d6f7f;font-size:12px;line-height:1.55}
.gflc-confirm{display:flex;align-items:center;gap:10px;margin-top:13px;font-size:12px;font-weight:660;cursor:pointer}.gflc-check{flex:0 0 auto;width:22px;height:22px;border:1.5px solid #b9c6d2;border-radius:6px;background:#fff;display:grid;place-items:center}.gflc-confirm input:checked+.gflc-check{background:var(--blue);border-color:var(--blue)}.gflc-confirm input:checked+.gflc-check:after{content:"✓";color:#fff;font-size:13px;font-weight:900}.gflc-confirm.error{color:#b42318}.gflc-confirm.error .gflc-check{border-color:#d92d20}

/* Summary */
.gflc-summary{overflow:hidden;border-color:#dbe5ec;box-shadow:0 18px 50px rgba(24,55,75,.09)}
.gflc-summary-head{display:flex;justify-content:space-between;align-items:center;padding:17px 18px;border-bottom:1px solid var(--line);background:linear-gradient(90deg,#f8fbfd,#fff)}
.gflc-summary-head span{font-size:11px;font-weight:830;text-transform:uppercase;letter-spacing:.08em;color:#687b8b}.gflc-summary-head strong{padding:5px 9px;border-radius:999px;background:#eaf4fa;color:var(--blue);font-size:12px}
.gflc-summary-lines{padding:13px 18px}.gflc-summary-lines>div{display:flex;justify-content:space-between;gap:15px;padding:8px 0;font-size:12px}.gflc-summary-lines span{color:var(--muted)}.gflc-summary-lines strong{text-align:right;max-width:215px}
.gflc-price-block{padding:16px 18px;border-top:1px solid var(--line);background:#fafcfd}.gflc-price-block>div{display:flex;justify-content:space-between;gap:15px;margin:7px 0;font-size:12px}.gflc-price-block>div span{color:var(--muted)}.gflc-price-block .gflc-grand{align-items:end;margin:14px -2px 0;padding-top:14px;border-top:1px solid #dfe6ed}.gflc-grand span{font-weight:760;color:#3f5365!important}.gflc-grand strong{font-size:27px;line-height:1;color:var(--ink)}
.gflc-add{width:calc(100% - 36px);height:55px;margin:0 18px 14px;border:0;border-radius:12px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;background:var(--blue);color:#fff;font-weight:830;font-size:15px;cursor:pointer;box-shadow:0 10px 24px rgba(48,115,157,.2);transition:.17s}.gflc-add:hover{background:var(--blue-dark);transform:translateY(-1px)}.gflc-add:disabled{opacity:.6;cursor:wait}.gflc-add.loading span:first-child:after{content:"…"}
.gflc-after-order{display:flex;gap:7px;margin:0;padding:0 18px 18px;color:#617586;font-size:11px;line-height:1.5}.gflc-after-order span{color:var(--green);font-weight:900}.gflc-error{margin:0 18px 18px;padding:10px 12px;border-radius:9px;background:#fff1f0;color:#b42318;font-size:12px;font-weight:650}
.gflc-side-note{padding:17px 18px;border:1px solid #e7e5dc;border-radius:16px;background:linear-gradient(135deg,#fdfcf8,#f8fafb);color:#445868}.gflc-side-note strong{display:block;font-size:13px}.gflc-side-note p{margin:4px 0 0;font-size:11px;line-height:1.55;color:#6b7b88}
.gflc-mobile-bar{display:none}

@media(max-width:1120px){
  .gflc-layout{grid-template-columns:minmax(0,1fr) 350px}
  .gflc-hook-grid,.gflc-extra-grid{grid-template-columns:repeat(3,1fr)}
  .gflc-hero{grid-template-columns:minmax(0,1fr) 390px}
}

@media(max-width:860px){
  .gflc-wrap{width:min(calc(100% - 28px),1400px);margin:22px auto 100px}
  .gflc-hero{grid-template-columns:1fr;border-radius:21px;gap:0}
  .gflc-hero-copy{padding:29px 23px 25px}.gflc-hero h1{font-size:40px;letter-spacing:-1.5px}.gflc-hero-copy>p{font-size:14px}.gflc-trust-row{display:grid;gap:7px}
  .gflc-hero-media{min-height:220px;max-height:260px}.gflc-hero-media img{min-height:220px}.gflc-hero-media:after{background:linear-gradient(180deg,rgba(246,249,251,.15),transparent 35%)}
  .gflc-layout{display:block}.gflc-sidebar{position:static}.gflc-config>.gflc-card{padding:21px;margin-bottom:14px}
  .gflc-hook-grid,.gflc-extra-grid{grid-template-columns:repeat(2,1fr)}
  .gflc-summary{margin-top:14px}.gflc-summary .gflc-add{display:none}.gflc-side-note{display:none}
  .gflc-mobile-bar{position:fixed;z-index:9998;left:10px;right:10px;bottom:10px;min-height:68px;padding:9px 9px 9px 15px;border:1px solid rgba(48,115,157,.15);border-radius:15px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:rgba(255,255,255,.96);box-shadow:0 14px 40px rgba(16,33,59,.18);backdrop-filter:blur(14px)}
  .gflc-mobile-bar small{display:block;color:var(--muted);font-size:9px}.gflc-mobile-bar strong{display:block;margin-top:1px;font-size:17px}.gflc-mobile-bar button{height:50px;min-width:140px;border:0;border-radius:11px;background:var(--blue);color:#fff;padding:0 15px;display:flex;align-items:center;justify-content:space-between;gap:12px;font-weight:800}.gflc-mobile-bar button:disabled{opacity:.6}
}

@media(max-width:560px){
  .gflc-wrap{width:calc(100% - 20px)}
  .gflc-hero-copy{padding:25px 18px 22px}.gflc-hero h1{font-size:34px}.gflc-hero-media{min-height:190px}.gflc-hero-media img{min-height:190px}.gflc-hero-float{right:12px;bottom:12px}
  .gflc-material-tabs{grid-template-columns:1fr}.gflc-material{padding:12px}
  .gflc-widths{display:grid;grid-template-columns:repeat(2,1fr)}.gflc-width{min-width:0}
  .gflc-qty-row{display:grid;grid-template-columns:46px 1fr 46px}.gflc-qty-field{min-width:0}.gflc-qty-field input{width:100%}
  .gflc-hook-grid,.gflc-extra-grid{grid-template-columns:1fr 1fr;gap:8px}.gflc-hook-card{min-height:174px;padding:8px}.gflc-extra{min-height:160px;padding:8px}.gflc-option-photo{height:102px}.gflc-extra .gflc-option-photo{height:90px}.gflc-hook-name,.gflc-extra-copy strong{font-size:11px}
  .gflc-section-head{grid-template-columns:36px 1fr}.gflc-step{width:32px;height:32px}.gflc-section-head h2{font-size:19px}
  .gflc-color-info{grid-template-columns:30px 1fr;padding:12px}.gflc-single-field{max-width:none}
  .gflc-mobile-bar{left:7px;right:7px;bottom:7px}.gflc-mobile-bar button{min-width:126px}
}

/* =========================
   v1.2.0 premium visual pass
   ========================= */
.gflc-wrap{
  --blue-2:#3c88b4;
  --navy:#173b52;
  --mint:#eaf8f0;
  --sand:#fbf8f1;
  --lav:#f5f6fb;
  --card-shadow:0 18px 55px rgba(25,55,76,.075);
  position:relative;
}
.gflc-wrap:before{
  content:"";position:absolute;z-index:-1;left:-8vw;top:330px;width:420px;height:420px;border-radius:50%;
  background:radial-gradient(circle,rgba(48,115,157,.075),rgba(48,115,157,0) 68%);pointer-events:none
}
.gflc-wrap:after{
  content:"";position:absolute;z-index:-1;right:-7vw;top:920px;width:360px;height:360px;border-radius:50%;
  background:radial-gradient(circle,rgba(16,148,71,.055),rgba(16,148,71,0) 70%);pointer-events:none
}

/* Hero: content + ambient imagery should read as one composition, not two boxes */
.gflc-hero{
  grid-template-columns:minmax(0,1.02fr) minmax(430px,.98fr);
  gap:0;min-height:410px;border-radius:30px;
  border:1px solid rgba(48,115,157,.14);
  background:
    radial-gradient(circle at 0 0,rgba(48,115,157,.09),transparent 34%),
    linear-gradient(135deg,#fbfdff 0%,#f4f9fc 58%,#f8faf9 100%);
  box-shadow:0 24px 70px rgba(25,55,76,.09)
}
.gflc-hero-copy{padding:54px 48px 50px 50px;display:flex;flex-direction:column;justify-content:center}
.gflc-eyebrow{align-items:center;gap:9px;margin-bottom:17px;font-size:11px;letter-spacing:.105em}
.gflc-eyebrow>span{padding:5px 8px;border-radius:999px;background:var(--blue);color:#fff;letter-spacing:.08em;font-size:9px;box-shadow:0 5px 14px rgba(48,115,157,.2)}
.gflc-hero h1{max-width:690px;font-size:clamp(40px,4vw,62px);line-height:1.01;letter-spacing:-2.6px;color:#182b39}
.gflc-hero-copy>p{max-width:690px;margin-top:18px;color:#536a7b;font-size:15px;line-height:1.68}
.gflc-trust-row{gap:10px;margin-top:26px}
.gflc-trust-row span{padding:9px 12px;border:1px solid rgba(48,115,157,.11);border-radius:999px;background:rgba(255,255,255,.72);box-shadow:0 6px 18px rgba(31,65,87,.04);font-size:11px;font-weight:680;color:#526878}
.gflc-trust-row b{color:var(--blue);font-weight:850}
.gflc-hero-media{min-height:410px;overflow:hidden;isolation:isolate}
.gflc-hero-media:before{content:"";position:absolute;z-index:2;inset:0;background:linear-gradient(90deg,#f5f9fc 0%,rgba(245,249,252,.68) 8%,rgba(245,249,252,.06) 27%,transparent 48%);pointer-events:none}
.gflc-hero-media:after{background:linear-gradient(180deg,transparent 55%,rgba(14,36,49,.08) 100%)}
.gflc-hero-media img{min-height:410px;object-position:56% 52%;filter:saturate(.95) contrast(1.02)}
.gflc-hero-float{right:22px;bottom:22px;display:flex;align-items:center;gap:10px;padding:11px 13px;border-color:rgba(255,255,255,.72);background:rgba(255,255,255,.9)}
.gflc-hero-float-icon{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:#e9f8ef;color:var(--green);font-size:13px;font-weight:900}
.gflc-hero-float>div>strong{font-size:12px;color:#20384a}.gflc-hero-float>div>span{margin-top:2px;font-size:9px;color:#6c7c89;letter-spacing:.015em;text-transform:none}

.gflc-flow-strip{width:calc(100% - 70px);margin:-4px auto 24px;padding:12px 18px;border:1px solid #e4ebf0;border-radius:16px;display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:14px;background:rgba(255,255,255,.92);box-shadow:0 12px 35px rgba(27,54,75,.055);backdrop-filter:blur(10px)}
.gflc-flow-strip>div{display:grid;grid-template-columns:30px auto;grid-template-rows:auto auto;column-gap:10px;align-items:center;min-width:0}
.gflc-flow-strip>div>span{grid-row:1/3;width:30px;height:30px;border-radius:9px;display:grid;place-items:center;background:#eaf4fa;color:var(--blue);font-size:11px;font-weight:900}
.gflc-flow-strip strong{font-size:11px;color:#2e4557}.gflc-flow-strip small{font-size:9px;color:#8795a0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gflc-flow-strip i{color:#b8c7d1;font-style:normal;font-size:16px}

.gflc-layout{gap:26px}.gflc-config{gap:20px}.gflc-sidebar{top:104px}
.gflc-card{border-color:#e1e8ee;border-radius:21px;box-shadow:var(--card-shadow)}
.gflc-config>.gflc-card{padding:29px 30px}
.gflc-config>.gflc-card[data-step="1"]{background:linear-gradient(180deg,#fff 0%,#f8fbfd 100%)}
.gflc-config>.gflc-card[data-step="2"]{background:linear-gradient(145deg,#fff 0%,#fcfdfd 64%,#f4fbf7 100%)}
.gflc-config>.gflc-card[data-step="3"]{background:linear-gradient(145deg,#fff 0%,#fff 60%,#fbf8f2 100%)}
.gflc-config>.gflc-card[data-step="4"]{background:linear-gradient(145deg,#fff 0%,#fbfdff 64%,#f7f8fc 100%)!important}
.gflc-step{border:1px solid rgba(48,115,157,.11);background:linear-gradient(145deg,#eef7fc,#e5f1f8);box-shadow:inset 0 1px 0 #fff}
.gflc-section-head h2{font-size:21px;color:#243b4c}.gflc-section-head p{max-width:720px}

/* Material / width cards */
.gflc-material{padding:17px 17px 16px;border-radius:15px;box-shadow:0 2px 0 rgba(32,60,79,.015)}
.gflc-material.active{box-shadow:0 9px 25px rgba(48,115,157,.08)}
.gflc-widths{gap:9px;margin-top:14px}
.gflc-width{min-width:112px;min-height:96px;padding:12px 13px 11px;justify-content:flex-end;gap:7px;border-radius:14px;overflow:visible}
.gflc-width-line{width:48px;background:linear-gradient(90deg,var(--blue),#4e93ba)}
.gflc-width strong{font-size:12px;color:#334b5e}
.gflc-popular{position:static;display:inline-flex;align-self:flex-start;margin-top:1px;padding:4px 7px;border:1px solid #c9ead7;background:#eaf8f0;color:#08783a;font-size:8px;line-height:1;border-radius:999px;letter-spacing:.015em;white-space:nowrap}
.gflc-width-spacer{display:block;height:17px}
.gflc-recommend{margin-top:14px;padding:12px 14px;border:1px solid #d9e9f3;border-radius:13px;display:grid;grid-template-columns:28px 1fr;gap:10px;align-items:start;background:linear-gradient(90deg,#f4faff,#f9fcfd)}
.gflc-recommend>span{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:#e8f3f9;color:var(--blue);font-size:12px}.gflc-recommend strong{display:block;font-size:11px;color:#315067}.gflc-recommend p{margin:3px 0 0;font-size:10px;line-height:1.45;color:#738491}

/* Quantity gains a deliberate focal point */
.gflc-qty-row{align-items:center}.gflc-qty-field{min-width:205px;border-color:#c5d7e2;box-shadow:0 6px 20px rgba(35,70,91,.045)}
.gflc-qty-field input{width:160px;text-align:center;font-size:22px}.gflc-qty-btn{height:54px;background:#f8fbfd}
.gflc-quick-qty{gap:8px;margin-top:14px}.gflc-quick-qty button{position:relative;min-width:72px;padding:8px 12px;border-color:#e3e9ee;background:#fff;border-radius:11px}.gflc-quick-qty button.active{background:var(--blue);border-color:var(--blue);color:#fff;box-shadow:0 7px 18px rgba(48,115,157,.17)}
.gflc-quick-qty button em{position:absolute;top:-8px;right:-4px;padding:2px 5px;border-radius:999px;background:#e9f8ef;color:#08783a;font-size:7px;font-style:normal;font-weight:900;box-shadow:0 2px 5px rgba(16,148,71,.1)}
.gflc-fee-note{grid-template-columns:28px 1fr;align-items:start;gap:10px;background:#fff9ea}.gflc-fee-note>span{width:26px;height:26px;border-radius:8px;display:grid;place-items:center;background:#fff0bd;color:#856512;font-size:11px;font-weight:900}.gflc-fee-note strong{display:block}.gflc-fee-note p{margin:2px 0 0}

/* Product-exact, studio-treated accessory imagery */
.gflc-hook-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}.gflc-extra-grid{gap:11px}
.gflc-hook-card,.gflc-extra{border-color:#e2e8ed;background:rgba(255,255,255,.9);box-shadow:0 3px 12px rgba(27,54,75,.025)}
.gflc-hook-card{min-height:216px;padding:11px 11px 13px}.gflc-extra{min-height:195px}
.gflc-hook-card:hover,.gflc-extra:hover{transform:translateY(-3px);box-shadow:0 13px 30px rgba(23,54,74,.085)}
.gflc-hook-card.active,.gflc-extra.active{background:linear-gradient(180deg,#fff,#f5fbff);box-shadow:0 12px 30px rgba(48,115,157,.11)}
.gflc-option-photo{height:135px;border:1px solid #edf1f4;background:linear-gradient(145deg,#fff,#f8fafb);position:relative}
.gflc-option-photo:after{content:"";position:absolute;left:17%;right:17%;bottom:9px;height:8px;border-radius:50%;background:rgba(29,49,62,.055);filter:blur(7px);pointer-events:none}
.gflc-option-photo img{position:relative;z-index:1;width:92%;height:92%;object-fit:contain;mix-blend-mode:normal;filter:saturate(.97) contrast(1.03)}
.gflc-hook-name{min-height:32px;margin-top:10px;font-size:11px;color:#30495b}.gflc-option-price{margin-top:4px;font-size:9px}
.gflc-extra .gflc-option-photo{height:118px}.gflc-extra-copy{margin-top:9px}.gflc-extra-copy strong{font-size:11px;color:#30495b}
.gflc-hook-card.active:after,.gflc-select-mark{right:8px;top:8px;box-shadow:0 4px 12px rgba(48,115,157,.18)}

/* Artwork area: two-column and less form-like */
.gflc-color-info{grid-template-columns:38px 1fr;margin-bottom:18px;padding:15px 16px;border-color:#d7e8f2;background:linear-gradient(90deg,#f4faff,#fbfdff)}
.gflc-info-icon{width:34px;height:34px;border-radius:11px;font-size:14px}
.gflc-color-info strong{font-size:12px;color:#2f4f64}.gflc-color-info p{font-size:11px}
.gflc-art-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:16px;align-items:start}
.gflc-field-title{display:block;margin:0 0 8px;font-size:12px;font-weight:760;color:#455b6e}.gflc-field-title small{color:#159447;font-weight:760}
.gflc-upload{height:auto;min-height:205px;margin-top:0;padding:27px;border-color:#b8cfdd;background:linear-gradient(145deg,#fbfdff,#f3f8fb)}
.gflc-upload-icon{width:50px;height:50px;border-radius:15px;background:#e6f2f8;font-size:26px;box-shadow:inset 0 1px 0 #fff}
.gflc-upload strong{font-size:14px;color:#2a485e}.gflc-upload span:last-child{max-width:430px;font-size:10px;line-height:1.5}
.gflc-art-fields{padding:15px;border:1px solid #e4e9ef;border-radius:15px;background:rgba(255,255,255,.75);display:grid;gap:14px;align-content:start}
.gflc-art-fields .gflc-note{margin-top:0}.gflc-art-fields textarea{min-height:128px;resize:vertical}
.gflc-production-note{border-left:0;border:1px solid #e4e9ef;background:#f8fafb;position:relative;padding-left:44px}.gflc-production-note:before{content:"i";position:absolute;left:14px;top:14px;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#e9f3f8;color:var(--blue);font-size:10px;font-weight:900}

/* Summary gets a stronger product/check-out feel */
.gflc-summary{border-radius:22px;box-shadow:0 24px 65px rgba(19,47,65,.12)}
.gflc-summary-head{padding:18px 19px;background:linear-gradient(120deg,#f5faff,#fff);align-items:center}.gflc-summary-head>div{display:grid;gap:2px}.gflc-summary-head>div>span{font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.1em;color:#5f7484}.gflc-summary-head>div>small{font-size:9px;color:#94a1ab}.gflc-summary-head>strong{padding:6px 10px;background:var(--blue);color:#fff}
.gflc-summary-lines{padding:15px 19px}.gflc-summary-lines>div{padding:8px 0;border-bottom:1px dashed #edf1f4}.gflc-summary-lines>div:last-child{border-bottom:0}
.gflc-price-block{padding:16px 19px 18px;background:linear-gradient(180deg,#fbfcfd,#f7fafc)}.gflc-price-block>div{font-size:11px}.gflc-price-block .gflc-grand{margin-top:15px}.gflc-grand strong{font-size:31px;color:var(--blue-dark)}
.gflc-add{height:58px;border-radius:13px;background:linear-gradient(90deg,var(--blue-dark),var(--blue));box-shadow:0 12px 30px rgba(48,115,157,.22)}.gflc-add:hover{background:linear-gradient(90deg,#194b68,#2e789f)}
.gflc-after-order{padding-bottom:19px}.gflc-side-note{display:grid;grid-template-columns:30px 1fr;gap:10px;align-items:start;padding:15px 16px;background:linear-gradient(135deg,#fbfdfb,#f6faf8);border-color:#dfeee5}.gflc-side-note>span{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:#e8f7ee;color:#0b8a43;font-size:12px;font-weight:900}.gflc-side-note strong{font-size:12px}.gflc-side-note p{font-size:10px}

@media(max-width:1120px){
  .gflc-hero{grid-template-columns:minmax(0,1fr) 430px}.gflc-hero-copy{padding:44px 35px 42px}.gflc-flow-strip{width:calc(100% - 30px)}
  .gflc-art-grid{grid-template-columns:1fr}.gflc-upload{min-height:175px}
}
@media(max-width:860px){
  .gflc-hero{grid-template-columns:1fr;min-height:0}.gflc-hero-copy{padding:31px 24px 26px}.gflc-hero h1{font-size:40px}.gflc-hero-media{min-height:280px;max-height:330px}.gflc-hero-media img{min-height:280px;object-position:center 55%}.gflc-hero-media:before{background:linear-gradient(180deg,#f5f9fc 0%,rgba(245,249,252,.25) 13%,transparent 34%)}
  .gflc-flow-strip{width:100%;margin:0 0 17px;grid-template-columns:1fr;gap:7px;padding:11px}.gflc-flow-strip i{display:none}.gflc-flow-strip>div{grid-template-columns:28px auto}.gflc-flow-strip>div>span{width:28px;height:28px}.gflc-flow-strip small{white-space:normal}
  .gflc-art-grid{grid-template-columns:1fr}.gflc-config>.gflc-card{padding:22px}
}
@media(max-width:560px){
  .gflc-hero{border-radius:23px}.gflc-hero-copy{padding:27px 19px 23px}.gflc-hero h1{font-size:35px;letter-spacing:-1.6px}.gflc-hero-copy>p{font-size:13px;line-height:1.6}.gflc-trust-row{display:grid;grid-template-columns:1fr 1fr;gap:7px}.gflc-trust-row span{justify-content:center;padding:8px 9px;font-size:9px}.gflc-trust-row span:last-child{grid-column:1/-1}.gflc-hero-media{min-height:235px}.gflc-hero-media img{min-height:235px}.gflc-hero-float{right:11px;left:11px;bottom:11px;justify-content:flex-start}
  .gflc-material-tabs{grid-template-columns:1fr 1fr}.gflc-material:first-child{grid-column:1/-1}.gflc-widths{grid-template-columns:repeat(2,1fr)}.gflc-width{min-height:91px}
  .gflc-recommend{padding:10px 11px}
  .gflc-qty-field{min-width:0}.gflc-quick-qty{display:grid;grid-template-columns:repeat(3,1fr)}.gflc-quick-qty button{min-width:0;padding:8px 6px}
  .gflc-hook-grid,.gflc-extra-grid{grid-template-columns:1fr 1fr}.gflc-hook-card{min-height:190px}.gflc-option-photo{height:112px}.gflc-extra{min-height:174px}.gflc-extra .gflc-option-photo{height:100px}
  .gflc-art-grid{gap:12px}.gflc-upload{min-height:175px;padding:19px 13px}.gflc-art-fields{padding:12px}.gflc-production-note{padding:13px 13px 13px 42px}
}
.gflc-fee-note{display:grid}

/* v1.4.0 — robust multi-file artwork upload + two-sided print message */
.gflc-two-side-note{
  display:grid;grid-template-columns:42px 1fr;gap:13px;align-items:start;
  margin:0 0 18px;padding:16px 17px;border:1px solid #cfe6d8;border-radius:15px;
  background:linear-gradient(110deg,#f2fbf6 0%,#f8fcff 58%,#fff 100%);
  box-shadow:0 8px 22px rgba(23,85,57,.045)
}
.gflc-two-side-icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#e4f7eb;color:#0b8a43;font-size:18px;font-weight:900}
.gflc-two-side-note strong{display:block;color:#234b3a;font-size:13px;font-weight:820}
.gflc-two-side-note p{margin:4px 0 0;color:#5b7168;font-size:11px;line-height:1.58}
.gflc-upload-column{min-width:0}
.gflc-upload-help{margin:-1px 0 10px;color:#718493;font-size:10.5px;line-height:1.5}
.gflc-upload-help b{color:#466478;font-weight:780}
.gflc-upload{transition:border-color .18s,background .18s,box-shadow .18s,transform .18s}
.gflc-upload.drag{border-color:#30739d;background:#edf7fc;box-shadow:0 0 0 4px rgba(48,115,157,.08);transform:translateY(-1px)}
.gflc-upload-status{min-height:38px;margin-top:10px;padding:9px 11px;border:1px solid #e0e8ed;border-radius:10px;display:flex;align-items:center;gap:8px;background:#f8fafb;color:#667b8a;font-size:10.5px;line-height:1.35}
.gflc-upload-status-icon{flex:0 0 auto;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#eaf1f5;color:#557184;font-size:10px;font-weight:900}
.gflc-upload-status.ready{border-color:#cde7d6;background:#f3fbf6;color:#397055}
.gflc-upload-status.ready .gflc-upload-status-icon{background:#dff4e7;color:#0b8a43}
.gflc-upload-status.error{border-color:#f0c9c5;background:#fff6f5;color:#a23a32}
.gflc-upload-status.error .gflc-upload-status-icon{background:#fee9e7;color:#c7382c}
.gflc-upload-status.uploading{border-color:#cbdfea;background:#f1f8fc;color:#35647f}
.gflc-upload-status.uploading .gflc-upload-status-icon{background:#dfeff7;color:#30739d;animation:gflc-upload-pulse 1s ease-in-out infinite alternate}
@keyframes gflc-upload-pulse{from{transform:translateY(0);opacity:.7}to{transform:translateY(-2px);opacity:1}}
.gflc-file-list{gap:8px;margin-top:9px}
.gflc-file{
  min-width:0;display:grid!important;grid-template-columns:48px minmax(0,1fr) 24px 34px;gap:10px!important;align-items:center;
  padding:8px 9px!important;border-color:#dfe8ed!important;border-radius:12px!important;background:#fff!important;
  box-shadow:0 4px 12px rgba(26,55,72,.035)
}
.gflc-file>.gflc-file-preview{width:48px!important;height:42px!important;border-radius:9px!important;display:grid!important;place-items:center!important;overflow:hidden;background:linear-gradient(145deg,#eef5f9,#f8fbfd)!important;color:#30739d!important;font-size:9px!important;font-weight:900!important}
.gflc-file-preview img{display:block;width:100%;height:100%;object-fit:cover}
.gflc-file-copy{min-width:0}
.gflc-file-copy strong{display:block;max-width:100%!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#304a5c;font-size:11px!important;font-weight:760}
.gflc-file-copy small{display:block;margin-top:2px;color:#8796a1!important;font-size:9px!important}
.gflc-file>.gflc-file-ok{width:21px!important;height:21px!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:#e3f5e9!important;color:#0b8a43!important;font-size:10px!important;font-weight:900!important}
.gflc-file-remove{width:32px;height:32px;padding:0;border:1px solid #eadfdd;border-radius:9px;display:grid;place-items:center;background:#fff;color:#a74a42;cursor:pointer;transition:.16s}
.gflc-file-remove span{font-size:20px;line-height:1;transform:translateY(-1px)}
.gflc-file-remove:hover{border-color:#e5b9b4;background:#fff4f2;color:#c22f24;transform:scale(1.03)}
.gflc-add-more{margin-top:9px;padding:9px 12px;border:1px solid #cfe0ea;border-radius:10px;background:#f5faff;color:#30739d;font-size:10.5px;font-weight:760;cursor:pointer}
.gflc-add-more:hover{background:#eaf5fb;border-color:#b8d4e3}
.gflc-add-more[hidden]{display:none!important}

@media(max-width:680px){
  .gflc-two-side-note{grid-template-columns:34px 1fr;padding:13px 12px;gap:10px}.gflc-two-side-icon{width:32px;height:32px;border-radius:10px;font-size:15px}
  .gflc-two-side-note strong{font-size:12px}.gflc-two-side-note p{font-size:10px}
  .gflc-upload-help{font-size:9.5px}
  .gflc-file{grid-template-columns:42px minmax(0,1fr) 20px 32px;gap:7px!important;padding:7px!important}
  .gflc-file>.gflc-file-preview{width:42px!important;height:38px!important}
  .gflc-file-copy strong{font-size:10px!important}.gflc-file-copy small{font-size:8.5px!important}
  .gflc-file-remove{width:30px;height:30px}
  .gflc-upload-status{font-size:9.5px}
}

/* v1.4.2 — structural artwork uploader fix.
   The previous layout stretched the upload label to 100% of the grid row,
   so status/file cards overflowed underneath the production notice. */
.gflc-art-grid{align-items:start!important}
.gflc-upload-column{
  display:flex!important;
  flex-direction:column!important;
  align-self:start!important;
  min-width:0!important;
  min-height:0!important;
  height:auto!important;
  overflow:visible!important
}
.gflc-upload{
  box-sizing:border-box!important;
  width:100%!important;
  height:auto!important;
  min-height:205px!important;
  max-height:none!important;
  flex:0 0 auto!important
}
.gflc-upload-status,.gflc-file-list,.gflc-add-more{
  position:relative!important;
  z-index:1!important;
  flex:0 0 auto!important
}
.gflc-file-list{width:100%!important;overflow:visible!important}
.gflc-file-list:empty{display:none!important}
.gflc-file{width:100%!important;box-sizing:border-box!important}
.gflc-upload.has-files{
  min-height:92px!important;
  padding:14px 16px!important;
  border-style:solid!important;
  border-color:#b9ddc7!important;
  background:linear-gradient(120deg,#f1fbf5,#f8fcff)!important;
  box-shadow:0 7px 20px rgba(16,112,62,.055)!important;
  flex-direction:row!important;
  justify-content:flex-start!important;
  align-items:center!important;
  gap:12px!important;
  text-align:left!important
}
.gflc-upload.has-files .gflc-upload-icon{
  flex:0 0 42px!important;
  width:42px!important;
  height:42px!important;
  margin:0!important;
  border-radius:12px!important;
  background:#dff4e7!important;
  color:#0b8a43!important;
  font-size:18px!important
}
.gflc-upload.has-files strong{display:block!important;color:#285c42!important;font-size:13px!important;line-height:1.25!important}
.gflc-upload.has-files span:last-child{display:block!important;margin:3px 0 0!important;max-width:none!important;color:#628073!important;font-size:10px!important;line-height:1.35!important}
.gflc-upload-status.ready{font-weight:700!important}
.gflc-production-note{
  clear:both!important;
  position:relative!important;
  z-index:0!important;
  margin-top:18px!important
}
@media(max-width:680px){
  .gflc-upload{min-height:175px!important}
  .gflc-upload.has-files{min-height:82px!important;padding:12px!important;gap:10px!important}
  .gflc-upload.has-files .gflc-upload-icon{flex-basis:38px!important;width:38px!important;height:38px!important}
  .gflc-upload.has-files strong{font-size:12px!important}
  .gflc-upload.has-files span:last-child{font-size:9px!important}
}
