@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  font-size: 16px;
  overflow-x: hidden;
  width: 100%; }

body {
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  color: #171717;
  background: #fcfbf8;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  -webkit-font-smoothing: antialiased; }

body.has-stickiedNav {
  padding-top: 0 !important;
  margin-top: 0 !important; }

img {
  max-width: 100%;
  display: block; }

a {
  text-decoration: none;
  color: inherit; }

ul, ol {
  list-style: none; }

.u-hidden-visually, .is-srOnly {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important; }

.icons-svg-sprite {
  display: none !important;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important; }

.skip-to-main-link {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.skip-to-main-link:focus {
  position: fixed;
  left: 50%;
  top: 16px;
  transform: translateX(-50%);
  width: auto;
  height: auto;
  padding: 8px 20px;
  background: #b8922a;
  color: #111;
  font-weight: 600;
  z-index: 9999;
  border-radius: 6px; }

.page, .body, #main-content, .page-content, .page-content--full {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important; }

.body {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.container {
  width: calc(100% - 48px);
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  position: relative; }

.header {
  background: #111111;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
  position: sticky;
  top: 0;
  z-index: 500;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding: 0 32px;
  min-height: 68px;
  box-sizing: border-box; }

.header-logo {
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  height: auto;
  font-size: 0; }

.header-logo__link, .header-logo-image-container {
  display: flex;
  align-items: center; }

.header-logo-image {
  max-height: 46px;
  width: auto;
  filter: brightness(0) invert(1);
  display: block;
  margin: 0; }

.header-logo-image-unknown-size {
  max-height: 46px;
  filter: brightness(0) invert(1); }

.header-logo-text {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.04em;
  white-space: nowrap; }

.navPages-container {
  flex: 1;
  display: flex !important;
  align-items: center;
  background: transparent !important;
  position: static !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  padding: 0 0 0 32px !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  z-index: auto !important; }

.navPages {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 2px;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important; }

.navPages-list {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 2px;
  padding: 0 !important;
  margin: 0 !important; }

.navPages-list--user {
  display: none !important; }

.navPages-quickSearch {
  display: none !important; }

.navPages-item {
  position: relative;
  display: flex !important;
  align-items: center; }

.navPages-action {
  color: rgba(255, 255, 255, 0.82) !important;
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 5px;
  white-space: nowrap;
  transition: color 0.15s, background 0.15s;
  background: transparent !important;
  display: block;
  line-height: 1; }

.navPages-action:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.09) !important; }

.navPages-action[href*="contact"], .navPages-action[href*="quote"] {
  background: #b8922a !important;
  color: #111 !important;
  border-radius: 999px !important;
  font-weight: 600;
  padding: 7px 18px;
  margin-left: 6px; }

.navPages-action[href*="contact"]:hover, .navPages-action[href*="quote"]:hover {
  background: #d1b15c !important;
  color: #111 !important; }

.navPage-subMenu {
  display: none;
  position: absolute !important;
  top: calc(100% + 8px);
  left: 0;
  background: #1a1a1a !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  min-width: 200px;
  z-index: 600;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  padding: 6px 0; }

.navPages-item:hover .navPage-subMenu {
  display: block; }

.navPage-subMenu-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.navPage-subMenu-action {
  color: rgba(255, 255, 255, 0.8) !important;
  padding: 10px 18px;
  display: block;
  font-size: 0.88rem;
  transition: background 0.12s, color 0.12s; }

.navPage-subMenu-action:hover {
  background: rgba(255, 255, 255, 0.07) !important;
  color: #fff !important; }

.navUser {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  flex-shrink: 0;
  padding: 0; }

.navUser-section--alt {
  display: none !important; }

.navUser-item {
  display: flex;
  align-items: center; }

.navUser-action {
  color: rgba(255, 255, 255, 0.75) !important;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.85rem;
  border-radius: 5px;
  transition: color 0.15s, background 0.15s; }

.navUser-action:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.09) !important; }

.navUser-action svg {
  width: 18px;
  height: 18px;
  fill: currentColor; }

.navUser-item--cart .countPill {
  background: #b8922a;
  color: #111;
  font-size: 0.65rem;
  font-weight: 700;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }

.mobileMenu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  cursor: pointer;
  margin-left: 8px;
  flex-shrink: 0;
  background: none;
  border: none;
  position: relative; }

