/* Website design and development by Laurand Osmeni | Created September 12, 2026 */

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #fff;
  color: #121212;
  font-family: Arial, Helvetica, sans-serif;
}
.site-header {
  height: 88px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  z-index: 50;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: #111;
}
.brand-mark {
  width: 44px;
  height: 44px;
  border: 1px solid #c89b4b;
  display: grid;
  place-items: center;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: 22px;
}
.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  letter-spacing: 2px;
}
.brand strong span,
.footer-brand span {
  color: #b4883e;
}
.brand small {
  display: block;
  font-size: 8px;
  letter-spacing: 1.8px;
  margin-top: 1px;
}
nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
nav a {
  color: #222;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.nav-cta {
  border: 1px solid #111;
  padding: 12px 17px;
}
.menu-btn {
  display: none;
  border: 0;
  background: none;
  font-size: 24px;
}
.hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 5vw;
  padding: 72px 7vw 86px;
  overflow: hidden;
}
.eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #a7772c;
}
.hero h1,
.section h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -1.2px;
}
.hero h1 {
  font-size: clamp(64px, 7vw, 108px);
  line-height: 0.88;
  margin: 20px 0 30px;
}
.hero h1 em {
  font-weight: 500;
  color: #b4883e;
}
.lead {
  font-size: 19px;
  line-height: 1.75;
  max-width: 650px;
  color: #555;
}
.hero-actions {
  display: flex;
  gap: 14px;
  margin: 38px 0 48px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  text-decoration: none;
  border: 1px solid #111;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}
.btn-dark {
  background: #111;
  color: #fff;
}
.btn-light {
  background: #fff;
  color: #111;
}
.trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #ddd;
  padding-top: 24px;
  max-width: 640px;
}
.trust-row div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.trust-row b {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
}
.trust-row span {
  font-size: 12px;
  color: #777;
}
.hero-visual {
  min-height: 540px;
  display: flex;
  align-items: center;
}
.hero-panel {
  width: 100%;
  min-height: 480px;
  background: #111;
  color: #fff;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 6px solid #b4883e;
}
.hero-panel-top {
  display: flex;
  align-items: center;
  gap: 24px;
}
.hero-panel-top p {
  max-width: 280px;
  color: #ccc;
  line-height: 1.6;
  margin: 0;
}
.hero-panel-copy {
  max-width: 520px;
}
.hero-panel-copy span {
  font-size: 12px;
  letter-spacing: 2.5px;
  color: #d3a85c;
}
.hero-panel-copy h2 {
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.04;
  margin: 14px 0 0;
  color: #fff;
}
.hero-card-mark {
  width: 116px;
  height: 116px;
  flex: 0 0 auto;
  border: 1px solid #c89b4b;
  display: grid;
  place-items: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 56px;
  font-weight: 600;
  letter-spacing: -3px;
  color: #fff;
}
.mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 25px;
}
.mini-grid span {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-top: 1px solid #444;
  padding-top: 10px;
}
.section {
  padding: 105px 7vw;
}
.intro {
  text-align: center;
  max-width: 980px;
  margin: auto;
}
.intro h2,
.section h2 {
  font-size: clamp(44px, 5vw, 72px);
  margin: 12px 0 20px;
}
.intro > p:last-child {
  font-size: 18px;
  color: #666;
  line-height: 1.8;
  max-width: 760px;
  margin: 0 auto;
}
.services {
  background: #faf9f6;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 55px;
}
.section-head h2 {
  margin-bottom: 0;
}
.section-head > p {
  max-width: 430px;
  color: #666;
  line-height: 1.7;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.service-grid article {
  background-color: #fff;
  background-position: center;
  background-size: cover;
  border: 1px solid #e7e4dc;
  padding: 34px;
  min-height: 235px;
  transition: 0.25s;
}
.service-grid article:nth-child(1) { background-image: linear-gradient(90deg, rgba(255,255,255,.97), rgba(255,255,255,.68)), url("assets/work/construction.jpg"); }
.service-grid article:nth-child(2) { background-image: linear-gradient(90deg, rgba(255,255,255,.97), rgba(255,255,255,.68)), url("assets/work/painting-decorating.jpg"); }
.service-grid article:nth-child(3) { background-image: linear-gradient(90deg, rgba(255,255,255,.97), rgba(255,255,255,.68)), url("assets/work/kitchen-repairs.jpg"); }
.service-grid article:nth-child(4) { background-image: linear-gradient(90deg, rgba(255,255,255,.97), rgba(255,255,255,.68)), url("assets/work/roofing.jpg"); }
.service-grid article:nth-child(5) { background-image: linear-gradient(90deg, rgba(255,255,255,.97), rgba(255,255,255,.68)), url("assets/work/flooring.jpg"); }
.service-grid article:nth-child(6) { background-image: linear-gradient(90deg, rgba(255,255,255,.97), rgba(255,255,255,.68)), url("assets/work/doors-structural-opening.jpg"); }
.service-grid article:nth-child(7) { background-image: linear-gradient(90deg, rgba(255,255,255,.97), rgba(255,255,255,.68)), url("assets/work/brickwork.jpg"); }
.service-grid article:nth-child(8) { background-image: linear-gradient(90deg, rgba(255,255,255,.97), rgba(255,255,255,.68)), url("assets/work/plumbing.jpg"); }
.service-grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
}
.icon {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  color: #b4883e;
}
.service-grid h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  margin: 28px 0 10px;
}
.service-grid p {
  color: #666;
  line-height: 1.7;
}
.work-heading-side { max-width: 440px; }
.work-heading-side p { color: #666; line-height: 1.7; margin: 0 0 16px; }
.work-view-all { background: transparent; border: 0; border-bottom: 1px solid #b4883e; color: #111; cursor: pointer; font: 600 13px Arial, sans-serif; letter-spacing: 1.2px; padding: 0 0 6px; text-transform: uppercase; }
.work-carousel { position: relative; }
.work-track { display: grid; grid-auto-columns: calc((100% - 36px) / 3); grid-auto-flow: column; gap: 18px; overflow-x: auto; scroll-behavior: smooth; scrollbar-width: none; scroll-snap-type: x mandatory; }
.work-track::-webkit-scrollbar { display: none; }
.work-track.show-all { grid-auto-flow: row; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: visible; }
.work-card { appearance: none; background: #ddd; border: 0; color: #111; cursor: pointer; font: inherit; height: 460px; overflow: hidden; padding: 0; position: relative; scroll-snap-align: start; text-align: left; }
.work-card img { height: 100%; object-fit: cover; transition: transform .45s ease; width: 100%; }
.work-card:after { background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.58)); content: ""; inset: 0; position: absolute; }
.work-card:hover img, .work-card:focus-visible img { transform: scale(1.035); }
.work-card:focus-visible { outline: 3px solid #b4883e; outline-offset: 3px; }
.work-card-copy { background: rgba(255,255,255,.94); bottom: 28px; display: flex; flex-direction: column; left: 28px; max-width: calc(100% - 56px); padding: 20px 24px; position: absolute; right: 28px; z-index: 2; }
.work-card-copy small { color: #a7772c; font-size: 11px; letter-spacing: 2px; }
.work-card-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 27px; line-height: 1.08; margin-top: 8px; }
.work-card-copy em { color: #555; font-size: 12px; font-style: normal; margin-top: 12px; }
.work-arrow { align-items: center; background: #111; border: 0; color: #fff; cursor: pointer; display: flex; font-size: 23px; height: 50px; justify-content: center; position: absolute; top: calc(50% - 25px); width: 50px; z-index: 4; }
.work-prev { left: -25px; }
.work-next { right: -25px; }
.work-carousel.view-all .work-arrow { display: none; }
.work-dialog { border: 0; box-shadow: 0 28px 90px rgba(0,0,0,.28); max-height: 90vh; max-width: 1100px; padding: 0; width: min(92vw, 1100px); }
.work-dialog::backdrop { background: rgba(0,0,0,.72); }
.work-dialog[open] { display: grid; grid-template-columns: 1.35fr .8fr; }
.work-dialog > img { height: 100%; min-height: 520px; object-fit: cover; width: 100%; }
.dialog-copy { align-self: center; padding: 52px 45px; }
.dialog-copy h2 { font-family: Georgia, "Times New Roman", serif; font-size: 38px; line-height: 1.05; margin: 10px 0 20px; }
.dialog-copy > p:not(.eyebrow) { color: #5e5e5e; line-height: 1.75; margin-bottom: 30px; }
.dialog-close { background: #111; border: 0; color: white; cursor: pointer; font-size: 28px; height: 48px; position: absolute; right: 0; top: 0; width: 48px; z-index: 3; }
.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 0;
}
.about-panel {
  background: #111;
  color: #fff;
  padding: 70px;
}
.about-copy {
  background: #f6f3ec;
  padding: 70px;
}
.about-copy > p {
  font-size: 18px;
  color: #555;
  line-height: 1.8;
}
.checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 35px;
}
.checks span {
  font-size: 14px;
}
.quote {
  background: #fff;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 7vw;
}
.quote-copy > p:not(.eyebrow) {
  font-size: 17px;
  color: #666;
  line-height: 1.8;
}
.contact-lines {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 35px;
}
.contact-lines a,
.contact-lines span {
  color: #111;
  text-decoration: none;
  font-size: 16px;
}
.quote-form {
  border: 1px solid #ddd;
  padding: 38px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.quote-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
}
.quote-form .full-width {
  grid-column: 1/-1;
}
.quote-form input,
.quote-form select,
.quote-form textarea {
  font: inherit;
  font-size: 14px;
  border: 0;
  border-bottom: 1px solid #bbb;
  padding: 13px 0;
  background: #fff;
  outline: none;
}
.quote-form textarea {
  min-height: 100px;
  resize: vertical;
}
.quote-form button {
  grid-column: 1/-1;
  margin-top: 8px;
}
.form-trap { height: 0; left: -9999px; overflow: hidden; position: absolute; width: 0; }
.form-status { border: 1px solid #b4883e; grid-column: 1/-1; line-height: 1.5; margin: 0; padding: 14px 16px; }
.form-status.is-success { background: #eef6ed; border-color: #5f8658; color: #294b26; }
.form-status.is-error { background: #fff0ee; border-color: #a84f43; color: #792d25; }
footer {
  border-top: 1px solid #eee;
  padding: 40px 7vw;
  text-align: center;
}
.footer-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 18px 0;
}
.footer-links a {
  color: #555;
  text-decoration: none;
  font-size: 12px;
}
.cookie-notice {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 80;
  max-width: 720px;
  margin: auto;
  background: #111;
  color: #fff;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
}
.cookie-notice[hidden] {
  display: none;
}
.cookie-notice p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  flex: 1;
}
.cookie-notice a {
  color: #d3a85c;
  font-size: 13px;
}
.cookie-notice button {
  border: 1px solid #d3a85c;
  background: #d3a85c;
  color: #111;
  padding: 9px 16px;
  font-weight: 700;
  cursor: pointer;
}
.legal-page {
  max-width: 840px;
  margin: 0 auto;
  padding: 90px 7vw;
}
.legal-page h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 6vw, 76px);
  font-weight: 500;
  margin: 0 0 16px;
}
.legal-page h2 {
  font-size: 22px;
  margin: 38px 0 10px;
}
.legal-page p,
.legal-page li {
  color: #555;
  line-height: 1.75;
}
.legal-back {
  display: inline-block;
  margin-bottom: 40px;
  color: #111;
  text-decoration: none;
  border-bottom: 1px solid #b4883e;
}
.footer-brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  letter-spacing: 3px;
}
.footer-brand + p {
  font-size: 11px;
  letter-spacing: 1.4px;
}
.footer-brand ~ p:last-child {
  color: #999;
  font-size: 11px;
}
.reveal {
  animation: fadeUp 0.8s ease both;
}
.hero-slider {
  position: relative;
  height: clamp(620px, 78vh, 820px);
  overflow: hidden;
  background: #111;
  color: #fff;
}
.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.025);
  transition:
    opacity 0.9s ease,
    transform 6s ease,
    visibility 0.9s;
}
.hero-slide:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(8, 8, 8, 0.86) 0%,
    rgba(8, 8, 8, 0.62) 38%,
    rgba(8, 8, 8, 0.14) 72%,
    rgba(8, 8, 8, 0.2) 100%
  );
}
.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.slide-content {
  position: absolute;
  z-index: 2;
  left: 7vw;
  top: 50%;
  transform: translateY(-56%);
  width: min(690px, 72vw);
}
.slide-number {
  color: #d1a453;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 18px;
}
.slide-content h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 7vw, 102px);
  line-height: 0.95;
  font-weight: 500;
  letter-spacing: -2px;
  margin: 0 0 24px;
  text-wrap: balance;
}
.slide-content > p:last-child {
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.65;
  color: #eee;
  max-width: 650px;
  margin: 0;
}
.slide-actions {
  position: absolute;
  z-index: 4;
  left: 7vw;
  bottom: 105px;
  display: flex;
  gap: 12px;
}
.slide-primary {
  background: #fff;
  color: #111;
  border-color: #fff;
}
.slide-secondary {
  background: rgba(0, 0, 0, 0.18);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}
