/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* ── SINGLE PRODUCT PAGE ── */
.itwood-single-product-page {
  background: #232723;
  min-height: 100vh;
}

/* Breadcrumb */
.itwood-sp-breadcrumb {
  max-width: 1310px;
  margin: 0 auto;
  padding: 16px 15px;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(234,204,164,0.22);
  display: flex;
  gap: 8px;
  align-items: center;
  border-bottom: 1px solid rgba(234,204,164,0.06);
	margin-top:10px;
}
.itwood-sp-breadcrumb a {
  color: rgba(234,204,164,0.22);
  text-decoration: none;
  transition: color 0.2s;
}
.itwood-sp-breadcrumb a:hover { color: rgba(234,204,164,0.5); }
.itwood-sp-breadcrumb-current { color: rgba(234,204,164,0.5); }

/* Main layout */
.itwood-sp-wrap {
  max-width: 1310px;
  margin: 0 auto;
  padding: 60px 15px !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

/* Gallery */
.itwood-sp-gallery { position: sticky; top: 20px; }
.itwood-sp-gallery-main {
  overflow: hidden;
  aspect-ratio: 4/3;
  margin-bottom: 8px;
}
.itwood-sp-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.itwood-sp-gallery-main:hover img { transform: scale(1.03); }
.itwood-sp-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}
.itwood-sp-thumb {
  overflow: hidden;
  aspect-ratio: 1/1;
  cursor: pointer;
  border: 1px solid transparent;
  transition: border-color 0.2s;
}
.itwood-sp-thumb.active,
.itwood-sp-thumb:hover { border-color: rgba(234,204,164,0.5); }
.itwood-sp-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.75);
  transition: filter 0.2s;
}
.itwood-sp-thumb.active img,
.itwood-sp-thumb:hover img { filter: brightness(1); }

/* Info */
.itwood-sp-info { padding-top: 8px; }
.itwood-sp-tags {
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(234,204,164,0.35);
  margin-bottom: 14px;
}
.itwood-sp-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(32px, 3.5vw, 52px);
  font-weight: 300;
  line-height: 1.05;
  color: #ffffff;
  margin-bottom: 16px;
}
.itwood-sp-last-sold {
  font-size: 13px !important;
  font-weight: 300 !important;
  color: rgba(255,255,255,0.35) !important;
  letter-spacing: 0.06em !important;
  margin-bottom: 4px !important;
}

.itwood-sp-last-sold em {
  font-style: normal !important;
  color: rgba(234,204,164,0.5) !important;
}

.itwood-sp-status {
  font-size: 9px !important;
  font-weight: 400 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: rgba(234,204,164,0.3) !important;
  margin-bottom: 16px !important;
}

.itwood-sp-from-price {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 21px !important;
  font-weight: 300 !important;
  color: rgba(255,255,255) !important;
  letter-spacing: 0.02em !important;
  margin-bottom: 4px !important;
}

.itwood-sp-from-price em {
  font-style: normal !important;
  color: #eacca4 !important;
}
.itwood-sp-status {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(234,204,164,0.35);
  display: block;
  margin-bottom: 0;
}
.itwood-sp-rule {
  width: 40px;
  height: 1px;
  background: #eacca4;
  opacity: 0.25;
  margin: 24px 0;
}
.itwood-sp-desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.95;
  color: rgba(255,255,255,0.42);
  margin-bottom: 32px;
}
.itwood-sp-desc p { margin-bottom: 12px; }