.mobileMenu-toggleIcon, .mobileMenu-toggleIcon::before, .mobileMenu-toggleIcon::after {
  display: block;
  width: 22px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%); }

.mobileMenu-toggleIcon {
  top: 50%;
  margin-top: -1px; }

.mobileMenu-toggleIcon::before {
  top: calc(50% - 7px);
  margin-top: 0; }

.mobileMenu-toggleIcon::after {
  bottom: calc(50% - 7px);
  top: auto;
  margin-top: 0; }

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
  background: transparent; }

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
  top: 50%;
  transform: translateX(-50%) rotate(45deg); }

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
  bottom: auto;
  top: 50%;
  transform: translateX(-50%) rotate(-45deg); }

.heroCarousel, .heroCarousel-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #111111;
  overflow: hidden;
  position: relative; }

.heroCarousel .slick-list, .heroCarousel .slick-track {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important; }

.heroCarousel-slide {
  position: relative;
  overflow: hidden; }

.heroCarousel-image-wrapper {
  height: 62vh;
  max-height: 720px;
  min-height: 420px;
  display: flex;
  align-items: center;
  background: #111111;
  width: 100%; }

.heroCarousel-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
  display: block; }

.heroCarousel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.65) 35%, rgba(0, 0, 0, 0.28) 65%, rgba(0, 0, 0, 0.18) 100%);
  z-index: 1;
  pointer-events: none; }

.heroCarousel-content {
  display: none !important; }

.heroCarousel .slick-prev, .heroCarousel .slick-next {
  z-index: 10;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.15) !important;
  border-radius: 50%;
  transition: background 0.15s; }

.heroCarousel .slick-prev:hover, .heroCarousel .slick-next:hover {
  background: rgba(255, 255, 255, 0.25) !important; }

.heroCarousel .slick-dots {
  bottom: 20px;
  z-index: 10; }

.heroCarousel .slick-dots li button::before {
  color: rgba(255, 255, 255, 0.6);
  font-size: 8px; }

.heroCarousel .slick-dots li.slick-active button::before {
  color: #b8922a; }

.pt-hero-wrap {
  position: relative;
  overflow: hidden;
  background: #111111; }

.pt-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  pointer-events: none; }

.pt-hero-content {
  pointer-events: auto;
  padding-left: 48px;
  max-width: 700px;
  color: #fff; }

.pt-eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #d1b15c;
  margin-bottom: 16px;
  display: block; }

.pt-hero-content h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.8rem, 5.5vw, 5.2rem);
  font-weight: 600;
  line-height: 0.96;
  margin: 0 0 20px;
  color: #fff; }

.pt-hero-title-accent {
  display: block;
  color: #d1b15c;
  font-style: italic; }

.pt-hero-content p {
  font-size: clamp(0.95rem, 1.6vw, 1.15rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.85);
  max-width: 500px;
  margin-bottom: 28px; }

.pt-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap; }

.pt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 600;
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  cursor: pointer;
  transition: all 0.15s;
  border: none;
  text-decoration: none;
  white-space: nowrap; }

.pt-btn-primary {
  background: #b8922a;
  color: #111 !important; }

.pt-btn-primary:hover {
  background: #d1b15c;
  color: #111 !important; }

.pt-btn-ghost {
  background: rgba(255, 255, 255, 0.06);
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.3); }

.pt-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important; }

.button, .button--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 600;
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  cursor: pointer;
  transition: all 0.15s;
  border: none;
  background: #b8922a;
  color: #111 !important;
  text-decoration: none;
  white-space: nowrap;
  width: 100%; }

