



.elementor-1391 .elementor-element.elementor-element-ddd9f5e, .elementor-1391 .elementor-element.elementor-element-734a159, .elementor-1391 .elementor-element.elementor-element-04cea8f {
	border: none !important; }

.elementor-kit-12 p {
  margin-block-end: 0px;
}

.gallery-item img {
    width: 100% !important;
    height: 345px !important;
    margin: 7px auto !important;
} 

/* ==========================================================================
   HeatKit — Design System
   Masonry heater manufacturer, Canada. Heritage craft, slow-burn confidence.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Archivo:wght@400;500;600;700&display=swap');

:root{
  /* Color */
  --charcoal:      #1B1613;   /* primary dark surface / text */
  --brick-dark:    #241B16;   /* secondary dark surface */
  --ember:         #B8451F;   /* primary accent — muted brick ember */
  --ember-bright:  #D66A34;   /* hover / active ember */
  --ember-tint:    #F1E2D6;   /* faint ember wash for backgrounds */
  --limewash:      #F3EEE5;   /* light surface — warm plaster */
  --limewash-dim:  #EAE3D6;   /* secondary light surface */
  --stone:         #A79A89;   /* borders, muted elements */
  --stone-light:   #D9D0C2;   /* hairlines on light bg */
  --smoke:         #6B5F53;   /* body text on light bg */
  --smoke-dim:     #9C8F80;   /* secondary text */
  --cream:         #FBF8F2;   /* whites */
  --white:         #FFFFFF;

  /* Type */
  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Archivo', 'Helvetica Neue', Arial, sans-serif;

  /* Layout */
  --wrap: 1200px;
  --radius: 3px;
}

*, *::before, *::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family:var(--font-body);
  color:var(--charcoal);
  background:var(--cream);
  -webkit-font-smoothing:antialiased;
  font-size:16px;
  line-height:1.5;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
ul{ margin:0; padding:0; list-style:none; }
button{ font-family:inherit; cursor:pointer; }
input, textarea, select{ font-family:inherit; font-size:1rem; }