/* Specs */
.itwood-sp-specs-label {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(234,204,164,0.4);
  margin-bottom: 14px;
}
.itwood-sp-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(234,204,164,0.07);
  margin-bottom: 36px;
}
.itwood-sp-spec {
  padding: 12px 0;
  border-bottom: 1px solid rgba(234,204,164,0.07);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.itwood-sp-spec-label {
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(234,204,164,0.3);
}
.itwood-sp-spec-val {
  font-size: 13px;
  font-weight: 300;
  color: rgba(255,255,255,0.7);
}

/* CTA */
.itwood-sp-cta {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.itwood-sp-btn-primary {
  flex: 1;
  text-align: center;
  padding: 14px 36px;
  background: #eacca4;
  color: #232723;
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  display: inline-block;
}
.itwood-sp-btn-primary:hover { background: #ba9f7f; }
.itwood-sp-btn-outline {
  flex: 1;
  text-align: center;
  padding: 13px 36px;
  border: 1px solid rgba(234,204,164,0.2);
  color: #eacca4;
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-block;
}
.itwood-sp-btn-outline:hover {
  border-color: #eacca4;
  background: rgba(234,204,164,0.05);
}
.itwood-sp-note {
  font-size: 11px;
  font-weight: 300;
  color: rgba(255,255,255,0.2);
  letter-spacing: 0.06em;
  line-height: 1.7;
}

/* Details */
.itwood-sp-details {
  border-top: 1px solid rgba(234,204,164,0.07);
  background: #232723;
}
.itwood-sp-details-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 60px 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.itwood-sp-details-col h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 20px;
}
.itwood-sp-details-col p {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.9;
  color: rgba(255,255,255,0.42);
  margin-bottom: 14px;
}
.itwood-sp-included {
  list-style: none;
  padding: 0;
}
.itwood-sp-included li {
  font-size: 13px;
  font-weight: 300;
  color: rgba(255,255,255,0.42);
  padding: 10px 0;
  border-bottom: 1px solid rgba(234,204,164,0.06);
  display: flex;
  gap: 12px;
}
.itwood-sp-included li::before {
  content: '—';
  color: rgba(234,204,164,0.3);
  flex-shrink: 0;
}

/* Related */
.itwood-sp-related {
  background: #474F45;
  padding: 80px 0;
}
.itwood-sp-related-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px!important;
}
.itwood-sp-related-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 40px;
}
.itwood-sp-related-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 300;
  color: #ffffff;
}
.itwood-sp-related-all {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(234,204,164,0.45);
  text-decoration: none;
  border-bottom: 1px solid rgba(234,204,164,0.2);
  padding-bottom: 1px;
  transition: color 0.2s, border-color 0.2s;
}
.itwood-sp-related-all:hover { color: #eacca4; border-color: #eacca4; }
.itwood-sp-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
}
.itwood-sp-rel-card { cursor: pointer; position: relative; }
.itwood-sp-rel-link { text-decoration: none; display: block; }
.itwood-sp-rel-imgs {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3px;
  height: 240px;
}
.itwood-sp-rel-main { overflow: hidden; }
.itwood-sp-rel-main img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  filter: brightness(0.65);
  transition: transform 0.6s, filter 0.3s;
}
.itwood-sp-rel-card:hover .itwood-sp-rel-main img { transform: scale(1.05); filter: brightness(0.45); }
.itwood-sp-rel-thumbs { display: flex; flex-direction: column; gap: 3px; }
.itwood-sp-rel-thumb { overflow: hidden; flex: 1; }
.itwood-sp-rel-thumb img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  filter: brightness(0.65);
  transition: transform 0.6s, filter 0.3s;
}
.itwood-sp-rel-card:hover .itwood-sp-rel-thumb img { filter: brightness(0.45); }
.itwood-sp-rel-info {
  padding: 14px 0 20px;
  border-bottom: 1px solid rgba(234,204,164,0.07);
  position: relative;
}
.itwood-sp-rel-info::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: #eacca4;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}
.itwood-sp-rel-card:hover .itwood-sp-rel-info::after { transform: scaleX(1); }
.itwood-sp-rel-cat {
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(234,204,164,0.3);
  margin-bottom: 6px;
}
.itwood-sp-rel-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.itwood-sp-rel-name a {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  text-decoration: none;
}
.itwood-sp-rel-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  font-weight: 300;
  color: #eacca4;
  opacity: 0.6;
}

