:root {
  --ink: #12205c;
  --muted: #6e716d;
  --paper: #bebebe;
  --warm: #ffffff;
  --line: #ffffff;
  --white: #fff;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}
.container {
  width: min(1180px, 92%);
  margin: auto;
}
.header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #12205c;
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav {
  height: 82px;
  display: flex;
  align-items: center;
  gap: 34px;
}
.brand {
  color: #d49543;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  line-height: 1;
  font-family:Georgia, 'Times New Roman', Times, serif;
}

.brand .ampersand {
  font-size: 24px;
  font-weight: 700;
}

.brand span {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -1px;
}
.brand small {
  font-size: 8px;
  letter-spacing: 2px;
  margin-top: 6px;
  color: #ffffff;
}
.nav nav {
  display: flex;
  gap: 25px;
  margin-left: auto;
}
.nav nav a,
.footer a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}
.nav nav a:hover {
  text-decoration: underline;
}
.btn {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #d49543;
  padding: 13px 21px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}
.btn-dark {
  background: #d49543;
  color: white;
}
.btn-dark:hover{
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.btn-light {
  background: #ffffff;
  color: var(--ink);
}
.btn-light:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.menu {
  display: none;
  background: none;
  border: 0;
  font-size: 25px;
}
.hero {
  padding: 40px 0 70px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 70px;
  align-items: center;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 2.2px;
  font-weight: 800;
  margin: 0 0 18px;
  color: #c48028;
}
.hero h1 {
  font-size: clamp(48px, 6vw, 82px);
  line-height: 0.98;
  letter-spacing: -4px;
  margin: 0 0 26px;
}
.hero h1 em {
  font-family: Georgia, serif;
  font-weight: 400;
}
.lead {
  font-size: 19px;
  color: var(--muted);
  max-width: 600px;
}
.actions {
  display: flex;
  gap: 12px;
  margin: 32px 0;
}
.trust {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 700;
}
.hero-photo {
  height: 590px;
  background: var(--warm);
  padding: 12px;
}
.hero-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.photo-placeholder {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(135deg, #ddd5c8, #bdb5a7);
  color: #514d46;
  text-align: center;
}
.photo-placeholder span {
  font-size: 22px;
  font-weight: 800;
}
.photo-placeholder small {
  margin-top: 6px;
}

.section {
  padding: 110px 0;
}
.section-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: end;
  margin-bottom: 45px;
}
.section h2,
.quote h2 {
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.02;
  letter-spacing: -2px;
  margin: 0;
}
.section-head > p {
  color: var(--muted);
  margin: 0;
}
#services {
  background: #fff;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  background: transparent;
  border: none;
}
.cards article {
  background: #ffffff;
  padding: 36px;
  min-height: 300px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
}
.cards article:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.number {
  font-size: 13px;
  color: var(--muted);
  letter-spacing: 1px;
}
.cards h3 {
  font-size: 27px;
  margin: 35px 0 12px;
  color: var(--ink)
}
.cards p,
.product p {
  color: var(--muted);
  font-size: 14px;
}
.learn-more {
  margin-top: auto;
  padding-top: 25px;
  color: #d49543;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}
.learn-more:hover {
  text-decoration: underline;
}
.shop {
  background: #fff;
}

#products{
  background: #bdbdb9;
}
.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.product {
  border: 1px solid #e6e6e6;
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.product:hover{
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.product-img {
  height: 250px;
}
.carpet-img {
  background: linear-gradient(140deg, #a99d8c, #4b463e);
}
.vinyl-img {
  background: repeating-linear-gradient(
    90deg,
    #cfc5b6 0 70px,
    #b4a898 71px 74px
  );
}
.laminate-img {
  background: repeating-linear-gradient(
    90deg,
    #b89a72 0 110px,
    #80674d 112px 116px
  );
}
.lvt-img {
  background:
    repeating-linear-gradient(0deg, #b5a998 0 55px, #e2dbcf 56px 58px),
    repeating-linear-gradient(90deg, transparent 0 75px, #766d63 76px 78px);
}
.underlay-img {
  background: linear-gradient(135deg, #aaa49a, #ddd9d0);
}
.product-body {
  padding: 26px;
  display:flex;
  flex-direction: column;
  flex: 1;
}
.product-body > span {
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 800;
}
.product h3 {
  margin: 9px 0 0;
  font-size: 21px;
}
.product strong {
  display: block;
  margin: 16px 0;
}
.product a {
  color: #d49543;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  margin-top: auto;
  padding-top: 25px;
}
.product a:hover{
  text-decoration: underline;
}

.product-heading{
  text-align: center;
}

.work {
  background: var(--warm);
}
.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 14px;
}
.gallery-card {
  height: 280px;
  width: 100%;
  object-fit: cover;
  display: block;
}
.gallery-card.large {
  grid-column: span 2;
  height: 280px;
  object-fit: cover;
  display: block;
   cursor:pointer;
}

.gallery-card.small {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
   cursor:pointer;
}

.gallery video.gallery-card.small {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.about-grid p {
  color: var(--muted);
  font-size: 17px;
}
.quote {
  background: var(--ink);
  color: #fff;
  padding: 35px;
}
.quote-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
}
.quote .eyebrow {
  color: #cfc7ba;
}
.quote h2 {
  color: #fff;
}
.quote p {
  color: #b8b8b2;
}
form {
  display: grid;
  gap: 17px;
}
label {
  font-size: 12px;
  font-weight: 700;
  display: grid;
  gap: 7px;
}
input,
select,
textarea {
  font: inherit;
  background: #ffffff;
  border: 1px solid #474a47;
  color: #000000;
  padding: 13px;
  outline: none;
  width: 100%;
}
textarea {
  resize: vertical;
}
.two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.form-message {
  margin: 0 !important;
  font-size: 13px;
}
.footer {
  background: #171918;
  color: #fff;
  padding: 50px 0 20px;
}
.footer .brand {
  color: #fff;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
}
.footer-grid p {
  color: #aaa;
  margin: 5px 0;
}
.footer a {
  color: #fff;
  text-decoration: underline;
}
.getquote:hover {
  text-decoration: underline;
}
.shopflooring:hover {
  text-decoration: underline;
}
.copyright {
  border-top: 1px solid #333;
  padding-top: 18px;
  color: #888;
  font-size: 12px;
}
*{
  box-sizing: border-box;
}
@media (max-width: 850px) {
  .nav nav,
  .nav > .btn {
    display: none;
  }
  .menu {
    display: block;
    margin-left: auto;
  }
  .nav {
    position: relative;
}
.visit-store {
    width: 100%;
    max-width: 900px;
    box-sizing: border-box;
}

.map {
    width: 100%;
    max-width: 600px;
    height: auto;
}

.contact-call {
    width: 100%;
    box-sizing: border-box;
}
.product-nav {
    justify-content: flex-start;
    gap: 22px;
    overflow-x: auto;
    padding: 14px 20px;
}

.product-nav a {
    font-size: 13px;
}

.nav nav.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--ink);
    padding: 20px;
    gap: 18px;
    z-index: 1000;
}
  .hero {
    padding: 55px 0;
  }
  .hero-grid,
  .section-head,
  .about-grid,
  .quote-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .hero-photo {
    height: 400px;
  }
  .strip-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .strip-grid div:nth-child(2n) {
    border-right: 0;
  }
  .cards,
  .products {
    grid-template-columns: 1fr 1fr;
  }
  .gallery {
    grid-template-columns: 1fr 1fr;
  }
  .gallery-card.large {
    grid-column: span 2;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 560px) {
  .hero h1 {
    font-size: 52px;
    letter-spacing: -2.5px;
  }
  .actions {
    flex-direction: column;
  }
  .actions .btn {
    text-align: center;
  }
  .strip-grid,
  .cards,
  .products,
  .gallery,
  .footer-grid,
  .two {
    grid-template-columns: 1fr;
  }
  .gallery-card.large {
    grid-column: auto;
  }
  .section {
    padding: 75px 0;
  }
  .quote {
    padding: 70px 0;
  }
  .hero-photo {
    height: 330px;
  }
}

.product-heading {
margin: 40px 0 20px 0;
margin-left: 0;

}
.catalogue-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 12px;
}

.catalogue-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.catalogue-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.catalogue-product {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.catalogue-info {
  padding: 20px;
}

.product-reference {
  font-size: 13px;
  font-weight: 700;
  color: #b89b5e;
}

.catalogue-info h3 {
  margin: 8px 0;
}

.catalogue-info p {
  color: #666;
}

@media (max-width: 768px) {
  .catalogue-grid {
    grid-template-columns: 1fr;
  }
}

a[data-product] {
  color:#d49543;
  text-decoration: none;
}
a[data-product]:hover {
  color:#ebc670;
  text-decoration: underline;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.lightbox img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  background: none;
  border: none;
  color: white;
  font-size: 40px;
  cursor: pointer;
}

.product-image {
  cursor: pointer;
}

.lightbox-prev,
.lightbox-next {
  width:70px;
  height:70px;
  cursor:pointer;
}

#lightboxReference {
  position:absolute;
  bottom:10px;
  left:50%;
  transform:translateX(-50%);
  color:#d49543;
  font-size:40px;
  font-weight: 700;
  text-align: center;
}

.coming-soon-learn-more {
  color: brown;
  text-decoration: underline;
  font-weight: 700;
}
.map {
  width: 100%;
  height: 300px;
}

.visit-store {
  max-width: 900px;
  margin: 40px auto;
  padding: 35px;
  border: 2px solid #d49543;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  background: #fff;
  text-align: center;
}

.call {
    max-width: 900px;
    margin: 50px auto;
    padding: 45px 25px;
    text-align: center;
    background: var(--ink);
    border-radius: 16px;
    border: 1px solid #e2e2e2;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.call h2 {
    margin-bottom: 10px;
    color: #fff;
}

.contact-intro {
    color: #cfc7ba;
    margin-bottom: 30px;
}

.contact-options {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.contact-option {
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 240px;
    padding: 18px 25px;
    background: #fff;
    border-radius: 12px;
    text-decoration: none;
    color: #243b7a;
    border: 1px solid #ddd;
    transition: 0.2s ease;
}

.contact-option:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.contact-option i {
    font-size: 30px;
    color: #d49543;
}

.contact-option span {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.contact-option strong {
    font-size: 17px;
}

.contact-option small {
    margin-top: 4px;
    color: #d49543;
}

.contact-note {
    margin-top: 25px;
    font-size: 14px;
    color: #cfc7ba;
}

.product-nav {
    position: sticky;
    top: 80px;
    z-index: 900;
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 16px 20px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 3px 10px rgba(0,0,0,.06);
}

.product-nav a {
    color: var(--ink);
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.product-nav a:hover {
    color: #d49543;
}