.button:hover, .button--primary:hover {
  background: #d1b15c;
  color: #111 !important; }

.button--secondary {
  background: transparent;
  color: #171717 !important;
  border: 1px solid rgba(23, 23, 23, 0.2); }

.button--secondary:hover {
  border-color: #b8922a;
  color: #b8922a !important; }

.pt-trust {
  background: #f7f4ee;
  border-top: 1px solid rgba(23, 23, 23, 0.09);
  border-bottom: 1px solid rgba(23, 23, 23, 0.09); }

.pt-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%; }

.pt-trust-item {
  padding: 28px 24px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  border-right: 1px solid rgba(23, 23, 23, 0.09); }

.pt-trust-item:last-child {
  border-right: none; }

.pt-trust-icon {
  font-size: 1.3rem;
  flex-shrink: 0;
  margin-top: 2px; }

.pt-trust-text strong {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1rem;
  font-weight: 600;
  color: #171717;
  margin-bottom: 3px; }

.pt-trust-text span {
  font-size: 0.84rem;
  color: #5a5550;
  line-height: 1.5; }

.pt-section {
  padding: 80px 0; }

.pt-section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px; }

.pt-section-head h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 14px;
  color: #171717; }

.pt-section-head p {
  color: #5a5550;
  font-size: 1rem;
  line-height: 1.75;
  margin: 0; }

.pt-accent {
  font-style: italic;
  color: #b8922a; }

.pt-services {
  background: #ffffff;
  padding: 80px 0; }

.pt-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px; }

.pt-service-card {
  background: #ffffff;
  border: 1px solid rgba(23, 23, 23, 0.09);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit; }

.pt-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1); }

.pt-service-media {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #1a1a1a; }

.pt-service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block; }

.pt-service-card:hover .pt-service-media img {
  transform: scale(1.04); }

.pt-service-body {
  padding: 22px 20px 20px;
  flex: 1;
  display: flex;
  flex-direction: column; }

.pt-service-body h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0 0 8px;
  color: #171717; }

.pt-service-body p {
  font-size: 0.88rem;
  color: #5a5550;
  line-height: 1.65;
  margin: 0 0 14px;
  flex: 1; }

.pt-service-link {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #b8922a;
  margin-top: auto; }

.pt-why {
  background: linear-gradient(160deg, #f4efe6 0%, #faf9f6 100%);
  padding: 80px 0; }

.pt-why-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center; }

.pt-why-copy h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 16px; }

.pt-why-copy p {
  color: #5a5550;
  font-size: 1rem;
  line-height: 1.8;
  margin: 0 0 32px; }

.pt-why-points {
  display: flex;
  flex-direction: column;
  gap: 20px; }

.pt-why-point {
  display: flex;
  gap: 16px;
  align-items: flex-start; }

.pt-why-point-dot {
  width: 8px;
  height: 8px;
  background: #b8922a;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 8px; }

.pt-why-point-text strong {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #171717;
  margin-bottom: 3px; }

.pt-why-point-text span {
  font-size: 0.9rem;
  color: #5a5550;
  line-height: 1.6; }

.pt-why-panel {
  background: #ffffff;
  border: 1px solid rgba(23, 23, 23, 0.09);
  padding: 40px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.07); }

.pt-why-panel h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 8px;
  color: #171717; }

.pt-why-panel p {
  font-size: 0.9rem;
  color: #5a5550;
  line-height: 1.7;
  margin: 0 0 24px; }

.pt-why-panel-list {
  display: flex;
  flex-direction: column;
  gap: 14px; }

.pt-why-panel-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: #5a5550; }

.pt-why-panel-item::before {
  content: "✓";
  color: #b8922a;
  font-weight: 700;
  flex-shrink: 0; }

.pt-cta {
  background: #111111;
  padding: 72px 0;
  text-align: center; }

.pt-cta h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 600;
  color: #fff;
  margin: 0 0 14px;
  line-height: 1.1; }

.pt-cta p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 560px;
  margin: 0 auto 32px; }

.pt-cta-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap; }

.pt-page-hero {
  background: #111111;
  padding: 64px 0 52px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07); }

.pt-page-hero-eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #b8922a;
  margin-bottom: 14px;
  display: block; }

.pt-page-hero h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 16px; }

.pt-page-hero p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 560px;
  margin: 0; }

.breadcrumbs {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 0.8rem;
  color: #5a5550;
  padding: 20px 0 8px;
  flex-wrap: wrap;
  list-style: none; }

.breadcrumb-item + .breadcrumb-item::before, .breadcrumb + .breadcrumb::before {
  content: "/";
  color: rgba(23, 23, 23, 0.25);
  margin-right: 8px; }

.breadcrumbs a, .breadcrumb a {
  color: #5a5550;
  transition: color 0.15s; }