h1,h2,h3,h4{
  font-family:var(--font-display);
  font-weight:600;
  line-height:1.08;
  margin:0 0 .5em;
  letter-spacing:-0.01em;
}
h1{ font-size:clamp(2.6rem, 5vw, 4.4rem); font-weight:600; }
h2{ font-size:clamp(1.9rem, 3.2vw, 2.7rem); }
h3{ font-size:1.35rem; }
p{ margin:0 0 1em; color:var(--smoke); max-width:62ch; }
.on-dark p{ color:#CFC4B7; }

.wrap{ max-width:var(--wrap); margin:0 auto; padding:0 32px; }
@media (max-width:640px){ .wrap{ padding:0 20px; } }

.eyebrow{
  font-family:var(--font-body);
  font-size:.8rem;
  font-weight:600;
  color:var(--ember);
  margin:0 0 .9em;
  display:flex;
  align-items:center;
  gap:.6em;
}
.eyebrow::before{
  content:"";
  width:22px; height:1px;
  background:var(--ember);
  display:inline-block;
}

.rule{ border:0; border-top:1px solid var(--stone-light); margin:0; }
.on-dark .rule, section.dark .rule{ border-top-color:#3A2E27; }

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.5em;

  font-size:.95rem;
  font-weight:600;
  border-radius:var(--radius);
  border:1px solid transparent;
  transition:background .18s ease, color .18s ease, border-color .18s ease;
  white-space:nowrap;
}
.btn--primary{ background:var(--ember); color:var(--cream); }
.btn--primary:hover{ background:var(--ember-bright); }
.btn--outline-dark{ border-color:var(--charcoal); color:var(--charcoal); }
.btn--outline-dark:hover{ background:var(--charcoal); color:var(--cream); }
.btn--outline-light{ border-color:rgba(255,255,255,.4); color:var(--cream); }
.btn--outline-light:hover{ border-color:var(--cream); background:rgba(255,255,255,.08); }
.btn--block{ width:100%; }
.btn--sm{ padding:.7em 1.3em; font-size:.85rem; }

/* ---------- Header / Nav ---------- */
.topbar{
  background:var(--charcoal);
  color:#C9BCAE;
  font-size:.78rem;
}
.topbar .wrap{
  display:flex; align-items:center; justify-content:space-between;
  height:38px;
}
.topbar a{ color:#C9BCAE; }
.topbar a:hover{ color:var(--ember-bright); }
.topbar-links{ display:flex; gap:22px; }
@media (max-width:760px){ .topbar-links{ display:none; } }

.site-header{
  background:var(--cream);
  border-bottom:1px solid var(--stone-light);
  position:sticky; top:0; z-index:50;
}
.site-header .wrap{
  display:flex; align-items:center; justify-content:space-between;
  height:84px;
}
.brand{ display:flex; flex-direction:column; line-height:1; }
.brand .name{
  font-family:var(--font-display); font-weight:700; font-size:1.7rem;
  color:var(--charcoal); letter-spacing:-.02em;
}
.brand .name em{ font-style:normal; color:var(--ember); }
.brand .tag{ font-size:.62rem; letter-spacing:.12em; color:var(--smoke-dim); margin-top:2px; }

.nav{ display:flex; align-items:center; gap:34px; }
.nav a{
  font-size:.92rem; font-weight:600; color:var(--charcoal);
  padding:6px 0; border-bottom:2px solid transparent;
}
.nav a:hover, .nav a.active{ border-bottom-color:var(--ember); color:var(--ember); }

.header-actions{ display:flex; align-items:center; gap:18px; }
.icon-btn{ display:flex; align-items:center; gap:6px; font-size:.85rem; font-weight:600; }
.icon-btn svg{ width:19px; height:19px; }

.nav-toggle{
  display:none; background:none; border:0; padding:6px;
}
.nav-toggle span{
  display:block; width:24px; height:2px; background:var(--charcoal); margin:5px 0;
}

@media (max-width:920px){
  .nav{
    display:none; position:absolute; top:84px; left:0; right:0;
    background:var(--cream); border-bottom:1px solid var(--stone-light);
    flex-direction:column; align-items:flex-start; gap:0; padding:8px 0;
  }
  .nav.open{ display:flex; }
  .nav a{ width:100%; padding:14px 32px; border-bottom:1px solid var(--stone-light); }
  .nav-toggle{ display:block; }
}

/* ---------- Hero ---------- */
.hero{
  background:var(--charcoal);
  color:var(--cream);
  position:relative;
  overflow:hidden;
}
.hero .wrap{
  display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:56px;
  min-height:560px; padding-top:64px; padding-bottom:64px;
}
.hero h1{ color:var(--cream); }
.hero-media{ position:relative; }
.hero-media img{ width:100%; height:100%; object-fit:cover; aspect-ratio:4/3; border-radius:var(--radius); }
.hero-actions{ display:flex; gap:16px; margin-top:1.6em; flex-wrap:wrap; }
.hero-stats{ display:flex; gap:36px; margin-top:2.4em; flex-wrap:wrap; }
.hero-stats .stat b{ display:block; font-family:var(--font-display); font-size:1.9rem; color:var(--ember-bright); }
.hero-stats .stat span{ font-size:.8rem; color:#B9AC9D; }

@media (max-width:900px){
  .hero .wrap{ grid-template-columns:1fr; padding-top:44px; padding-bottom:44px; gap:32px; }
  .hero-media{ order:-1; }
}

/* page header for interior pages */
.page-hero{
  background:var(--charcoal); color:var(--cream);
  padding:74px 0 60px;
}
.page-hero .wrap{ display:grid; grid-template-columns:1.1fr .9fr; gap:48px; align-items:end; }
.page-hero p{ font-size:1.05rem; }
@media (max-width:800px){ .page-hero .wrap{ grid-template-columns:1fr; } }

/* ---------- Sections ---------- */
.section{ padding:88px 0; }
.section.tight{ padding:56px 0; }
.section.dark{ background:var(--charcoal); color:var(--cream); }
.section.stone{ background:var(--limewash-dim); }
.section-head{ max-width:640px; margin-bottom:48px; }
.section-head.center{ margin-left:auto; margin-right:auto; text-align:center; }
.section-foot{ margin-top:44px; text-align:center; }

@media (max-width:640px){ .section{ padding:60px 0; } }

/* ---------- Grids ---------- */
.grid{ display:grid; gap:28px; }
.grid-2{ grid-template-columns:repeat(2,1fr); }
.grid-3{ grid-template-columns:repeat(3,1fr); }
.grid-4{ grid-template-columns:repeat(4,1fr); }
@media (max-width:920px){ .grid-4{ grid-template-columns:repeat(2,1fr); } .grid-3{ grid-template-columns:repeat(2,1fr);} }
@media (max-width:600px){ .grid-2,.grid-3,.grid-4{ grid-template-columns:1fr; } }

/* ---------- Cards: category ---------- */
.cat-card{
  position:relative;
  aspect-ratio:3/4;
  border-radius:var(--radius);
  overflow:hidden;
  background:var(--charcoal);
  display:flex; align-items:flex-end;
}
.cat-card img{
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
  filter:grayscale(20%);
  transition:transform .5s ease;
}
.cat-card:hover img{ transform:scale(1.05); }
.cat-card::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(27,22,19,0) 35%, rgba(27,22,19,.92) 100%);
}
.cat-card .cat-body{ position:relative; z-index:1; padding:24px; width:100%; }
.cat-card h3{ color:var(--cream); margin-bottom:.25em; }
.cat-card p{ color:#CFC4B7; font-size:.88rem; margin-bottom:1em; }
.cat-card .cat-link{
  font-size:.82rem; font-weight:700; color:var(--ember-bright);
  display:inline-flex; align-items:center; gap:6px;
}

.placeholder-photo{
  width:100%; height:100%;
  background:
    repeating-linear-gradient(0deg, rgba(255,255,255,.035) 0 3px, transparent 3px 30px),
    linear-gradient(150deg, #3A2C22, #1B1613 70%);
  display:flex; align-items:center; justify-content:center;
  color:#8B7A68;
}
.placeholder-photo svg{ width:34%; height:34%; opacity:.55; }

/* ---------- Product card ---------- */
.product-card{
  border:1px solid var(--stone-light);
  border-radius:var(--radius);
  background:var(--cream);
  display:flex; flex-direction:column;
  overflow:hidden;
}
.product-media{ aspect-ratio:1/1; position:relative; background:var(--limewash-dim); }
.product-badge{
  position:absolute; top:12px; left:12px; z-index:2;
  background:var(--ember); color:var(--cream);
  font-size:.66rem; font-weight:700; letter-spacing:.04em;
  padding:5px 10px; border-radius:2px;
}
.product-badge.alt{ background:var(--charcoal); }
.product-body{ padding:18px 20px 20px; display:flex; flex-direction:column; gap:10px; flex:1; }
.product-body h3{ font-size:1.02rem; font-family:var(--font-body); font-weight:700; margin:0; }
.product-price{ font-weight:700; color:var(--ember); font-size:.98rem; }
.product-body .btn{ margin-top:auto; }

/* ---------- Project / gallery card ---------- */
.project-card{ border-radius:var(--radius); overflow:hidden; background:var(--charcoal); }
.project-media{ aspect-ratio:4/3; position:relative; }
.project-media img{ width:100%; height:100%; object-fit:cover; }
.project-info{ padding:20px 22px 24px; color:var(--cream); }
.project-info .loc{ font-size:.78rem; color:var(--stone); margin-bottom:.4em; }
.project-info h3{ margin-bottom:.3em; }
.project-info p{ color:#CFC4B7; font-size:.9rem; margin-bottom:0; }

/* ---------- Service card ---------- */
.service-card{
  border:1px solid var(--stone-light); border-radius:var(--radius);
  padding:32px 28px; background:var(--cream);
}
.service-card .icon{ width:44px; height:44px; margin-bottom:20px; color:var(--ember); }
.service-card h3{ margin-bottom:.5em; }
.service-card .price{ font-size:.85rem; color:var(--smoke-dim); margin-top:14px; }

/* ---------- Steps (genuine sequence) ---------- */
.steps{ counter-reset:step; display:grid; grid-template-columns:repeat(4,1fr); gap:0; }
.step{
  position:relative; padding:0 28px 0 0; border-left:1px solid #3A2E27;
  padding-left:26px;
}
.step:first-child{ border-left:0; padding-left:0; }
.step .num{
  font-family:var(--font-display); font-size:2.4rem; color:var(--ember-bright);
  display:block; margin-bottom:.3em; font-weight:600;
}
.step h3{ color:var(--cream); font-size:1.1rem; }
.step p{ font-size:.9rem; }
@media (max-width:900px){
  .steps{ grid-template-columns:1fr 1fr; gap:32px 24px; }
  .step{ border-left:0; padding-left:0; }
}
@media (max-width:560px){ .steps{ grid-template-columns:1fr; } }

/* ---------- Comparison table ---------- */
.compare{ display:grid; grid-template-columns:1fr 1fr; gap:1px; background:var(--stone-light); border:1px solid var(--stone-light); border-radius:var(--radius); overflow:hidden; }
.compare > div{ background:var(--cream); padding:32px; }
.compare > div.heatkit{ background:#FBF3EC; }
.compare h4{ font-family:var(--font-display); font-size:1.2rem; margin-bottom:1em; }
.compare ul li{ padding:.55em 0; border-top:1px solid var(--stone-light); font-size:.92rem; color:var(--smoke); }
.compare ul li:first-child{ border-top:0; }
@media (max-width:700px){ .compare{ grid-template-columns:1fr; } }

/* ---------- Trust strip ---------- */
.trust-strip{ background:var(--charcoal); color:var(--cream); padding:44px 0; }
.trust-strip .grid{ grid-template-columns:repeat(4,1fr); gap:32px; }
.trust-item{ display:flex; gap:16px; align-items:flex-start; }
.trust-item svg{ width:30px; height:30px; color:var(--ember-bright); flex:none; }
.trust-item h4{ font-size:.92rem; margin:0 0 .3em; font-family:var(--font-body); font-weight:700; }
.trust-item p{ font-size:.82rem; margin:0; color:#B9AC9D; }
@media (max-width:900px){ .trust-strip .grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .trust-strip .grid{ grid-template-columns:1fr; } }

/* ---------- Forms ---------- */
.form-grid{ display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.field{ display:flex; flex-direction:column; gap:8px; margin-bottom:20px; }
.field.full{ grid-column:1 / -1; }
.field label{ font-size:.82rem; font-weight:600; color:var(--charcoal); }
.field .hint{ font-size:.76rem; color:var(--smoke-dim); font-weight:400; }
.field input, .field textarea, .field select{
  border:1px solid var(--stone-light); border-radius:var(--radius);
  padding:.85em 1em; background:var(--cream); color:var(--charcoal);
}
.field input:focus, .field textarea:focus, .field select:focus{
  outline:2px solid var(--ember); outline-offset:1px; border-color:var(--ember);
}
.field textarea{ resize:vertical; min-height:120px; }
.radio-row{ display:flex; gap:10px; flex-wrap:wrap; }
.radio-chip{
  border:1px solid var(--stone-light); border-radius:20px; padding:.55em 1.1em;
  font-size:.85rem; cursor:pointer; user-select:none;
}
.radio-chip input{ display:none; }
.radio-chip:has(input:checked){ border-color:var(--ember); background:var(--ember-tint); color:var(--ember); font-weight:600; }
@media (max-width:700px){ .form-grid{ grid-template-columns:1fr; } .field.full{ grid-column:auto; } }

.contact-panel{
  background:var(--charcoal); color:var(--cream); border-radius:var(--radius);
  padding:36px 32px;
}
.contact-panel h3{ color:var(--cream); }
.contact-row{ display:flex; gap:14px; padding:16px 0; border-top:1px solid #3A2E27; }
.contact-row:first-of-type{ border-top:0; }
.contact-row svg{ width:20px; height:20px; color:var(--ember-bright); flex:none; margin-top:2px; }
.contact-row a, .contact-row span{ font-size:.92rem; color:#E5DACC; }

/* ---------- Testimonial / quote block ---------- */
.pull-quote{
  border-left:3px solid var(--ember);
  padding-left:28px; margin:0;
  font-family:var(--font-display); font-size:1.5rem; line-height:1.4;
  color:var(--charcoal); font-weight:500;
}
.pull-quote cite{ display:block; font-family:var(--font-body); font-style:normal; font-size:.85rem; color:var(--smoke-dim); margin-top:14px; font-weight:600; }

/* ---------- Newsletter ---------- */
.newsletter{ background:var(--limewash-dim); padding:40px 0; }
.newsletter .wrap{ display:flex; align-items:center; justify-content:space-between; gap:32px; flex-wrap:wrap; }
.newsletter-copy{ display:flex; gap:16px; align-items:flex-start; }
.newsletter-copy svg{ width:34px; height:34px; color:var(--ember); flex:none; }
.newsletter-copy p{ margin:0; font-size:.88rem; }
.newsletter form{ display:flex; gap:10px; flex:none; }
.newsletter input{ border:1px solid var(--stone-light); border-radius:var(--radius); padding:.85em 1.1em; min-width:260px; background:var(--cream); }
@media (max-width:760px){ .newsletter form{ width:100%; } .newsletter input{ min-width:0; flex:1; } }

/* ---------- Footer ---------- */
.site-footer{ background:var(--charcoal); color:#B9AC9D; padding-top:64px; }
.footer-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1.1fr; gap:40px; padding-bottom:48px; }
.footer-grid h5{ color:var(--cream); font-size:.85rem; margin:0 0 1.1em; font-weight:700; }
.footer-grid li{ margin-bottom:.7em; font-size:.88rem; }
.footer-grid li a:hover{ color:var(--ember-bright); }
.footer-brand .name{ font-family:var(--font-display); font-size:1.4rem; color:var(--cream); font-weight:700; }
.footer-brand p{ font-size:.86rem; margin-top:14px; color:#B9AC9D; }
.social-row{ display:flex; gap:12px; margin-top:20px; }
.social-row a{ width:34px; height:34px; border:1px solid #3A2E27; border-radius:50%; display:flex; align-items:center; justify-content:center; }
.social-row svg{ width:16px; height:16px; }
.footer-bottom{ border-top:1px solid #3A2E27; padding:22px 0; display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; font-size:.78rem; }
@media (max-width:900px){ .footer-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .footer-grid{ grid-template-columns:1fr; } }

/* ---------- Breadcrumb ---------- */
.crumbs{ font-size:.8rem; color:#B9AC9D; }
.crumbs a{ color:#B9AC9D; }
.crumbs a:hover{ color:var(--ember-bright); }

/* ---------- Utility ---------- */
.mt-0{ margin-top:0; }
.center{ text-align:center; }
.text-cream p{ color:#CFC4B7; }
.sr-only{ position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); }

/* focus visibility */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible{
  outline:2px solid var(--ember); outline-offset:2px;
}

@media (prefers-reduced-motion: reduce){
  *{ animation-duration:.001ms !important; transition-duration:.001ms !important; }
}


.shopify-buy__collection {
	margin-top:20px !important;
}

/* Fix: apparel Buy Button embed wrapper stuck at a stale inline height (8px) while its iframe resizes to full content height, causing the footer to overlap the product grid */
#home-collection-component-apparel.shopify-buy-frame {
	  height: auto !important;
}

}

/* Fix: homepage apparel preview widget never gets resized by Shopify's script (stuck at default 150px iframe height), cropping the product title/price/Add to cart. Floor height for one row of cards; height:auto still lets it grow if the resize script does eventually fire. */
#home-collection-component-apparel.shopify-buy-frame {
	  min-height: 640px !important;
}

}