.elementor-4082 .elementor-element.elementor-element-8cb42a0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-46c65aa *//* PASTE INTO: Elementor > Site Settings > Custom CSS */


/* ============================================================
   H7 Labs — Interactive Flat Panels page
   All styles namespaced under .h7-ifp so nothing here collides
   with the existing theme. Safe to paste into an HTML block.
   ============================================================ */

.h7-ifp{
  margin:0;padding:0;
  /* Colours sampled from h7labsgroup.com — adjust here and the whole
     page follows. */
  --ink:#0E0E0E;          /* near-black used for headings and buttons */
  --ink-soft:#4C4F45;
  --line:#DEE0D0;
  --paper:#FCFFF3;        /* exact page cream, sampled from the live site */
  --paper-alt:#F7F8EC;    /* the banded cream used on the live site */
  --lime:#BCD754;         /* exact brand green, sampled from the logo file */
  --lime-deep:#93AC38;
  --dark:#0E0E0E;

  --radius-pill:999px;
  --radius-soft:16px;
  --radius-img:20px;
  --radius-block:26px;

  /* change this one line to switch the whole page's font */
  --font:'Barlow Semi Condensed',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;

  --sp-1:.45rem; --sp-2:.95rem; --sp-3:1.4rem; --sp-4:2.2rem;
  --sp-5:3.6rem; --sp-6:4.4rem;

  font-family:var(--font);
  color:var(--ink);
  line-height:1.6;
  font-size:18px;
  background:var(--paper);
  -webkit-font-smoothing:antialiased;
}

.h7-ifp *,
.h7-ifp *::before,
.h7-ifp *::after{box-sizing:border-box;}

.h7-ifp h1,.h7-ifp h2,.h7-ifp h3{
  font-family:var(--font);
  line-height:1.08;
  letter-spacing:0;
  margin:0 0 .8rem;
  font-weight:500;
}
.h7-ifp h1{font-size:clamp(2.3rem,5.4vw,4rem);}
.h7-ifp h2{font-size:clamp(1.7rem,3.4vw,2.7rem);}
.h7-ifp h3{font-size:1.25rem;font-weight:600;}
.h7-ifp p{margin:0 0 var(--sp-2);max-width:68ch;}
.h7-ifp p:last-child{margin-bottom:0;}
.h7-ifp h2 + p{margin-top:0;}

.h7-ifp__wrap{max-width:1120px;margin:0 auto;padding:0 var(--sp-3);}
/* keeps the page from sitting flush against the theme footer */
.h7-ifp{padding-bottom:var(--sp-4);}
.h7-ifp__cta .h7-ifp__wrap{padding:0 var(--sp-2);}
.h7-ifp__section:first-child{border-top:none;}
/* body reset so the page sits flush against your footer */
body{margin:0;}
.h7-ifp__section{padding:var(--sp-5) 0;border-top:1px solid var(--line);}
.h7-ifp__section--plain{border-top:none;}
/* tinted blocks are rounded panels, not full-width bands, so they never
   show a hard edge whatever container width the theme gives them */
.h7-ifp__section--tint{
  border-top:none;
  background:var(--paper-alt);
  border-radius:var(--radius-block);
  padding:var(--sp-5) var(--sp-4);
  margin:var(--sp-5) 0;
}
.h7-ifp__section--tint .h7-ifp__wrap{padding:0;}

/* ---------- hero ---------- */
.h7-ifp__hero{
  background:var(--paper);
  color:var(--ink);
  padding:var(--sp-5) 0 var(--sp-5);
}
.h7-ifp__hero h1{max-width:15ch;}
.h7-ifp__hero .h7-ifp__lead{
  font-size:1.2rem;color:var(--ink-soft);max-width:56ch;margin-top:var(--sp-2);
}
.h7-ifp__hero-grid{
  display:grid;grid-template-columns:1.1fr .9fr;gap:var(--sp-4);align-items:center;
}
.h7-ifp__hero-img{
  width:100%;max-width:100%;height:auto;display:block;
  max-height:460px;object-fit:contain;
}
/* catch-all so nothing on this page has square corners */
/* product shots are transparent cut-outs, so they need no corner rounding;
   any photographic image added later gets it automatically */
.h7-ifp figure img,.h7-ifp__case img{border-radius:var(--radius-block);}
.h7-ifp__partner{
  display:inline-block;margin-bottom:var(--sp-3);
  font-size:.9rem;font-weight:600;color:var(--ink);
  background:var(--lime);border-radius:var(--radius-pill);
  padding:.4rem 1.1rem;
}