.breadcrumbs a:hover, .breadcrumb a:hover {
  color: #b8922a; }

.card {
  background: #ffffff;
  border: 1px solid rgba(23, 23, 23, 0.09);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
  color: #171717;
  display: block; }

.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.09); }

.card-figure {
  overflow: hidden;
  aspect-ratio: 1;
  background: #f7f4ee; }

.card-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease; }

.card:hover .card-figure img {
  transform: scale(1.04); }

.card-body {
  padding: 18px 16px 16px; }

.card-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #171717;
  margin: 0 0 6px;
  line-height: 1.2; }

.card-text {
  font-size: 0.85rem;
  color: #5a5550;
  margin: 0 0 10px; }

.price {
  font-size: 1rem;
  font-weight: 600;
  color: #171717; }

.price--withTax, .price--rrp {
  display: block; }

.productGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0; }

.product {
  list-style: none; }

.form-field {
  margin-bottom: 20px; }

.form-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #4a4540;
  margin-bottom: 7px; }

.form-label--required::after {
  content: " *";
  color: #b8922a; }

.form-input, .form-select, textarea {
  width: 100%;
  background: #f9f8f6;
  border: 1px solid rgba(23, 23, 23, 0.14);
  border-radius: 5px;
  padding: 11px 14px;
  font-size: 0.95rem;
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  color: #171717;
  outline: none;
  transition: border-color 0.15s, background 0.15s;
  box-sizing: border-box;
  appearance: none; }

.form-input:focus, .form-select:focus, textarea:focus {
  border-color: #b8922a;
  background: #ffffff; }

.form-input::placeholder, textarea::placeholder {
  color: rgba(23, 23, 23, 0.3); }

textarea {
  min-height: 130px;
  resize: vertical;
  line-height: 1.6; }

.form-inlineMessage {
  font-size: 0.8rem;
  color: #c0392b;
  margin-top: 5px;
  display: block; }

.page-heading {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  color: #171717;
  margin: 0 0 24px; }

.alertBox, .alert {
  padding: 16px 20px;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 0.9rem;
  line-height: 1.6; }

.alertBox--success {
  background: #f0f7ee;
  border: 1px solid #b8d4a8;
  color: #2d5a1b; }

.alertBox--error, .alertBox--warning {
  background: #fef9ec;
  border: 1px solid #f0c040;
  color: #7a4f00; }

.alertBox--info {
  background: #eff6ff;
  border: 1px solid #93c5fd;
  color: #1e40af; }

.pt-contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 64px;
  align-items: start;
  padding: 64px 0 80px; }

.pt-contact-info h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.9rem;
  font-weight: 600;
  margin: 0 0 16px; }

.pt-contact-info > p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #5a5550;
  margin-bottom: 36px; }

.pt-contact-items {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-bottom: 40px; }

.pt-contact-item {
  display: flex;
  gap: 14px;
  align-items: flex-start; }

.pt-contact-item-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(184, 146, 42, 0.1);
  border: 1px solid rgba(184, 146, 42, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem; }

.pt-contact-item-text strong {
  display: block;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #b8922a;
  margin-bottom: 3px; }

.pt-contact-item-text span {
  font-size: 0.92rem;
  color: #5a5550;
  line-height: 1.5; }

.pt-contact-quote {
  background: #f7f4ee;
  border-left: 3px solid #b8922a;
  padding: 20px 22px;
  font-size: 0.9rem;
  font-style: italic;
  color: #5a5550;
  line-height: 1.7; }

.pt-contact-form-panel {
  background: #ffffff;
  border: 1px solid rgba(23, 23, 23, 0.09);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.07);
  padding: 44px 40px; }

.pt-contact-form-panel h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.9rem;
  font-weight: 600;
  margin: 0 0 6px; }

.pt-contact-form-panel > p {
  font-size: 0.88rem;
  color: #5a5550;
  margin-bottom: 28px;
  line-height: 1.6; }

.pt-form-success {
  background: #f0f7ee;
  border: 1px solid #b8d4a8;
  padding: 20px 22px;
  color: #2d5a1b;
  font-size: 0.92rem;
  line-height: 1.6;
  border-radius: 4px; }