/* Shop and category pages — 3 col */
.woocommerce-shop .woocommerce ul.products,
.tax-product_cat .woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 30px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Homepage shortcode — 4 col */
.gb-element-e4193e61 .woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/*related */
/* Related products grid */
.itwood-sp-related-grid {
  display: block !important;
  overflow: hidden !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.itwood-sp-related-grid::before,
.itwood-sp-related-grid::after {
  display: none !important;
  content: none !important;
}

.itwood-sp-related-grid li.product {
  background: #ffffff !important;
  overflow: hidden !important;
  float: left !important;
  width: 32% !important;
  margin: 0 2% 2% 0 !important;
  padding: 0 !important;
  position: relative !important;
  transition: transform 0.3s ease !important;
  text-align: left !important;
  clear: none !important;
}

.itwood-sp-related-grid li.product:nth-child(3n),
.itwood-sp-related-grid li.product.last {
  margin-right: 0 !important;
}

.itwood-sp-related-grid li.product:hover {
  transform: translateY(-4px) !important;
}

.itwood-sp-related-grid .woocommerce-loop-product__link {
  display: block !important;
  overflow: hidden !important;
  position: relative !important;
  height: 280px !important;
}

.itwood-sp-related-grid .woocommerce-loop-product__link img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  transition: opacity 0.4s ease, transform 0.6s ease !important;
  margin: 0 !important;
}

.itwood-sp-related-grid .secondary-image {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
  z-index: 1 !important;
}

.itwood-sp-related-grid li.product:hover .secondary-image {
  opacity: 1 !important;
}

.itwood-sp-related-grid li.product:hover img {
  transform: scale(1.05) !important;
}

.itwood-sp-related-grid .woocommerce-loop-product__title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  color: #232723 !important;
  padding: 14px 18px 4px !important;
  margin: 0 !important;
  text-align: left !important;
}

.itwood-sp-related-grid .star-rating {
  display: none !important;
}

.itwood-sp-related-grid .button {
  display: inline-block !important;
  margin: 0 18px 18px !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: #6a614d !important;
  background: none !important;
  border: none !important;
  border-bottom: 1px solid rgba(106,97,77,0.3) !important;
  border-radius: 0 !important;
  padding: 0 0 2px !important;
  opacity: 0 !important;
  transform: translateY(4px) !important;
  transition: opacity 0.3s, transform 0.3s !important;
}

.itwood-sp-related-grid li.product:hover .button {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.itwood-sp-related-grid li.product::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important; left: 0 !important; right: 0 !important;
  height: 2px !important;
  background: #eacca4 !important;
  transform: scaleX(0) !important;
  transform-origin: left !important;
  transition: transform 0.4s ease !important;
}

.itwood-sp-related-grid li.product:hover::after {
  transform: scaleX(1) !important;
}
.itwood-sp-related {
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  margin-left: -50vw !important;
  background: #474F45 !important;
  padding: 80px 0 !important;
}

.itwood-sp-related-inner {
  max-width: 1310px !important;
  margin: 0 auto !important;
}

body.single-product {
  overflow-x: hidden !important;
}
.itwood-sp-related-inner .gb-element-e4193e61{
	background-color:transparent!important;
}


.itwood-quote-modal {
  display: none !important;
  position: fixed;
  inset: 0;
  z-index: 99998;
  align-items: center;
  justify-content: center;
}

.itwood-quote-modal.active {
  display: flex !important;
}

.itwood-quote-overlay {
  position: absolute;
  inset: 0;
  background: rgba(20,15,10,0.92);
  cursor: pointer;
}

.itwood-quote-content {
  position: relative;
  z-index: 1;
  background: #232723;
  padding: 52px 48px;
  width: 100%;
  max-width: 520px;
  border: 1px solid rgba(234,204,164,0.1);
}

.itwood-quote-close {
  position: absolute;
  top: 20px;
  right: 24px;
  background: none;
  border: none;
  color: rgba(234,204,164,0.4);
  font-size: 20px;
  cursor: pointer;
  transition: color 0.2s;
}

.itwood-quote-close:hover { color: #eacca4; }

.itwood-quote-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  color: #ffffff !important;
  margin-bottom: 6px !important;
}

.itwood-quote-product {
  font-size: 11px !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: rgba(234,204,164,1) !important;
  margin-bottom: 28px !important;
}

.itwood-quote-field {
  margin-bottom: 18px;
}

.itwood-quote-field label {
  display: block;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(234,204,164,0.8);
  margin-bottom: 8px;
}

