:root{
  --bg: #f6f7f8;
  --card: #ffffff;
  --ink: #0f172a;
  --muted: #475569;
  --line: #d7dde3;
  --accent: #111827;
  --shadow: 0 10px 30px rgba(15, 23, 42, 0.10);
  --radius: 18px;
  --max: 1100px;
}

*{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin:0;
  font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.45;
}
body.is-locked{ overflow: hidden; }

button,
a,
summary{
  -webkit-tap-highlight-color: transparent;
}

.container{
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

.topbar{
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(246, 247, 248, 0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(215, 221, 227, 0.9);
}

.topbar__inner{
  display:flex;
  align-items:center;
  justify-content: space-between;
  padding: 14px 0;
  gap: 18px;
}

.brand{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--ink);
}
.brand__markImage{
  width: 68px;
  height: 68px;
  object-fit: contain;
  flex: 0 0 auto;
}
.brand__logoImage{
  height: 40px;
  width: auto;
  display: block;
}

.topbar__nav{
  display:flex;
  gap: 16px;
}
.navlink{
  text-decoration:none;
  color: var(--muted);
  font-weight: 600;
  font-size: 14px;
}
.navlink:hover{ color: var(--ink); }

.topbar__cta{ display:flex; gap: 10px; }

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  border-radius: 999px;
  padding: 10px 14px;
  text-decoration:none;
  font-weight: 700;
  border: 1px solid var(--line);
  color: var(--ink);
  background: transparent;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
  cursor: pointer;
}
.btn:hover{ transform: translateY(-1px); box-shadow: 0 8px 18px rgba(15,23,42,0.10); }
.btn--primary{
  background: var(--accent);
  color: white;
  border-color: var(--accent);
}
.btn--ghost{
  background: transparent;
}
.btn--lg{ padding: 12px 18px; }
.btn--full{ width: 100%; justify-content: center; }

.hero{
  padding: 82px 0 40px;
}
.hero__inner{
  display:grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
}
.hero__inner--stacked{
  justify-items: center;
}
.kicker{
  margin:0 0 10px;
  color: var(--muted);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 12px;
}

.heroBrand{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap: 22px;
  margin: 0;
  width: 100%;
}
.heroBrand--hero{
  grid-column: 1 / -1;
  margin-bottom: 6px;
}
 .heroBrand__mark{
  width: clamp(110px, 12vw, 170px);
  height: auto;
  object-fit: contain;
  flex: 0 0 auto;
}
.heroBrand__logo{
  width: min(100%, 760px);
  height: auto;
  object-fit: contain;
  display:block;
}
.hero__subtitle{
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 17px;
  max-width: 34ch;
  font-weight: 500;
}
.hero__copy{
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
}