.slider-controls {
  position: absolute;
  z-index: 4;
  right: 7vw;
  bottom: 48px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.slide-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.slide-dots {
  display: flex;
  gap: 8px;
}
.slide-dot {
  width: 25px;
  height: 3px;
  border: 0;
  background: rgba(255, 255, 255, 0.4);
  padding: 0;
  cursor: pointer;
  transition: 0.25s;
}
.slide-dot.is-active {
  background: #d1a453;
  width: 40px;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 900px) {
  .site-header {
    height: 76px;
  }
  .brand small {
    display: none;
  }
  nav {
    display: none;
  }
  .menu-btn {
    display: block;
  }
  .menu-open nav {
    display: flex;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    align-items: stretch;
    padding: 24px 5vw;
    border-bottom: 1px solid #eee;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 55px;
  }
  .hero-visual {
    min-height: 460px;
  }
  .service-grid {
    grid-template-columns: 1fr 1fr;
  }
  .work-track { grid-auto-columns: calc((100% - 18px) / 2); }
  .work-track.show-all { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .work-dialog[open] { grid-template-columns: 1fr; }
  .work-dialog > img { max-height: 48vh; min-height: 300px; }
  .dialog-copy { padding: 35px; }
  .about,
  .quote {
    grid-template-columns: 1fr;
  }
  .section-head {
    align-items: start;
    flex-direction: column;
  }
  .quote-form {
    grid-template-columns: 1fr;
  }
  .quote-form .full-width,
  .quote-form button {
    grid-column: 1;
  }
  .checks {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .hero,
  .section {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .work-track { grid-auto-columns: 88%; }
  .work-track.show-all { grid-template-columns: 1fr; }
  .work-card { height: 390px; }
  .work-prev { left: -10px; }
  .work-next { right: -10px; }
  .work-card-copy { bottom: 18px; left: 18px; right: 18px; }
  .hero h1 {
    font-size: 58px;
  }
  .hero-actions {
    flex-direction: column;
  }
  .trust-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .hero-panel {
    padding: 32px 25px;
    min-height: 460px;
  }
  .hero-panel-top {
    align-items: flex-start;
    flex-direction: column;
  }
  .hero-card-mark {
    width: 86px;
    height: 86px;
    font-size: 42px;
  }
  .cookie-notice {
    left: 12px;
    right: 12px;
    bottom: 12px;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .cookie-notice p {
    flex-basis: 100%;
  }
  .mini-grid {
    grid-template-columns: 1fr 1fr;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .about-panel,
  .about-copy {
    padding: 45px 25px;
  }
  .quote-form {
    padding: 25px;
  }
  .hero-slider {
    height: 680px;
  }
  .hero-slide {
    background-position: 62% center;
  }
  .hero-slide:after {
    background: linear-gradient(90deg, rgba(8, 8, 8, 0.9), rgba(8, 8, 8, 0.38));
  }
  .slide-content {
    left: 5vw;
    width: 90vw;
    top: 42%;
  }
  .slide-content h1 {
    font-size: 50px;
  }
  .slide-actions {
    left: 5vw;
    right: 5vw;
    bottom: 120px;
    flex-direction: column;
  }
  .slider-controls {
    left: 5vw;
    right: 5vw;
    bottom: 46px;
    justify-content: space-between;
  }
  .slide-dots {
    gap: 5px;
  }
  .slide-dot {
    width: 16px;
  }
  .slide-dot.is-active {
    width: 26px;
  }
}