.pt-product-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
  padding: 48px 0 80px; }

.productView-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 600;
  color: #171717;
  margin: 0 0 14px;
  line-height: 1.1; }

.productView-price {
  font-size: 1.5rem;
  font-weight: 600;
  color: #171717;
  margin-bottom: 20px;
  display: block; }

.productView-description {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #5a5550;
  margin-bottom: 28px; }

.productView-images {
  position: sticky;
  top: 88px; }

.productView-image {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  background: #f7f4ee;
  margin-bottom: 12px; }

.productView-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.productView-thumbnails {
  display: flex;
  gap: 8px;
  flex-wrap: wrap; }

.productView-thumbnail {
  width: 72px;
  height: 72px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.15s; }

.productView-thumbnail.is-active, .productView-thumbnail:hover {
  border-color: #b8922a; }

.productView-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.pt-category-layout {
  padding: 48px 0 80px; }

.pt-category-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(23, 23, 23, 0.09);
  gap: 16px;
  flex-wrap: wrap; }

.pt-category-count {
  font-size: 0.85rem;
  color: #5a5550; }

.pagination {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  padding: 40px 0 0;
  list-style: none; }

.pagination-item a, .pagination-item--current .pagination-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(23, 23, 23, 0.09);
  font-size: 0.88rem;
  color: #5a5550;
  transition: all 0.15s;
  background: #ffffff; }

.pagination-item a:hover {
  border-color: #b8922a;
  color: #b8922a; }

.pagination-item--current .pagination-link {
  background: #b8922a;
  border-color: #b8922a;
  color: #111;
  font-weight: 600; }

.pt-prose {
  font-size: 1rem;
  line-height: 1.85;
  color: #4a4540; }

.pt-prose h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  font-weight: 600;
  color: #171717;
  margin: 48px 0 16px;
  line-height: 1.15; }

.pt-prose h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #171717;
  margin: 32px 0 12px; }

.pt-prose p {
  margin-bottom: 20px; }

.pt-prose ul, .pt-prose ol {
  padding-left: 0;
  margin-bottom: 20px;
  list-style: none; }

.pt-prose ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px; }

.pt-prose ul li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #b8922a;
  font-weight: 700; }

.pt-prose a {
  color: #b8922a;
  text-decoration: underline;
  text-underline-offset: 3px; }

.pt-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 48px 0; }

.pt-step {
  text-align: center;
  padding: 28px 20px;
  border: 1px solid rgba(23, 23, 23, 0.09);
  background: #ffffff; }

.pt-step-num {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: rgba(184, 146, 42, 0.18);
  line-height: 1;
  margin-bottom: 12px; }

.pt-step h4 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 8px;
  color: #171717; }

.pt-step p {
  font-size: 0.86rem;
  color: #5a5550;
  line-height: 1.6;
  margin: 0; }

.footer, .pt-footer {
  background: #0d0d0d;
  color: rgba(255, 255, 255, 0.7);
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important; }

.pt-footer-inner {
  padding: 64px 0 48px; }

.pt-footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.8fr;
  gap: 48px;
  width: calc(100% - 48px);
  max-width: 1280px;
  margin: 0 auto; }

.pt-footer-logo {
  display: block;
  margin-bottom: 16px; }

.pt-footer-logo img {
  max-height: 40px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.85; }

.pt-footer-tagline {
  font-size: 0.86rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.4);
  max-width: 260px;
  margin-bottom: 28px; }

.pt-footer-social {
  display: flex;
  gap: 10px; }

.pt-footer-social-link {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.15s; }

.pt-footer-social-link:hover {
  border-color: #b8922a;
  color: #b8922a !important;
  background: rgba(184, 146, 42, 0.08); }

.pt-footer-social-link svg {
  width: 15px;
  height: 15px;
  fill: currentColor; }

.pt-footer-col-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.28);
  margin: 0 0 18px; }

.pt-footer-links {
  display: flex;
  flex-direction: column;
  gap: 11px;
  list-style: none;
  padding: 0;
  margin: 0; }

.pt-footer-links a {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.15s; }