/* ---------- buttons (pill shaped, matching the live site) ---------- */
.h7-ifp__actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:var(--sp-4);}
.h7-ifp__btn{
  display:inline-flex;align-items:center;gap:.55rem;
  padding:1rem 2rem;border-radius:var(--radius-pill);
  font-weight:600;font-size:1rem;text-decoration:none;line-height:1;
  transition:background .18s ease,color .18s ease,border-color .18s ease;
}
.h7-ifp__btn::after{content:"→";font-size:1.05em;line-height:1;}
/* primary: black pill, lime text — the "Get started now" style */
.h7-ifp__btn--primary{background:var(--ink);color:var(--lime);}
.h7-ifp__btn--primary:hover{background:#262626;}
/* secondary: outlined pill — the "Learn more information" style */
.h7-ifp__btn--ghost,
.h7-ifp__btn--outline{
  background:transparent;color:var(--ink);border:1.5px solid var(--ink);
}
.h7-ifp__btn--ghost:hover,
.h7-ifp__btn--outline:hover{background:var(--ink);color:var(--lime);}
/* lime pill — the "Get in Touch" header style */
.h7-ifp__btn--dark{background:var(--lime);color:var(--ink);}
.h7-ifp__btn--dark:hover{background:#CBE277;}
.h7-ifp__btn:focus-visible{outline:3px solid var(--lime-deep);outline-offset:3px;}

/* ---------- tables ---------- */
.h7-ifp__table-scroll{
  overflow:hidden auto;margin:var(--sp-2) 0 var(--sp-3);
  border:1px solid var(--line);border-radius:var(--radius-block);
  -webkit-overflow-scrolling:touch;
}
.h7-ifp table{
  width:100%;border-collapse:collapse;min-width:540px;font-size:.97rem;
}
.h7-ifp table,.h7-ifp thead,.h7-ifp tbody,.h7-ifp tr,.h7-ifp th,.h7-ifp td{
  border:0;background-image:none;box-shadow:none;
}
.h7-ifp th,.h7-ifp td{
  text-align:left;padding:.95rem 1.1rem;
  border-bottom:1px solid var(--line);
  vertical-align:top;
}
.h7-ifp tr:last-child td{border-bottom:none;}
.h7-ifp th{
  font-weight:600;font-size:.9rem;
  background:var(--lime);color:var(--ink);
}
.h7-ifp td:first-child{font-weight:600;white-space:nowrap;}

/* ---------- two column ---------- */
.h7-ifp__cols{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--sp-4);align-items:start;}
.h7-ifp__cols--3{grid-template-columns:repeat(3,1fr);}

/* ---------- note / aside ---------- */
.h7-ifp__note{
  background:var(--lime);
  color:var(--ink);
  padding:var(--sp-3) var(--sp-4);
  border-radius:var(--radius-block);
  margin:var(--sp-3) 0 0;
  font-weight:500;
}
.h7-ifp__note p{margin:0;}

/* ---------- case study ---------- */
.h7-ifp__case{
  background:var(--ink);color:#fff;border-radius:var(--radius-block);overflow:hidden;
  padding:var(--sp-4);
}
.h7-ifp__case h2{color:var(--lime);}
.h7-ifp__case h3{color:#fff;margin-bottom:.4rem;}
.h7-ifp__case p{color:#DCDCD4;}
.h7-ifp__case a{color:var(--lime);font-weight:600;}

/* ---------- faq ---------- */
.h7-ifp__faq details{
  border-bottom:1px solid var(--line);padding:var(--sp-2) 0;
}
.h7-ifp__faq summary{
  cursor:pointer;font-family:'Archivo',sans-serif;font-weight:600;
  font-size:1.05rem;list-style:none;padding-right:2rem;position:relative;
}
.h7-ifp__faq summary::-webkit-details-marker{display:none;}
.h7-ifp__faq summary::after{
  content:"+";position:absolute;right:0;top:-.1rem;
  font-size:1.5rem;color:var(--lime-deep);line-height:1;
}
.h7-ifp__faq details[open] summary::after{content:"–";}
.h7-ifp__faq summary:focus-visible{outline:3px solid var(--lime-deep);outline-offset:3px;}
.h7-ifp__faq details p{margin:var(--sp-2) 0 0;color:var(--ink-soft);}

/* ---------- product range ---------- */
.h7-ifp__range{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--sp-3);margin-top:var(--sp-3);}
.h7-ifp__model{
  border:1px solid var(--line);background:var(--paper);
  border-radius:var(--radius-block);
  padding:var(--sp-3);display:flex;flex-direction:column;
  overflow:hidden;
}
.h7-ifp__model img{
  width:100%;height:210px;object-fit:contain;object-position:center;
  display:block;margin:0 auto var(--sp-3);
}
.h7-ifp__model h3{margin-bottom:.35rem;}
.h7-ifp__model p{font-size:.95rem;color:var(--ink-soft);margin-bottom:var(--sp-2);}
.h7-ifp__specs{list-style:none;margin:0;padding:0;font-size:.92rem;}
.h7-ifp__specs li{padding:.3rem 0;border-bottom:1px solid var(--line);}
.h7-ifp__specs li:last-child{border-bottom:none;}
.h7-ifp__tag{
  display:inline-block;font-size:.78rem;font-weight:600;
  background:var(--lime);color:var(--ink);padding:.28rem .8rem;
  border-radius:var(--radius-pill);margin-bottom:.6rem;
}
.h7-ifp__tag--quiet{background:transparent;color:var(--ink-soft);border:1px solid var(--line);}

/* ---------- closing cta ---------- */
.h7-ifp__cta{
  background:var(--lime);color:var(--ink);
  border-radius:var(--radius-block);
  padding:var(--sp-5) var(--sp-4);
  margin:var(--sp-5) auto var(--sp-5);
  max-width:1120px;
  text-align:left;
}
.h7-ifp__cta h2{max-width:20ch;}
.h7-ifp__cta p{color:#1F2318;}
.h7-ifp__cta .h7-ifp__btn--outline{border-color:var(--ink);}
.h7-ifp__cta .h7-ifp__btn--outline:hover{background:var(--ink);color:var(--lime);}


/* ---------- footer (preview only — see note in the HTML) ---------- */
.h7-ifp__footer{background:#000;color:#fff;padding:var(--sp-5) 0 var(--sp-4);}
.h7-ifp__footer-grid{
  display:grid;grid-template-columns:1.3fr 1fr 1fr 1.3fr;gap:var(--sp-4);
}
.h7-ifp__footer h4{
  font-family:var(--font);font-size:1.35rem;font-weight:500;
  margin:0 0 var(--sp-3);color:#fff;
}
.h7-ifp__footer-logo{
  display:block;width:auto;height:52px;margin-bottom:var(--sp-3);
}
.h7-ifp__footer p{color:#CFCFCF;font-size:.98rem;max-width:34ch;}
.h7-ifp__footer ul{list-style:none;margin:0;padding:0;}
.h7-ifp__footer li{margin-bottom:.55rem;}
.h7-ifp__footer a{color:#E6E6E6;text-decoration:none;font-size:1rem;}
.h7-ifp__footer a:hover{color:var(--lime);}
.h7-ifp__footer a:focus-visible{outline:2px solid var(--lime);outline-offset:3px;}
.h7-ifp__contact-row{display:flex;gap:.9rem;align-items:flex-start;margin-bottom:var(--sp-3);}
.h7-ifp__contact-icon{
  flex:0 0 auto;width:42px;height:42px;border-radius:50%;
  background:var(--lime);display:grid;place-items:center;
}
.h7-ifp__contact-icon svg{width:20px;height:20px;fill:#000;}
.h7-ifp__contact-row span,.h7-ifp__contact-row a{
  color:#E6E6E6;font-size:1rem;line-height:1.45;padding-top:.5rem;
}
.h7-ifp__footer-base{
  border-top:1px solid #2A2A2A;margin-top:var(--sp-4);padding-top:var(--sp-3);
  display:flex;flex-wrap:wrap;gap:var(--sp-3);justify-content:space-between;
  font-size:.92rem;color:#9A9A9A;
}
@media (max-width:860px){
  .h7-ifp__footer-grid{grid-template-columns:1fr 1fr;}
}
@media (max-width:560px){
  .h7-ifp__footer-grid{grid-template-columns:1fr;}
}


/* ---------- size calculator ---------- */
.h7-ifp__calc{
  background:#FFFFFF;border:1px solid var(--line);border-radius:var(--radius-block);
  padding:var(--sp-4);margin-top:var(--sp-3);
}
.h7-ifp__calc-top{display:grid;grid-template-columns:1fr 240px;gap:var(--sp-4);align-items:center;}
.h7-ifp__calc label{display:block;font-weight:600;margin-bottom:.6rem;}
.h7-ifp__calc input[type=range]{
  width:100%;accent-color:var(--lime-deep);height:28px;cursor:pointer;
}
.h7-ifp__calc-scale{display:flex;justify-content:space-between;font-size:.85rem;color:var(--ink-soft);}
.h7-ifp__calc-out{
  background:var(--lime);border-radius:var(--radius-block);
  padding:var(--sp-3);text-align:center;
}
.h7-ifp__calc-out strong{display:block;font-size:2.6rem;line-height:1;font-weight:600;}
.h7-ifp__calc-out span{font-size:.95rem;}
.h7-ifp__calc-note{margin-top:var(--sp-3);color:var(--ink-soft);font-size:.95rem;}
.h7-ifp__room{width:100%;height:auto;margin-top:var(--sp-3);border-radius:var(--radius-img);background:#FCFFF3;}

/* ---------- process steps with arrows ---------- */
.h7-ifp__steps{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:var(--sp-3) 2.6rem;margin-top:var(--sp-3);
}
.h7-ifp__step{
  position:relative;background:#FFFFFF;border:1px solid var(--line);
  border-radius:var(--radius-block);padding:var(--sp-3);
}
.h7-ifp__step-num{
  display:inline-grid;place-items:center;width:34px;height:34px;
  border-radius:50%;background:var(--lime);color:var(--ink);
  font-weight:700;font-size:1rem;margin-bottom:.7rem;
}
.h7-ifp__step h3{font-size:1.1rem;margin-bottom:.35rem;}
.h7-ifp__step p{font-size:.95rem;color:var(--ink-soft);margin:0;}
.h7-ifp__step::after{
  content:"";position:absolute;top:50%;right:-2rem;width:1.4rem;height:12px;
  background:var(--lime-deep);
  clip-path:polygon(0 35%,60% 35%,60% 0,100% 50%,60% 100%,60% 65%,0 65%);
  transform:translateY(-50%);
}
.h7-ifp__step:nth-child(3n)::after,
.h7-ifp__step:last-child::after{display:none;}

/* ---------- panel vs projector ---------- */
.h7-ifp__versus{display:grid;grid-template-columns:1fr 1fr;gap:var(--sp-3);margin-top:var(--sp-3);}
.h7-ifp__versus figure{
  margin:0;border:1px solid var(--line);border-radius:var(--radius-block);
  padding:var(--sp-3);background:#FFFFFF;
}
.h7-ifp__versus svg{width:100%;height:auto;display:block;margin-bottom:var(--sp-2);border-radius:var(--radius-img);background:#FFFFFF;}
.h7-ifp__versus h3{font-size:1.1rem;margin-bottom:.3rem;}
.h7-ifp__versus p{font-size:.94rem;color:var(--ink-soft);margin:0;}

@media (max-width:860px){
  .h7-ifp__calc-top{grid-template-columns:1fr;}
  .h7-ifp__steps{grid-template-columns:1fr;gap:var(--sp-3);}
  .h7-ifp__step::after{
    top:auto;bottom:-1.5rem;right:50%;transform:translateX(50%) rotate(90deg);
  }
  .h7-ifp__versus{grid-template-columns:1fr;}
}
@media (prefers-reduced-motion:reduce){
  .h7-ifp *{transition:none !important;}
}


/* ---------- phone: tables become stacked cards, nothing cut off ---------- */
@media (max-width:640px){
  .h7-ifp__table-scroll{
    overflow-x:visible;border:none;border-radius:0;background:transparent;
  }
  .h7-ifp table{min-width:0;width:100%;display:block;}
  .h7-ifp thead{display:none;}
  .h7-ifp tbody,.h7-ifp tr,.h7-ifp td{display:block;width:100%;}
  .h7-ifp tr{
    background:var(--paper);
    border:1px solid var(--line) !important;
    border-radius:var(--radius-block);
    padding:var(--sp-2) var(--sp-3);
    margin-bottom:var(--sp-2);
  }
  .h7-ifp tr:last-child{margin-bottom:0;}
  .h7-ifp td{
    border:0 !important;
    border-bottom:1px solid var(--line) !important;
    padding:.65rem 0;white-space:normal;
  }
  .h7-ifp tr td:last-child{border-bottom:0 !important;}
  .h7-ifp td::before{
    content:attr(data-label);
    display:block;
    font-size:.78rem;font-weight:700;letter-spacing:.04em;
    text-transform:uppercase;color:var(--lime-deep);
    margin-bottom:.15rem;
  }
  .h7-ifp td:first-child{
    font-weight:600;font-size:1.05rem;
  }
  .h7-ifp__section--tint tr{background:#FFFFFF;}
}

/* ---------- responsive ---------- */
@media (max-width:860px){
  .h7-ifp__hero-grid{grid-template-columns:1fr;gap:var(--sp-4);}
  .h7-ifp__cols,.h7-ifp__cols--3{grid-template-columns:1fr;gap:var(--sp-3);}
  .h7-ifp__range{grid-template-columns:1fr;}
  .h7-ifp__gallery{grid-template-columns:1fr;}
  .h7-ifp__section{padding:var(--sp-5) 0;}
  .h7-ifp__hero{padding:var(--sp-5) 0;}
  .h7-ifp__section--tint,.h7-ifp__cta{padding:var(--sp-4) var(--sp-3);}
  .h7-ifp__section--tint .h7-ifp__wrap,.h7-ifp__cta .h7-ifp__wrap{padding:0;}
}
@media (prefers-reduced-motion:reduce){
  .h7-ifp *{transition:none !important;}
}/* End custom CSS */