.itwood-quote-field input,
.itwood-quote-field textarea {
  width: 100% !important;
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(234,204,164,0.15) !important;
  padding: 12px 14px !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  color: #ffffff !important;
  outline: none !important;
  transition: border-color 0.2s !important;
  resize: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.itwood-quote-field input:focus,
.itwood-quote-field textarea:focus {
  border-color: rgba(234,204,164,1) !important;
}

.itwood-quote-field input::placeholder,
.itwood-quote-field textarea::placeholder {
  color: rgba(255,255,255,0.2) !important;
}

.itwood-quote-submit {
  width: 100% !important;
  padding: 14px !important;
  background: #eacca4 !important;
  color: #232723 !important;
  border: none !important;
  cursor: pointer !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  transition: background 0.2s !important;
  margin-top: 8px !important;
  border-radius: 0 !important;
}

.itwood-quote-submit:hover { background: #ba9f7f !important; }

.itwood-quote-msg {
  text-align: center;
  margin-top: 12px;
  font-size: 12px;
  min-height: 18px;
}

.itwood-quote-msg.success { color: rgba(234,204,164,0.7); }
.itwood-quote-msg.error { color: rgba(255,120,120,0.8); }

.intro-services {
  list-style: none !important;
  padding: 0 !important;
  margin-top: 24px !important;
}

.intro-services li {
  font-size: 12px !important;
  font-weight: 300 !important;
  color: rgba(234,204,164,0.85) !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid rgba(234,204,164,0.07) !important;
  display: flex !important;
  gap: 12px !important;
  align-items: center !important;
  letter-spacing: 0.06em !important;
}

.intro-services li::before {
  content: '—' !important;
  color: rgba(234,204,164,0.45) !important;
  flex-shrink: 0 !important;
}

.intro-services {
  width: 100% !important;
}

.intro-services li {
  width: 100% !important;
  box-sizing: border-box !important;
}

.info-col {
  display: flex;
  flex-direction: column;
  gap: 44px;
  padding-top: 8px;
}

.info-block-label {
  font-size: 9px !important;
  letter-spacing: 0.24em !important;
  text-transform: uppercase !important;
  color: rgba(234,204,164,0.35) !important;
  display: block !important;
  margin-bottom: 14px !important;
  font-family: 'Jost', sans-serif !important;
}

.info-block-content {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 19px !important;
  font-weight: 300 !important;
  color: #ffffff !important;
  line-height: 1.6 !important;
}

.info-block-links {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}

.info-block-links a {
  font-family: 'Jost', sans-serif !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  color: rgba(255,255,255,0.42) !important;
  text-decoration: none !important;
  display: block !important;
  line-height: 1.8 !important;
  transition: color 0.2s !important;
}

.info-block-links a:hover {
  color: #eacca4 !important;
}

.hours-table {
  width: 100% !important;
  border-collapse: collapse !important;
}

.hours-table tr {
  border-bottom: 1px solid rgba(234,204,164,0.06) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.hours-table td {
  padding: 9px 0 !important;
  font-size: 13px !important;
}

.hours-table td:first-child {
  color: rgba(255,255,255,0.42) !important;
  font-family: 'Jost', sans-serif !important;
  font-weight: 300 !important;
}

.hours-table td:last-child {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 16px !important;
  color: #ffffff !important;
  text-align: right !important;
}

.hours-table tr.closed td:last-child {
  color: rgba(255,255,255,0.2) !important;
}

.social-links {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

.social-link {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-size: 11px !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.42) !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
  font-family: 'Jost', sans-serif !important;
}

.social-link::before {
  content: '' !important;
  width: 20px !important;
  height: 1px !important;
  background: currentColor !important;
  transition: width 0.3s !important;
  flex-shrink: 0 !important;
}

.social-link:hover {
  color: #eacca4 !important;
}

.social-link:hover::before {
  width: 32px !important;
}

/*cf7/*
 * /* CF7 reset */
.wpcf7 form .wpcf7-response-output {
  border: none !important;
  padding: 12px 0 !important;
  font-size: 12px !important;
  font-family: 'Jost', sans-serif !important;
  color: rgba(234,204,164,0.7) !important;
  margin: 0 !important;
}

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 11px !important;
  color: rgba(255,120,120,0.8) !important;
  font-family: 'Jost', sans-serif !important;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100% !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(234,204,164,0.2) !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  padding: 10px 0 !important;
  outline: none !important;
  box-shadow: none !important;
  transition: border-color 0.3s !important;
  -webkit-appearance: none !important;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  border-bottom-color: #eacca4 !important;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: rgba(255,255,255,0.18) !important;
}

.wpcf7 select {
  cursor: pointer !important;
  color: rgba(255,255,255,0.3) !important;
}

.wpcf7 select option {
  background: #474F45 !important;
  color: #ffffff !important;
}

.wpcf7 textarea {
  resize: none !important;
  height: 90px !important;
  line-height: 1.7 !important;
}

.wpcf7 input[type="submit"] {
  background: #eacca4 !important;
  color: #232723 !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  padding: 16px 40px !important;
  cursor: pointer !important;
  transition: background 0.25s !important;
  margin-top: 8px !important;
  width: auto !important;
}

.wpcf7 input[type="submit"]:hover {
  background: #ba9f7f !important;
}
.hours-table tr {
  display: table-row !important;
  border-bottom: 1px solid rgba(234,204,164,0.06) !important;
}

.hours-table td {
  padding: 9px 0 !important;
  font-size: 13px !important;
  border: none !important;
}
table.hours-table {
    border: none;
}

.wpcf7 label {
  font-size: 12px !important;  /* ← here */
  font-weight: 400 !important;
  color: #eacca4 !important;
	text-transform:uppercase;
	letter-spacing:1px;
}


/* ─── MAP SECTION ─── */
.map-section {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  border-top: 1px solid rgba(234,204,164,0.15);
  min-height: 400px;
}

.map-info {
  padding: 72px 60px;
	padding-left:0px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  border-right: 1px solid rgba(234,204,164,0.15);
}

.location-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #eacca4;
  opacity: 0.6;
}

.company-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  font-weight: 500;
  color: #f4ede0;
  line-height: 1.1;
  letter-spacing: 0.02em;
}
.company-name span {
  display: block;
  font-weight: 300;
  font-size: 24px;
  color: #eacca4;
}