.pt-footer-links a:hover {
  color: #fff; }

.pt-footer-newsletter-heading {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.15rem;
  font-style: italic;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 8px; }

.pt-footer-newsletter-text {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.65;
  margin-bottom: 18px; }

.pt-footer-newsletter-note {
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.28);
  margin-top: 12px; }

.pt-footer-divider {
  width: calc(100% - 48px);
  max-width: 1280px;
  margin: 0 auto;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.07); }

.pt-footer-bottom {
  padding: 20px 0; }

.pt-footer-bottom-inner {
  width: calc(100% - 48px);
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap; }

.pt-footer-copyright {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.25); }

.pt-footer-bottom-links {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0; }

.pt-footer-bottom-links a {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.25);
  transition: color 0.15s; }

.pt-footer-bottom-links a:hover {
  color: rgba(255, 255, 255, 0.6); }

.pt-footer-bc {
  font-size: 0.73rem;
  color: rgba(255, 255, 255, 0.18); }

.pt-footer-bc a {
  color: rgba(255, 255, 255, 0.28); }

.pt-subscribe-form,
.pt-subscribe-form .form-fieldset,
.pt-subscribe-form .form-field {
  margin: 0;
  padding: 0;
  border: 0; }

.pt-subscribe-form .form-field {
  margin-bottom: 0 !important; }

.pt-footer-email-box {
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 560px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03); }

.pt-footer-email-input.form-input,
.pt-footer .pt-footer-email-input.form-input,
.pt-footer input.pt-footer-email-input[type="email"] {
  flex: 1 1 auto;
  min-width: 0;
  width: auto !important;
  height: 74px;
  margin: 0 !important;
  padding: 0 24px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #f5f1ea !important;
  font-size: 1rem !important;
  font-family: "DM Sans", system-ui, -apple-system, sans-serif !important;
  box-shadow: none !important; }

.pt-footer-email-input.form-input::placeholder,
.pt-footer input.pt-footer-email-input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.42) !important; }

.pt-footer-email-input.form-input:focus,
.pt-footer input.pt-footer-email-input[type="email"]:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
  background: transparent !important; }

.pt-footer-email-button.button,
.pt-footer-email-button[type="submit"],
.pt-footer .pt-footer-email-box .button,
.pt-footer .pt-footer-email-box input[type="submit"] {
  width: 190px !important;
  min-width: 190px;
  height: 74px;
  margin: 0 !important;
  padding: 0 24px !important;
  border: 0 !important;
  border-left: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 0 !important;
  background: #c4a03a !important;
  color: #151515 !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  font-family: "DM Sans", system-ui, -apple-system, sans-serif !important;
  box-shadow: none !important;
  transition: background 0.2s ease, opacity 0.2s ease; }

.pt-footer-email-button.button:hover,
.pt-footer-email-button[type="submit"]:hover,
.pt-footer .pt-footer-email-box .button:hover,
.pt-footer .pt-footer-email-box input[type="submit"]:hover {
  background: #d2af4e !important;
  opacity: 1 !important; }

.footer-newsletter-summary {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.82rem;
  line-height: 1.5; }

#modal .modal-close {
  display: none !important; }

#modal {
  display: none !important; }

#modal[aria-hidden="false"],
#modal.is-open,
#modal.modal--active {
  display: block !important; }

.modal--alert,
#alert-modal {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important; }

.modal--alert.is-open,
#alert-modal.is-open {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important; }

@media (max-width: 1200px) {
  .pt-services-grid {
    grid-template-columns: repeat(2, 1fr); }
  .pt-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px; } }