.hero__meta{
  margin-top: 18px;
  display:flex;
  align-items:center;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--muted);
  font-weight: 600;
}
.hero__meta a{ color: var(--muted); text-decoration: none; }
.hero__meta a:hover{ color: var(--ink); }
.dot{ opacity: 0.6; }
.instagramHero{
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: var(--muted);
  text-decoration: none;
  font-weight: 700;
}
.instagramHero:hover{ color: var(--ink); }
.instagramHero__icon{
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
.instagramHero__dot{ fill: currentColor; stroke: none; }


.hero__card,
.bookingGrid__left,
.trustCard,
details,
.serviceSheet,
.gallery__item{
  background: var(--card);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero__card{
  border-radius: 24px;
  padding: 26px;
  width: 100%;
  max-width: 460px;
  justify-self: end;
  align-self: start;
}

.hero__cardTop{
  display:flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 14px;
}
.card__label{
  margin:0;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 800;
}
.card__title{
  margin: 6px 0 0;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.15;
}

.card__list{
  margin: 16px 0 18px;
  padding-left: 18px;
  color: var(--muted);
  font-weight: 600;
  display: grid;
  gap: 8px;
}
.card__fineprint{
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12px;
}


.hero__inner--split{
  grid-template-columns: minmax(0, 1fr) 460px;
  column-gap: 36px;
  row-gap: 12px;
}

.section{ padding: 56px 0; }
.section--muted{ background: #ffffff; border-top: 1px solid rgba(215,221,227,0.7); border-bottom: 1px solid rgba(215,221,227,0.7); }
.section__head h2{ margin:0 0 8px; font-size: 28px; letter-spacing: -0.01em; }
.section__head p{ margin:0; color: var(--muted); font-weight: 600; max-width: 70ch; }

.serviceMenu{
  margin-top: 26px;
  display: grid;
  gap: 24px;
}

.serviceSheet{
  background: linear-gradient(180deg, #ffffff 0%, #fcfcfd 100%);
  border-radius: 28px;
  padding: 28px;
}

.serviceSheet__top{
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.sheet__eyebrow{
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 800;
}

.serviceSheet h3{
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: -0.03em;
}

.sheet__tagline{
  margin: 0;
  max-width: 34ch;
  text-align: right;
  color: var(--muted);
  font-weight: 600;
}

.serviceGrid{
  display: grid;
  gap: 18px;
}
.serviceGrid--twoUp{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
.serviceGrid--fourUp{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
.serviceGrid--secondary,
.serviceGrid + .serviceGrid{ margin-top: 18px; }

.serviceBlock{
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 22px;
  background: #ffffff;
}
.serviceBlock--featured{
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.serviceBlock__head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.serviceBlock__head h4{
  margin: 0;
  font-size: 20px;
  line-height: 1.15;
}
.serviceBlock__head p{
  margin: 0;
  font-weight: 900;
  font-size: 22px;
  white-space: nowrap;
}
.serviceBlock ul{
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-weight: 600;
  display: grid;
  gap: 8px;
}
.serviceBlock__meta{
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px dashed var(--line);
}
.serviceBlock__meta span{
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 800;
}
.serviceBlock__meta p{
  margin: 0;
  color: var(--muted);
  font-weight: 600;
}


.trustGrid{
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.trustCard{
  border-radius: 22px;
  padding: 22px;
}
.trustCard h3{
  margin: 0 0 8px;
  font-size: 20px;
}
.trustCard p{
  margin: 0;
  color: var(--muted);
  font-weight: 600;
}

.gallery{
  margin-top: 18px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.gallery__item{
  margin: 0;
  padding: 12px;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}
.gallery__item img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 16px;
}

.bookingGrid{
  margin-top: 18px;
  display:grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.bookingGrid__left{
  border-radius: 24px;
  padding: 24px;
  max-width: 760px;
}

.bookingGrid__left h3{
  margin: 0 0 8px;
  font-size: 24px;
}
.muted{ color: var(--muted); font-weight: 600; }
.bookingButtons{ display:flex; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
.note{
  margin-top: 14px;
  padding: 12px 12px;
  border-radius: 12px;
  border: 1px solid rgba(215,221,227,0.9);
  background: #fbfbfc;
  color: var(--muted);
  font-weight: 600;
}

.faq{
  margin-top: 18px;
  display:grid;
  gap: 10px;
}
details{
  border-radius: 20px;
  padding: 14px 16px;
}
summary{
  cursor:pointer;
  font-weight: 800;
}
details p{
  margin: 10px 0 0;
  color: var(--muted);
  font-weight: 600;
}

.footer{ padding: 28px 0 44px; }
.footer__inner{ display:flex; justify-content: center; gap: 14px; align-items:flex-start; }
.footerBrand{ display:inline-flex; align-items:center; gap:16px; text-decoration:none; }
.footerBrand__mark{ width:72px; height:auto; object-fit:contain; flex:0 0 auto; }
.footerBrand__logo{ height:42px; width:auto; display:block; }

.lightbox{
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
  z-index: 100;
}
.lightbox.is-open{
  opacity: 1;
  pointer-events: auto;
}
.lightbox__backdrop{
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.82);
  backdrop-filter: blur(4px);
}
.lightbox__dialog{
  position: relative;
  z-index: 1;
  width: min(1100px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 64px;
  align-items: center;
  gap: 12px;
}

.lightbox__figure{
  margin: 0;
  max-height: calc(100vh - 32px);
  border-radius: 24px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.14);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 18px;
  overflow: auto;
}

.lightbox__image{
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100vh - 160px);
  object-fit: contain;
  user-select: none;
}

.lightbox__caption{
  margin-top: 12px;
  color: rgba(255,255,255,0.88);
  font-weight: 600;
  text-align: center;
}
.lightbox__close,
.lightbox__nav{
  border: 0;
  background: rgba(255,255,255,0.12);
  color: #fff;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  cursor: pointer;
}
.lightbox__close{
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.lightbox__nav:hover,
.lightbox__close:hover{
  background: rgba(255,255,255,0.18);
}

.reveal{
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .55s ease, transform .55s ease;
}
.reveal.is-visible{
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px){
  .gallery{ grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px){
  .topbar__nav{ display:none; }
  .hero__inner,
  .serviceGrid--twoUp,
  .serviceGrid--fourUp,
  .trustGrid,
  .gallery{
    grid-template-columns: 1fr;
  }
  .serviceSheet__top,
  .sheet__tagline{
    text-align: left;
  }
  .serviceSheet__top{
    align-items: start;
    flex-direction: column;
  }
  .lightbox__dialog{
    width: calc(100vw - 20px);
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr) auto;
    max-height: calc(100vh - 20px);
  }
  .lightbox__figure{
    order: 2;
    min-height: 0;
  }
  .lightbox__nav{
    position: absolute;
    top: calc(50% - 26px);
    z-index: 2;
  }
  .lightbox__nav--prev{ left: 8px; }
  .lightbox__nav--next{ right: 8px; }
}

@media (max-width: 720px){
  .serviceSheet{ padding: 20px; border-radius: 22px; }
  .serviceBlock{ padding: 18px; border-radius: 18px; }
  .serviceBlock__head{ flex-direction: column; gap: 8px; }
  .serviceBlock__head p{ white-space: normal; }
  .brand__markImage{ width: 38px; height: 38px; }
  .brand__logoImage{ height: 20px; }
}

@media (max-width: 640px){
  .container{ width: calc(100% - 32px); }
  .topbar__inner{ gap: 10px; }
  .topbar__cta{ gap: 8px; }
  .topbar__cta .btn{ padding: 9px 12px; font-size: 14px; }
  .topbar__cta .btn--ghost{ display:inline-flex; }
  .gallery__item{ aspect-ratio: 5 / 4; }
  .lightbox__figure{ padding: 12px; }
  .lightbox__close,
  .lightbox__nav{ width: 46px; height: 46px; }
}

@media (max-width: 900px){
  .brand__markImage{ width: 56px; height: 56px; }
  .brand__logoImage{ height: 32px; }
  .heroBrand{ gap: 14px; }
  .heroBrand__mark{ width: 72px; }
  .heroBrand__logo{ width: min(100%, 520px); }
  .footerBrand__mark{ width: 58px; }
  .footerBrand__logo{ height: 32px; }
}
@media (max-width: 640px){
  .heroBrand{ flex-direction: row; align-items: center; }
  .heroBrand__mark{ width: 58px; }
  .heroBrand__logo{ width: min(100%, 320px); }
}

@media (max-width: 900px){
  .heroBrand{ gap: 14px; }
  .heroBrand__mark{ width: clamp(84px, 18vw, 124px); }
  .heroBrand__logo{ width: min(100%, 520px); }
}


@media (max-width: 920px){
  .hero__inner--split{
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .hero__copy{
    align-items: center;
    text-align: center;
  }
  .heroBrand{
    justify-content: center;
  }
  .hero__subtitle{
    max-width: 38ch;
  }
  .hero__meta{
    justify-content: center;
  }
  .hero__card{
    justify-self: center;
  }
}

.serviceBlock--complete .serviceBlock__head h4,
.serviceBlock--complete .serviceBlock__head p{
  color: #b58a00;
}
.serviceBlock--options .serviceBlock__meta{
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.serviceSheet__disclaimer{
  margin: 18px 0 0;
  text-align: center;
  color: var(--muted);
  font-weight: 500;
}

/* Product/certification updates */
:root{
  --gold: #b58a00;
}
.navlink--evo{
  display: inline-flex;
  align-items: center;
  padding: 0 2px;
}
.navlink--evo img{
  width: 58px;
  height: auto;
  display: block;
}
.certBadge{
  margin-top: 20px;
  display: inline-grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,0.78);
  box-shadow: 0 8px 22px rgba(15,23,42,0.07);
  text-decoration: none;
  color: var(--ink);
  font-weight: 800;
  max-width: 100%;
}
.certBadge:hover{
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(15,23,42,0.10);
}
.certBadge__evo{
  width: 74px;
  height: auto;
  display: block;
}
.certBadge__canada{
  width: 54px;
  height: 54px;
  border-radius: 12px;
  object-fit: cover;
  display: block;
}
.serviceGrid--single{
  grid-template-columns: 1fr;
}
.serviceBlock--coating{
  border-color: rgba(181, 138, 0, 0.38);
}
.coatingBlock__content{
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: 24px;
  align-items: center;
}
.coatingBlock__media{
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 14px;
  border-left: 1px solid var(--line);
}
.coatingBlock__logo{
  width: 145px;
  height: auto;
  display: block;
}
.coatingBlock__badge{
  width: 132px;
  height: 132px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.10);
}
.serviceBlock--coating .serviceBlock__head h4,
.serviceBlock--coating .serviceBlock__head p{
  color: var(--gold);
}
.serviceSheet__disclaimer--coating{
  margin-top: 16px;
  text-align: left;
}
.galleryCarousel{
  position: relative;
  margin-top: 18px;
}
.galleryCarousel .gallery{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 42%);
  grid-template-columns: none;
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scroll-behavior: smooth;
  padding: 4px 2px 14px;
  scrollbar-width: thin;
}
.galleryCarousel .gallery__item{
  scroll-snap-align: start;
  min-width: 0;
  aspect-ratio: 1 / 1;
}
.galleryCarousel__nav{
  position: absolute;
  top: calc(50% - 22px);
  z-index: 2;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.92);
  color: var(--ink);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}
.galleryCarousel__nav--prev{ left: -18px; }
.galleryCarousel__nav--next{ right: -18px; }
.galleryCarousel__nav:hover{
  transform: translateY(-1px);
}

@media (max-width: 980px){
  .galleryCarousel .gallery{ grid-auto-columns: minmax(260px, 70%); }
  .coatingBlock__content{ grid-template-columns: 1fr; }
  .coatingBlock__media{
    border-left: 0;
    border-top: 1px solid var(--line);
    grid-template-columns: auto auto;
    justify-content: center;
  }
}

@media (max-width: 900px){
  .topbar__nav{
    display: flex;
    order: 3;
    width: 100%;
    overflow-x: auto;
    padding: 6px 0 0;
    justify-content: flex-start;
  }
  .topbar__inner{
    flex-wrap: wrap;
  }
  .navlink{
    white-space: nowrap;
  }
  .navlink--evo img{ width: 50px; }
}

@media (max-width: 720px){
  .certBadge{
    grid-template-columns: auto 1fr;
    gap: 10px;
    text-align: left;
  }
  .certBadge__evo{ width: 62px; }
  .certBadge__canada{
    grid-column: 1 / -1;
    justify-self: center;
    width: 92px;
    height: 92px;
  }
  .coatingBlock__media{
    grid-template-columns: 1fr;
  }
  .coatingBlock__logo{ width: 128px; }
  .coatingBlock__badge{ width: 116px; height: 116px; }
  .galleryCarousel .gallery{
    grid-auto-columns: minmax(240px, 88%);
  }
  .galleryCarousel__nav{
    display: none;
  }
}

@media (max-width: 520px){
  .topbar__cta .btn--ghost{ display: none; }
  .topbar__cta .btn{ font-size: 13px; padding: 8px 11px; }
  .brand__logoImage{ height: 18px; }
  .brand__markImage{ width: 34px; height: 34px; }
  .hero{ padding-top: 48px; }
  .serviceSheet h3{ font-size: 25px; }
}