.map-info address {
  font-style: normal;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: rgba(244,237,224,0.5);
  line-height: 1.9;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.contact-details a {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: rgba(244,237,224,0.45);
  text-decoration: none;
  transition: color 0.25s;
}
.contact-details a:hover { color: #eacca4; }

/* Hours */
.hours-block {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.hours-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 9px 0;
  border-bottom: 1px solid rgba(234,204,164,0.08);
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 300;
}
.hours-row span:first-child { color: rgba(244,237,224,0.4); }
.hours-row span:last-child {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  color: #f4ede0;
}
.hours-row .closed { color: rgba(244,237,224,0.2) !important; }

.btn-route {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #eacca4;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(234,204,164,0.35);
  transition: border-color 0.3s, gap 0.3s;
  width: fit-content;
  margin-top: 4px;
}
.btn-route:hover {
  border-color: #eacca4;
  gap: 16px;
  color: #eacca4; /* ← add this, was inheriting dark from somewhere */
}
/* ─── LEAFLET MAP ─── */
.map-frame {
  min-height: 360px;
  background: #1a1f1a;
}

/* Leaflet overrides */
.leaflet-container {
  background: #1a1f1a !important;
  font-family: 'Jost', sans-serif !important;
}
.leaflet-control-zoom a {
  background: #232723 !important;
  color: #eacca4 !important;
  border-color: rgba(234,204,164,0.2) !important;
  font-weight: 300 !important;
}
.leaflet-control-zoom a:hover { background: #474F45 !important; }
.leaflet-control-attribution {
  background: rgba(35,39,35,0.8) !important;
  color: rgba(244,237,224,0.3) !important;
  font-size: 10px !important;
  backdrop-filter: blur(4px) !important;
}
.leaflet-control-attribution a { color: #eacca4 !important; }

/* Popup */
.itwood-popup .leaflet-popup-content-wrapper {
  background: #f4ede0 !important;
  border-radius: 0 !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.4) !important;
  padding: 0 !important;
}
.itwood-popup .leaflet-popup-content { margin: 14px 18px !important; }
.itwood-popup .leaflet-popup-tip { background: #f4ede0 !important; }
.itwood-popup .leaflet-popup-close-button {
  color: #232723 !important;
  font-size: 16px !important;
  padding: 6px 8px !important;
}

/* Responsive */
@media (max-width: 900px) {
  .map-section { grid-template-columns: 1fr; }
  .map-info { padding: 52px 28px; border-right: none; border-bottom: 1px solid rgba(234,204,164,0.15); }
  .map-frame { min-height: 320px; }
}

.map-frame,
#leaflet-map {
  height: 420px !important;
  min-height: 420px !important;
}

@media (max-width: 1024px) {
  .itwood-sp-wrap {
    gap: 48px !important;
    padding: 48px 5% !important;
  }

  .itwood-sp-details-inner {
    gap: 48px !important;
    padding: 48px 5% !important;
  }
}

@media (max-width: 768px) {
  /* Breadcrumb */
  .itwood-sp-breadcrumb {
    padding: 12px 5% !important;
    font-size: 9px !important;
    flex-wrap: wrap !important;
  }

  /* Main product layout — stack */
  .itwood-sp-wrap {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
    padding: 36px 5% !important;
  }

  /* Gallery */
  .itwood-sp-gallery {
    position: static !important;
  }

  .itwood-sp-gallery-main {
    aspect-ratio: 4/3 !important;
  }

  .itwood-sp-gallery-thumbs {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 4px !important;
  }

  /* Info */
  .itwood-sp-title {
    font-size: clamp(28px, 8vw, 44px) !important;
  }

  .itwood-sp-specs {
    grid-template-columns: 1fr !important;
  }

  .itwood-sp-cta {
    flex-direction: column !important;
  }

  .itwood-sp-btn-primary,
  .itwood-sp-btn-outline {
    flex: none !important;
    width: 100% !important;
    text-align: center !important;
  }

  /* Details */
  .itwood-sp-details-inner {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
    padding: 48px 5% !important;
  }

  /* Related */
  .itwood-sp-related {
    padding: 60px 0 !important;
  }

  .itwood-sp-related-inner {
    padding: 0 5% !important;
  }

  .itwood-sp-related-head {
    flex-direction: column !important;
    gap: 12px !important;
    align-items: flex-start !important;
  }

  /* Related products grid — 2 cols on tablet */
  .gb-element-e4193e61 ul.products {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }

  .gb-element-e4193e61 ul.products li.product {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
  }

  /* Lightbox buttons */
  .itwood-lightbox-prev { left: 8px !important; }
  .itwood-lightbox-next { right: 8px !important; }
  .itwood-lightbox-close { top: 12px !important; right: 16px !important; }

  /* Quote modal */
  .itwood-quote-content {
    padding: 36px 24px !important;
    margin: 0 16px !important;
    max-width: calc(100vw - 32px) !important;
  }
}

@media (max-width: 480px) {
  .itwood-sp-gallery-thumbs {
    grid-template-columns: repeat(4, 1fr) !important;
  }

  .itwood-sp-gallery-main {
    aspect-ratio: 1/1 !important;
  }

  /* Related — 1 col on mobile */
  .gb-element-e4193e61 ul.products {
    grid-template-columns: 1fr !important;
  }

  .itwood-sp-related-title {
    font-size: 24px !important;
  }
}
button.itwood-quote-close {
    background: none;
}

/* Fade-up on scroll */
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.85s ease, transform 0.85s ease;
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}
.fade-up.d1 { transition-delay: 0.1s; }
.fade-up.d2 { transition-delay: 0.22s; }
.fade-up.d3 { transition-delay: 0.36s; }

@media (max-width: 900px) {
    .intro .inner {
        grid-template-columns: 1fr;
        padding: 0 24px;
        gap: 0!important;
    }
	.intro p {
    padding-bottom: 30px!important;
}
}

a.itwood-sp-btn-outline:hover {
    color: #eacca4;
}