@media (max-width: 1024px) {
  .pt-why-grid {
    grid-template-columns: 1fr;
    gap: 40px; }
  .pt-trust-grid {
    grid-template-columns: repeat(2, 1fr); }
  .pt-trust-item:nth-child(2) {
    border-right: none; }
  .pt-contact-layout {
    grid-template-columns: 1fr;
    gap: 40px; }
  .pt-product-layout {
    grid-template-columns: 1fr;
    gap: 32px; }
  .productView-images {
    position: static; }
  .productGrid {
    grid-template-columns: repeat(3, 1fr); }
  .pt-steps {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 800px) {
  .header {
    padding: 0 20px;
    min-height: 60px; }
  .navPages-container {
    display: none !important;
    flex-direction: column !important;
    position: fixed !important;
    top: 60px !important;
    left: 0 !important;
    width: 100% !important;
    height: calc(100vh - 60px) !important;
    background: #111111 !important;
    padding: 24px 0 !important;
    z-index: 490 !important;
    overflow-y: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.08); }
  .navPages-container.is-open {
    display: flex !important; }
  .navPages, .navPages-list {
    flex-direction: column !important;
    width: 100% !important;
    gap: 0 !important;
    align-items: stretch !important; }
  .navPages-action {
    padding: 16px 24px !important;
    border-radius: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
    font-size: 1rem !important;
    width: 100%; }
  .navPages-action[href*="contact"], .navPages-action[href*="quote"] {
    border-radius: 0 !important;
    margin: 0 !important;
    background: rgba(184, 146, 42, 0.12) !important;
    color: #b8922a !important; }
  .mobileMenu-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    flex-shrink: 0 !important;
    margin-left: 8px !important;
    overflow: visible !important; }
  .navUser {
    margin-left: auto; }
  .heroCarousel-image-wrapper {
    height: 80vw;
    min-height: 320px;
    max-height: 520px; }
  .heroCarousel::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.7) 45%, rgba(0, 0, 0, 0.25) 80%, rgba(0, 0, 0, 0.1) 100%); }
  .pt-hero-overlay {
    align-items: flex-end; }
  .pt-hero-content {
    padding: 0 20px 32px;
    max-width: 100%; }
  .pt-hero-content h1 {
    font-size: clamp(2.2rem, 10vw, 3.2rem); }
  .pt-services-grid {
    grid-template-columns: 1fr 1fr; }
  .pt-trust-grid {
    grid-template-columns: 1fr 1fr; }
  .pt-trust-item:nth-child(1), .pt-trust-item:nth-child(2) {
    border-bottom: 1px solid rgba(23, 23, 23, 0.09); }
  .productGrid {
    grid-template-columns: repeat(2, 1fr); }
  .pt-steps {
    grid-template-columns: 1fr; }
  .pt-footer-grid {
    grid-template-columns: 1fr;
    gap: 36px; }
  .pt-footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px; }
  .container, .pt-wrap, .pt-wrap--narrow {
    width: calc(100% - 32px); }
  .pt-contact-form-panel {
    padding: 28px 20px; }
  html, body {
    overflow-x: hidden !important;
    max-width: 100% !important; }
  .header {
    overflow: visible !important; }
  .navUser-action[data-search-toggle],
  .navUser-item--compare {
    display: none !important; }
  .heroCarousel-image {
    object-position: 30% center !important; }
  .pt-footer-email-box {
    flex-direction: column;
    border-radius: 18px; }
  .pt-footer-email-input.form-input,
  .pt-footer .pt-footer-email-input.form-input,
  .pt-footer input.pt-footer-email-input[type="email"] {
    width: 100% !important;
    height: 68px; }
  .pt-footer-email-button.button,
  .pt-footer-email-button[type="submit"],
  .pt-footer .pt-footer-email-box .button,
  .pt-footer .pt-footer-email-box input[type="submit"] {
    width: 100% !important;
    min-width: 0;
    height: 60px;
    border-left: 0 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.08) !important; } }

@media (max-width: 480px) {
  .pt-services-grid {
    grid-template-columns: 1fr; }
  .pt-trust-grid {
    grid-template-columns: 1fr; }
  .pt-trust-item {
    border-right: none !important;
    border-bottom: 1px solid rgba(23, 23, 23, 0.09); }
  .pt-trust-item:last-child {
    border-bottom: none; }
  .productGrid {
    grid-template-columns: 1fr; }
  .pt-hero-actions {
    flex-direction: column; }
  .pt-btn {
    width: 100%; } }

.pt-hero-wrap {
  position: relative;
  overflow: hidden;
  background: #111111;
  margin-top: -1px; }

.pt-home > p,
.page-content > p:first-child {
  display: none !important; }

.heroCarousel,
.heroCarousel-wrapper,
.heroCarousel .slick-list,
.heroCarousel .slick-track,
.heroCarousel-slide {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  left: 0 !important; }

.navUser-section--alt {
  display: none !important; }

.pt-footer ~ p,
.footer ~ p {
  display: none !important; }
