:root {
  --tw-navy: #06142b;
  --tw-navy-2: #101f36;
  --tw-gold: #dda219;
  --tw-gold-dark: #be8610;
  --tw-ink: #111827;
  --tw-muted: #5d6879;
  --tw-line: #e4e7ec;
  --tw-soft: #f4f6fa;
  --tw-white: #ffffff;
  --tw-radius: 14px;
  --tw-shadow: 0 18px 50px rgba(6, 20, 43, 0.1);
  --tw-container: 1440px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

body {
  margin: 0;
  color: var(--tw-ink);
  background: var(--tw-white);
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

body.tw-menu-active {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.55em;
  color: var(--tw-navy);
  font-family: "Manrope", "DM Sans", sans-serif;
  font-weight: 800;
  line-height: 1.12;
}

p {
  margin: 0 0 1em;
}

.tw-container {
  width: min(100% - 48px, var(--tw-container));
  margin-inline: auto;
}

.tw-narrow {
  max-width: 990px;
  text-align: center;
}

.tw-site-main {
  min-height: 55vh;
}

.tw-section {
  position: relative;
  padding: 90px 0;
}

.tw-skip-link {
  position: fixed;
  z-index: 99999;
  top: 8px;
  left: 8px;
  padding: 10px 16px;
  color: #fff;
  background: var(--tw-navy);
  transform: translateY(-180%);
}

.tw-skip-link:focus {
  transform: translateY(0);
}

.tw-eyebrow {
  margin-bottom: 10px;
  color: var(--tw-gold-dark);
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tw-section-heading {
  max-width: 930px;
  margin: 0 auto 42px;
  text-align: center;
}

.tw-section-heading h2,
.tw-about h2 {
  font-size: clamp(32px, 3.4vw, 54px);
  letter-spacing: -0.035em;
}

.tw-section-heading h2::after,
.tw-about h2::after {
  display: block;
  width: 70px;
  height: 3px;
  margin: 18px auto 0;
  background: var(--tw-gold);
  content: "";
}

.tw-section-copy {
  max-width: 790px;
  margin: 22px auto 0;
  color: var(--tw-muted);
  font-size: 18px;
}

.tw-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 25px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.tw-button:hover,
.tw-button:focus-visible {
  transform: translateY(-2px);
}

.tw-button-gold {
  color: var(--tw-navy);
  background: var(--tw-gold);
}

.tw-button-gold:hover,
.tw-button-gold:focus-visible {
  color: #fff;
  background: var(--tw-gold-dark);
}

.tw-button-navy {
  color: #fff;
  background: var(--tw-navy);
}

.tw-button-navy:hover,
.tw-button-navy:focus-visible {
  color: var(--tw-navy);
  background: var(--tw-gold);
}

.tw-button-outline-light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.05);
}

.tw-button-outline-light:hover,
.tw-button-outline-light:focus-visible {
  color: var(--tw-navy);
  border-color: #fff;
  background: #fff;
}

.tw-announcement {
  min-height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #d49d2b;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.tw-announcement .tw-container {
  padding-block: 9px;
}

.tw-site-header {
  position: relative;
  z-index: 1000;
  border-bottom: 1px solid var(--tw-line);
  background: rgba(255, 255, 255, 0.98);
}

.tw-header-inner {
  min-height: 112px;
  display: grid;
  grid-template-columns: minmax(220px, 320px) 1fr auto;
  align-items: center;
  gap: 34px;
}

.tw-logo-wrap .custom-logo-link,
.tw-footer-logo .custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.tw-logo-wrap .custom-logo {
  width: auto;
  max-width: 270px;
  max-height: 72px;
}

.tw-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--tw-navy);
  font-family: "Manrope", sans-serif;
  font-size: clamp(22px, 2vw, 33px);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.tw-wordmark-symbol {
  position: relative;
  width: 76px;
  height: 54px;
  flex: 0 0 auto;
}

.tw-wordmark-symbol i {
  position: absolute;
  top: 3px;
  left: 25px;
  width: 30px;
  height: 7px;
  background: repeating-linear-gradient(90deg, var(--tw-gold) 0 8px, transparent 8px 10px);
  transform: skewX(-24deg);
}

.tw-wordmark-symbol b,
.tw-wordmark-symbol em {
  position: absolute;
  top: 12px;
  font-family: Arial, sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.tw-wordmark-symbol b {
  left: 5px;
  color: var(--tw-navy);
}

.tw-wordmark-symbol em {
  right: 0;
  color: var(--tw-gold);
}

.tw-primary-nav {
  justify-self: start;
}

.tw-nav-menu,
.tw-primary-nav ul {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3vw, 48px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.tw-primary-nav li {
  position: relative;
}

.tw-primary-nav a {
  display: block;
  padding: 43px 0;
  color: var(--tw-ink);
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

.tw-primary-nav > ul > li > a::after {
  position: absolute;
  right: 0;
  bottom: 31px;
  left: 0;
  height: 2px;
  background: var(--tw-gold);
  content: "";
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.tw-primary-nav > ul > li:hover > a::after,
.tw-primary-nav > ul > li.current-menu-item > a::after,
.tw-primary-nav > ul > li.current-menu-ancestor > a::after {
  transform: scaleX(1);
}

.tw-primary-nav .sub-menu {
  position: absolute;
  top: calc(100% - 1px);
  left: -22px;
  width: 270px;
  display: block;
  padding: 12px 0;
  border: 1px solid var(--tw-line);
  background: #fff;
  box-shadow: var(--tw-shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.tw-primary-nav li:hover > .sub-menu,
.tw-primary-nav li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.tw-primary-nav .sub-menu a {
  padding: 11px 20px;
  font-size: 14px;
  line-height: 1.35;
}

.tw-primary-nav .sub-menu a:hover {
  color: var(--tw-gold-dark);
  background: var(--tw-soft);
}

.tw-header-actions {
  display: flex;
  gap: 12px;
}

.tw-square-button {
  position: relative;
  width: 58px;
  height: 58px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  color: var(--tw-navy);
  border: 1px solid #dfe3e9;
  background: #fff;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.tw-square-button:hover,
.tw-square-button:focus-visible {
  color: #fff;
  border-color: var(--tw-navy);
  background: var(--tw-navy);
}

.tw-cart-count {
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  padding: 0 5px;
  color: var(--tw-navy);
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--tw-gold);
  font-size: 11px;
  font-weight: 800;
}

.tw-menu-toggle {
  display: none;
}

.tw-menu-close-icon {
  display: none;
}

.tw-menu-toggle[aria-expanded="true"] .tw-menu-open-icon {
  display: none;
}

.tw-menu-toggle[aria-expanded="true"] .tw-menu-close-icon {
  display: inline-flex;
}

.tw-search-panel {
  border-top: 1px solid var(--tw-line);
  background: #fff;
}

.tw-search-panel .tw-container {
  padding: 22px 0;
}

.tw-search-panel form,
.tw-empty-state form {
  display: flex;
  max-width: 820px;
  margin: 0 auto;
}

.tw-search-panel label,
.tw-empty-state label {
  flex: 1;
}

.tw-search-panel input[type="search"],
.tw-empty-state input[type="search"] {
  width: 100%;
  height: 54px;
  padding: 0 18px;
  border: 1px solid var(--tw-line);
  outline: 0;
}

.tw-search-panel input[type="submit"],
.tw-search-panel button,
.tw-empty-state input[type="submit"],
.tw-empty-state button {
  min-width: 130px;
  color: #fff;
  border: 0;
  background: var(--tw-navy);
  font-weight: 800;
  cursor: pointer;
}

.tw-mobile-menu {
  display: none;
}

.tw-hero {
  --tw-hero-desktop: none;
  --tw-hero-mobile: var(--tw-hero-desktop);
  position: relative;
  min-height: min(760px, calc(100vh - 154px));
  display: flex;
  align-items: center;
  padding: 80px 0 135px;
  color: #fff;
  background-color: #07162e;
  background-image:
    linear-gradient(90deg, rgba(5, 17, 37, 0.96) 0%, rgba(5, 17, 37, 0.76) 44%, rgba(5, 17, 37, 0.2) 72%, rgba(5, 17, 37, 0.08) 100%),
    var(--tw-hero-desktop),
    radial-gradient(circle at 78% 46%, rgba(221, 162, 25, 0.35), transparent 23%),
    linear-gradient(135deg, #08172f 0 55%, #28445d 55% 66%, #bc8618 66% 67%, #1a2b42 67%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.tw-hero-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 65%, rgba(4, 14, 30, 0.55));
}

.tw-hero-inner {
  position: relative;
  z-index: 2;
}

.tw-hero-content {
  max-width: 800px;
}

.tw-hero-eyebrow {
  margin-bottom: 18px;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.tw-hero h1 {
  margin-bottom: 25px;
  color: #fff;
  font-size: clamp(46px, 5vw, 78px);
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.tw-hero h1 span,
.tw-hero h1 strong {
  display: block;
}

.tw-hero h1 strong {
  color: var(--tw-gold);
}

.tw-hero-copy {
  max-width: 720px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 1.5vw, 22px);
}

.tw-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.tw-hero-trust {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(5, 17, 37, 0.88);
  backdrop-filter: blur(10px);
}

.tw-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.tw-trust-item {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.tw-trust-item:last-child {
  border-right: 0;
}

.tw-trust-item > span {
  width: 48px;
  height: 48px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: var(--tw-navy);
  border-radius: 50%;
  background: var(--tw-gold);
}

.tw-trust-item strong,
.tw-trust-item small {
  display: block;
}

.tw-trust-item strong {
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.tw-trust-item small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
}

.tw-about {
  padding-bottom: 70px;
}

.tw-about p:last-child {
  color: var(--tw-muted);
  font-size: 18px;
}

.tw-collections {
  padding-top: 55px;
  background: #fff;
}

.tw-collection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 26px;
}

.tw-collection-card a {
  display: block;
}

.tw-collection-media {
  position: relative;
  aspect-ratio: 1.38 / 1;
  display: block;
  overflow: hidden;
  background: linear-gradient(135deg, #edf1f7, #dfe7f0);
}

.tw-collection-media::after {
  position: absolute;
  inset: 0;
  border: 0 solid var(--tw-gold);
  content: "";
  pointer-events: none;
  transition: border-width 0.25s ease;
}

.tw-collection-card:hover .tw-collection-media::after {
  border-width: 5px;
}

.tw-collection-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

.tw-collection-card h3 {
  margin: 14px 0 0;
  font-size: 18px;
  text-align: center;
  transition: color 0.2s ease;
}

.tw-collection-card:hover h3 {
  color: var(--tw-gold-dark);
}

.tw-image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #718096;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.66), rgba(232, 237, 245, 0.7)),
    repeating-linear-gradient(45deg, transparent 0 20px, rgba(6, 20, 43, 0.03) 20px 22px);
}

.tw-image-placeholder small {
  font-weight: 700;
}

.tw-products-section {
  background: var(--tw-soft);
}

.tw-solar-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 26px;
}

.tw-solar-grid > .tw-product-card {
  grid-column: span 2;
}

.tw-solar-grid > .tw-product-card:nth-child(4):nth-last-child(2) {
  grid-column: 2 / span 2;
}

.tw-product-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(221, 162, 25, 0.32);
  border-radius: var(--tw-radius);
  background: #fff;
  box-shadow: 0 10px 35px rgba(6, 20, 43, 0.05);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tw-product-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--tw-shadow);
}

.tw-product-image {
  aspect-ratio: 1 / 1;
  display: block;
  padding: 20px;
  background: #fff;
  overflow: hidden;
}

.tw-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.45s ease;
}

.tw-product-card:hover .tw-product-image img {
  transform: scale(1.035);
}

.tw-product-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 24px 24px;
  text-align: center;
}

.tw-product-content h3 {
  width: 100%;
  margin: 0;
  padding: 20px 0 16px;
  border-bottom: 1px solid rgba(221, 162, 25, 0.45);
  font-size: clamp(18px, 1.5vw, 24px);
}

.tw-product-content p {
  margin: 16px 0;
  color: var(--tw-muted);
  font-size: 15px;
}

.tw-card-meta {
  margin: auto 0 13px;
  color: var(--tw-navy);
  font-weight: 800;
}

.tw-card-link {
  min-width: 150px;
  margin-top: auto;
}

.tw-center-action {
  margin-top: 40px;
  text-align: center;
}

.tw-electrical-section {
  background: #fff;
}

.tw-product-slider {
  position: relative;
  padding-bottom: 64px;
  overflow: hidden;
}

.tw-slider-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.tw-slider-track::-webkit-scrollbar {
  display: none;
}

.tw-slider-track .tw-product-card {
  flex: 0 0 calc((100% - 80px) / 5);
  scroll-snap-align: start;
}

.tw-product-card.is-compact {
  border-color: var(--tw-line);
  border-radius: 0;
  box-shadow: none;
}

.tw-product-card.is-compact .tw-product-image {
  padding: 0;
}

.tw-product-card.is-compact .tw-product-content {
  align-items: stretch;
  padding: 0;
}

.tw-product-card.is-compact h3 {
  min-height: 82px;
  display: grid;
  place-items: center;
  padding: 14px;
  border: 0;
  font-size: 15px;
}

.tw-product-card.is-compact .tw-card-link {
  width: 100%;
  min-width: 0;
  border-radius: 0;
}

.tw-slider-controls {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  gap: 8px;
}

.tw-slider-controls button {
  width: 48px;
  height: 48px;
  color: var(--tw-navy);
  border: 1px solid var(--tw-line);
  background: #fff;
  font-size: 21px;
  cursor: pointer;
}

.tw-slider-controls button:hover,
.tw-slider-controls button:focus-visible {
  color: #fff;
  border-color: var(--tw-navy);
  background: var(--tw-navy);
}

.tw-why-section {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fff;
}

.tw-why-picture {
  display: block;
  overflow: hidden;
}

.tw-why-picture img {
  width: 100%;
}

.tw-why-fallback {
  position: relative;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 70px 30px;
  color: #fff;
  background:
    radial-gradient(circle at 15% 80%, rgba(221, 162, 25, 0.26), transparent 24%),
    linear-gradient(125deg, #07142a 0%, #0c203e 58%, #020a18 100%);
  overflow: hidden;
}

.tw-why-fallback::before,
.tw-why-fallback::after {
  position: absolute;
  border: 1px solid rgba(221, 162, 25, 0.18);
  border-radius: 50%;
  content: "";
}

.tw-why-fallback::before {
  width: 440px;
  height: 440px;
  top: -220px;
  right: -80px;
}

.tw-why-fallback::after {
  width: 280px;
  height: 280px;
  bottom: -140px;
  left: -80px;
}

.tw-why-copy {
  position: relative;
  z-index: 1;
  max-width: 720px;
  text-align: center;
}

.tw-sun-mark {
  color: var(--tw-gold);
  font-size: 34px;
}

.tw-why-copy h2 {
  color: #fff;
  font-size: clamp(34px, 4vw, 60px);
}

.tw-why-copy h2 strong {
  color: var(--tw-gold);
}

.tw-why-copy p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
}

.tw-why-features {
  position: relative;
  z-index: 1;
  width: min(100%, 920px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 35px;
}

.tw-why-features > div {
  min-height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 20px;
  border: 1px solid rgba(221, 162, 25, 0.45);
  text-align: center;
}

.tw-why-features svg {
  color: var(--tw-gold);
}

.tw-enquiry-section {
  background: #fff;
}

.tw-enquiry-contacts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 28px;
}

.tw-enquiry-contact {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 25px;
  color: #fff;
  background: var(--tw-navy);
  transition: background 0.25s ease, transform 0.25s ease;
}

.tw-enquiry-contact:hover {
  background: var(--tw-navy-2);
  transform: translateY(-3px);
}

.tw-enquiry-contact > span,
.tw-contact-detail-list > * > span {
  width: 56px;
  height: 56px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: var(--tw-navy);
  border-radius: 50%;
  background: var(--tw-gold);
}

.tw-enquiry-contact small,
.tw-enquiry-contact strong {
  display: block;
}

.tw-enquiry-contact small {
  color: var(--tw-gold);
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tw-enquiry-contact strong {
  max-width: 100%;
  font-size: clamp(14px, 1.2vw, 18px);
  overflow-wrap: anywhere;
}

.tw-form-card {
  max-width: 980px;
  margin: 0 auto;
  padding: 36px;
  border: 1px solid rgba(221, 162, 25, 0.5);
  border-radius: var(--tw-radius);
  background: #fff;
  box-shadow: 0 15px 50px rgba(6, 20, 43, 0.06);
}

.tw-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.tw-form label {
  display: block;
}

.tw-form label > span {
  display: block;
  margin-bottom: 7px;
  color: var(--tw-navy);
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.tw-form input,
.tw-form select,
.tw-form textarea {
  width: 100%;
  border: 1px solid rgba(221, 162, 25, 0.68);
  border-radius: 8px;
  background: #fff;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.tw-form input,
.tw-form select {
  height: 54px;
  padding: 0 17px;
}

.tw-form textarea {
  min-height: 125px;
  padding: 15px 17px;
  resize: vertical;
}

.tw-form input:focus,
.tw-form select:focus,
.tw-form textarea:focus {
  border-color: var(--tw-gold-dark);
  box-shadow: 0 0 0 3px rgba(221, 162, 25, 0.13);
}

.tw-form-wide {
  grid-column: 1 / -1;
}

.tw-form-submit {
  width: 100%;
  margin-top: 22px;
  border: 0;
  cursor: pointer;
}

.tw-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.tw-form-notice {
  margin: 0 0 22px;
  padding: 13px 16px;
  border-left: 4px solid;
  font-weight: 700;
}

.tw-form-notice.is-success {
  color: #17643a;
  border-color: #26a269;
  background: #eaf8f0;
}

.tw-form-notice.is-error {
  color: #8f1e1e;
  border-color: #d93025;
  background: #fff0ef;
}

.tw-faq-section {
  background: var(--tw-soft);
}

.tw-faq-container {
  max-width: 1120px;
}

.tw-accordion {
  border-top: 1px solid #dbe0e8;
}

.tw-accordion-item {
  border-bottom: 1px solid #dbe0e8;
}

.tw-accordion-item h3 {
  margin: 0;
}

.tw-accordion-item button {
  width: 100%;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 20px 0;
  color: var(--tw-navy);
  border: 0;
  background: transparent;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-weight: 750;
  text-align: left;
  cursor: pointer;
}

.tw-accordion-item button i {
  width: 38px;
  height: 38px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: var(--tw-navy);
  border-radius: 50%;
  background: var(--tw-gold);
  font-style: normal;
  transition: transform 0.25s ease;
}

.tw-accordion-item button[aria-expanded="true"] i {
  transform: rotate(45deg);
}

.tw-accordion-panel {
  padding: 0 70px 24px 0;
  color: var(--tw-muted);
}

.tw-accordion-panel p {
  margin: 0;
}

.tw-site-footer {
  color: #fff;
  background: #050505;
}

.tw-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, minmax(160px, 0.65fr));
  gap: 60px;
  padding-top: 76px;
  padding-bottom: 56px;
}

.tw-footer-logo {
  margin-bottom: 24px;
}

.tw-footer-logo .custom-logo {
  width: auto;
  max-width: 250px;
  max-height: 75px;
  filter: brightness(0) invert(1);
}

.tw-footer-logo .tw-wordmark {
  color: #fff;
}

.tw-footer-brand p {
  max-width: 470px;
  color: #c5ccd7;
  font-size: 15px;
}

.tw-footer-heading {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 16px;
  color: #fff;
  border: 0;
  border-bottom: 2px solid var(--tw-gold);
  background: transparent;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-align: left;
  text-transform: uppercase;
}

.tw-footer-heading svg {
  display: none;
}

.tw-footer-links,
.tw-footer-links ul,
.tw-footer-menu {
  margin: 19px 0 0;
  padding: 0;
  list-style: none;
}

.tw-footer-links li + li,
.tw-footer-menu li + li {
  margin-top: 10px;
}

.tw-footer-links a,
.tw-footer-menu a {
  color: #c5ccd7;
  font-size: 14px;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.tw-footer-links a:hover,
.tw-footer-menu a:hover {
  color: var(--tw-gold);
  padding-left: 4px;
}

.tw-footer-contact-row {
  display: grid;
  grid-template-columns: 1.45fr 0.75fr 1fr;
  gap: 24px;
  padding-top: 36px;
  padding-bottom: 36px;
  border-top: 1px solid #292929;
}

.tw-footer-contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.tw-contact-icon {
  width: 46px;
  height: 46px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: var(--tw-navy);
  border-radius: 50%;
  background: var(--tw-gold);
}

.tw-footer-contact-item strong,
.tw-footer-contact-item span {
  display: block;
}

.tw-footer-contact-item strong {
  color: var(--tw-gold);
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tw-footer-contact-item div > span {
  color: #e2e5e9;
  font-size: 13px;
  line-height: 1.45;
}

.tw-footer-bottom {
  padding: 20px 0;
  color: #9ca4af;
  border-top: 1px solid #222;
  font-size: 13px;
  text-align: center;
}

.tw-footer-bottom p {
  margin: 0;
}

.tw-contact-dock {
  position: fixed;
  z-index: 1200;
  top: 50%;
  right: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px;
  border-radius: 44px;
  background: #fff;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.17);
  transform: translateY(-50%);
}

.tw-contact-dock a {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: var(--tw-gold);
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.tw-contact-dock a:hover,
.tw-contact-dock a:focus-visible {
  color: var(--tw-gold);
  background: var(--tw-navy);
  transform: scale(1.06);
}

.tw-contact-dock a span {
  position: absolute;
  right: calc(100% + 10px);
  padding: 5px 9px;
  color: #fff;
  border-radius: 3px;
  background: var(--tw-navy);
  font-size: 11px;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  transform: translateX(5px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.tw-contact-dock a:hover span,
.tw-contact-dock a:focus-visible span {
  opacity: 1;
  transform: translateX(0);
}

.tw-page-hero {
  padding: 90px 0;
  color: #fff;
  background: linear-gradient(125deg, #06142b, #142944);
  text-align: center;
}

.tw-page-hero-small {
  padding: 60px 0;
}

.tw-page-hero h1 {
  margin-bottom: 15px;
  color: #fff;
  font-size: clamp(38px, 5vw, 68px);
}

.tw-page-hero p:last-child {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
}

.tw-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(390px, 0.85fr);
  gap: 0;
  border: 1px solid var(--tw-line);
  background: #fff;
  box-shadow: var(--tw-shadow);
}

.tw-contact-form-column,
.tw-contact-details {
  padding: clamp(34px, 5vw, 70px);
}

.tw-contact-form-column > h2,
.tw-contact-details > h2 {
  font-size: clamp(32px, 3vw, 48px);
}

.tw-contact-form-column > p {
  color: var(--tw-muted);
}

.tw-contact-form {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.tw-contact-details {
  color: #fff;
  background: var(--tw-navy);
}

.tw-contact-details h2 {
  color: #fff;
}

.tw-contact-details h2 strong {
  color: var(--tw-gold);
}

.tw-contact-details > p:not(.tw-eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}

.tw-contact-detail-list {
  display: grid;
  gap: 18px;
  margin-top: 38px;
}

.tw-contact-detail-list > * {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 23px;
  border: 1px solid rgba(221, 162, 25, 0.3);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
}

.tw-contact-detail-list small,
.tw-contact-detail-list strong {
  display: block;
}

.tw-contact-detail-list small {
  color: var(--tw-gold);
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tw-contact-detail-list strong {
  margin-top: 4px;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.tw-content-layout,
.tw-post-list,
.tw-commerce-shell {
  padding-top: 65px;
  padding-bottom: 85px;
}

.tw-entry {
  max-width: 1000px;
  margin: 0 auto;
}

.tw-entry-header {
  margin-bottom: 35px;
  text-align: center;
}

.tw-entry-header h1 {
  font-size: clamp(38px, 4vw, 62px);
}

.tw-entry-featured {
  margin-bottom: 35px;
}

.tw-entry-content {
  color: #293244;
}

.tw-entry-content h2,
.tw-entry-content h3 {
  margin-top: 1.5em;
}

.tw-entry-content a {
  color: var(--tw-gold-dark);
  text-decoration: underline;
}

.tw-post-list {
  display: grid;
  gap: 28px;
}

.tw-post-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.45fr) 1fr;
  border: 1px solid var(--tw-line);
  background: #fff;
}

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

.tw-post-content {
  padding: 32px;
}

.tw-post-content h2 {
  font-size: 28px;
}

.tw-post-content p:not(.tw-eyebrow) {
  color: var(--tw-muted);
}

.tw-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--tw-gold-dark);
  font-weight: 800;
}

.tw-empty-state,
.tw-error-page {
  padding: 100px 24px;
  text-align: center;
}

.tw-empty-state {
  background: var(--tw-soft);
}

.tw-error-number {
  margin: 0;
  color: var(--tw-gold);
  font-family: "Manrope", sans-serif;
  font-size: clamp(90px, 15vw, 200px);
  font-weight: 900;
  line-height: 0.9;
}

.tw-error-page h1 {
  margin-top: 25px;
  font-size: clamp(34px, 4vw, 60px);
}

/* WooCommerce */
.tw-commerce-shell {
  min-height: 60vh;
  background: #fff;
}

.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 28px;
  color: var(--tw-muted);
  font-size: 14px;
}

.woocommerce .woocommerce-breadcrumb a {
  color: var(--tw-navy);
}

.woocommerce-products-header {
  margin-bottom: 38px;
  text-align: center;
}

.woocommerce-products-header__title,
.woocommerce div.product .product_title,
.woocommerce .related > h2,
.woocommerce .up-sells > h2,
.woocommerce-cart h1,
.woocommerce-checkout h1 {
  font-size: clamp(34px, 4vw, 56px);
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  margin-bottom: 28px;
}

.woocommerce .woocommerce-ordering select {
  min-height: 48px;
  padding: 0 40px 0 14px;
  border: 1px solid var(--tw-line);
  background: #fff;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 22px;
  margin: 0 0 50px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: auto;
  float: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0 0 22px;
  border: 1px solid var(--tw-line);
  background: #fff;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-5px);
  box-shadow: var(--tw-shadow);
}

.woocommerce ul.products li.product a img {
  aspect-ratio: 1 / 1;
  margin: 0 0 18px;
  object-fit: contain;
  background: #fff;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button {
  margin-right: 20px;
  margin-left: 20px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  flex: 1;
  padding: 0;
  color: var(--tw-navy);
  font-size: 17px;
}

.woocommerce ul.products li.product .price {
  color: var(--tw-navy);
  font-size: 15px;
  font-weight: 800;
}

.woocommerce ul.products li.product .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  color: var(--tw-navy);
  border: 0;
  border-radius: 2px;
  background: var(--tw-gold);
  font-weight: 800;
  line-height: 1.2;
  transition: background 0.2s ease, color 0.2s ease;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  color: #fff;
  background: var(--tw-navy);
}

.woocommerce span.onsale {
  min-width: 58px;
  min-height: 32px;
  top: 12px;
  left: 12px;
  display: grid;
  place-items: center;
  padding: 4px 10px;
  color: #fff;
  border-radius: 2px;
  background: var(--tw-gold-dark);
  font-size: 12px;
  line-height: 1;
}

.woocommerce div.product {
  display: flow-root;
}

.woocommerce div.product div.images,
.woocommerce-page div.product div.images {
  width: 41%;
  padding: 20px;
  border: 1px solid var(--tw-line);
}

.woocommerce div.product div.images img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 56%;
  padding: 6px 0 0 22px;
}

.woocommerce div.product .product_title {
  margin-bottom: 22px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.tw-price-request {
  color: var(--tw-navy);
  font-size: 27px;
  font-weight: 750;
}

.woocommerce div.product .stock {
  color: #278250;
  font-weight: 700;
}

.woocommerce div.product .out-of-stock {
  color: #bf2c25;
}

.woocommerce div.product .product_meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 28px 0;
  border: 1px solid var(--tw-line);
}

.woocommerce div.product .product_meta > span {
  min-height: 84px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 20px;
  border-right: 1px solid var(--tw-line);
  color: var(--tw-muted);
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.woocommerce div.product .product_meta > span:last-child {
  border-right: 0;
}

.woocommerce div.product .product_meta a,
.woocommerce div.product .product_meta .sku {
  margin-top: 4px;
  color: var(--tw-navy);
  font-size: 16px;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: none;
}

.woocommerce div.product form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0;
}

.woocommerce div.product form.cart .variations {
  flex: 0 0 100%;
  margin: 0 0 10px;
}

.woocommerce div.product form.cart .variations tr {
  display: block;
  margin-bottom: 18px;
}

.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td {
  display: block;
  padding: 0;
  text-align: left;
}

.woocommerce div.product form.cart .variations label {
  display: block;
  margin-bottom: 10px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.woocommerce div.product form.cart .variations select.tw-select-enhanced {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.tw-variation-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tw-variation-pill {
  min-height: 52px;
  padding: 10px 22px;
  color: var(--tw-navy);
  border: 1px solid var(--tw-line);
  background: #fff;
  cursor: pointer;
}

.tw-variation-pill.is-active,
.tw-variation-pill:hover {
  color: #fff;
  border-color: var(--tw-navy);
  background: var(--tw-navy);
}

.woocommerce div.product form.cart .reset_variations {
  display: inline-block;
  margin-top: 8px;
  color: var(--tw-gold-dark);
  font-size: 13px;
}

.woocommerce .quantity {
  display: flex;
  border: 1px solid var(--tw-line);
}

.woocommerce .quantity .qty {
  width: 65px;
  min-height: 52px;
  border: 0;
  text-align: center;
  -moz-appearance: textfield;
}

.woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.tw-qty-button {
  width: 46px;
  border: 0;
  background: #fff;
  cursor: pointer;
}

.tw-qty-button:hover {
  background: var(--tw-soft);
}

.woocommerce div.product form.cart .button {
  flex: 1 1 190px;
  min-height: 54px;
}

.woocommerce div.product form.cart .tw-contact-pricing {
  color: var(--tw-navy);
  border: 1px solid var(--tw-navy);
  background: #fff;
}

.woocommerce div.product form.cart .tw-contact-pricing:hover {
  color: #fff;
  background: var(--tw-navy);
}

.woocommerce div.product form.cart .tw-buy-now {
  flex: 0 0 100%;
  color: var(--tw-navy);
  background: #f5b51b;
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related,
.woocommerce div.product .up-sells {
  clear: both;
  padding-top: 55px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  border: 1px solid var(--tw-navy);
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 16px 22px;
  text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: var(--tw-navy);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #fff;
}

.woocommerce table.shop_table {
  border-radius: 0;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid var(--tw-line);
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 27px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  border-top-color: var(--tw-gold);
  background: var(--tw-soft);
}

.woocommerce-info::before,
.woocommerce-message::before {
  color: var(--tw-gold-dark);
}

/* Reveal motion */
.tw-reveal {
  opacity: 0;
  transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.22, 0.75, 0.26, 1);
  will-change: opacity, transform;
}

.tw-from-bottom {
  transform: translateY(34px);
}

.tw-from-top {
  transform: translateY(-34px);
}

.tw-from-left {
  transform: translateX(-42px);
}

.tw-from-right {
  transform: translateX(42px);
}

.tw-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .tw-reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1180px) {
  .tw-header-inner {
    grid-template-columns: minmax(190px, 260px) 1fr auto;
    gap: 22px;
  }

  .tw-primary-nav ul,
  .tw-nav-menu {
    gap: 24px;
  }

  .tw-primary-nav a {
    font-size: 15px;
  }

  .tw-slider-track .tw-product-card {
    flex-basis: calc((100% - 60px) / 4);
  }

  .tw-footer-grid {
    grid-template-columns: 1.4fr repeat(3, 0.7fr);
    gap: 34px;
  }
}

@media (max-width: 980px) {
  .tw-container {
    width: min(100% - 36px, var(--tw-container));
  }

  .tw-section {
    padding: 72px 0;
  }

  .tw-header-inner {
    min-height: 88px;
    display: flex;
    justify-content: space-between;
  }

  .tw-logo-wrap {
    margin-right: auto;
  }

  .tw-logo-wrap .custom-logo {
    max-width: 220px;
    max-height: 60px;
  }

  .tw-wordmark {
    font-size: 26px;
  }

  .tw-wordmark-symbol {
    width: 60px;
    transform: scale(0.82);
    transform-origin: left center;
  }

  .tw-primary-nav {
    display: none;
  }

  .tw-menu-toggle {
    display: inline-grid;
  }

  .tw-mobile-menu {
    position: fixed;
    z-index: 999;
    inset: 130px 0 0;
    display: block;
    padding: 0;
    background: rgba(6, 20, 43, 0.55);
    backdrop-filter: blur(5px);
  }

  .admin-bar .tw-mobile-menu {
    top: 162px;
  }

  .tw-mobile-menu-inner {
    width: min(88vw, 430px);
    height: 100%;
    margin-left: auto;
    padding: 30px;
    color: #fff;
    background: var(--tw-navy);
    overflow-y: auto;
  }

  .tw-mobile-nav-list,
  .tw-mobile-menu .tw-nav-menu,
  .tw-mobile-nav-list .sub-menu {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .tw-mobile-nav-list li,
  .tw-mobile-menu .tw-nav-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .tw-mobile-nav-list a,
  .tw-mobile-menu .tw-nav-menu a {
    display: block;
    padding: 16px 0;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
  }

  .tw-mobile-nav-list .sub-menu a {
    padding-left: 20px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
  }

  .tw-mobile-contacts {
    display: grid;
    gap: 12px;
    margin-top: 28px;
  }

  .tw-mobile-contacts a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--tw-gold);
    font-size: 13px;
    overflow-wrap: anywhere;
  }

  .tw-hero {
    min-height: 690px;
  }

  .tw-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tw-trust-item {
    min-height: 78px;
    justify-content: flex-start;
    padding: 12px 18px;
  }

  .tw-trust-item:nth-child(2) {
    border-right: 0;
  }

  .tw-trust-item:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .tw-trust-item > span {
    width: 40px;
    height: 40px;
  }

  .tw-collection-grid {
    gap: 26px 18px;
  }

  .tw-solar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tw-solar-grid > .tw-product-card,
  .tw-solar-grid > .tw-product-card:nth-child(4):nth-last-child(2) {
    grid-column: auto;
  }

  .tw-slider-track .tw-product-card {
    flex-basis: calc((100% - 40px) / 3);
  }

  .tw-enquiry-contacts {
    grid-template-columns: 1fr;
  }

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

  .tw-footer-grid {
    grid-template-columns: 1.3fr repeat(2, 1fr);
  }

  .tw-footer-column:last-child {
    grid-column: 2 / -1;
  }

  .tw-footer-contact-row {
    grid-template-columns: 1fr 1fr;
  }

  .tw-footer-contact-item:first-child {
    grid-column: 1 / -1;
  }

  .tw-contact-layout {
    grid-template-columns: 1fr;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .tw-container {
    width: min(100% - 30px, var(--tw-container));
  }

  .tw-section {
    padding: 58px 0;
  }

  .tw-section-heading {
    margin-bottom: 30px;
  }

  .tw-section-heading h2,
  .tw-about h2 {
    font-size: clamp(29px, 9vw, 42px);
  }

  .tw-section-copy {
    margin-top: 17px;
    font-size: 16px;
  }

  .tw-announcement {
    min-height: 54px;
    font-size: 12px;
  }

  .tw-announcement .tw-container {
    width: min(100% - 24px, var(--tw-container));
  }

  .tw-header-inner {
    min-height: 82px;
    gap: 8px;
  }

  .tw-logo-wrap .custom-logo {
    max-width: 165px;
    max-height: 54px;
  }

  .tw-wordmark {
    gap: 3px;
    font-size: 19px;
  }

  .tw-wordmark-symbol {
    width: 49px;
    margin-right: -9px;
    transform: scale(0.68);
  }

  .tw-square-button {
    width: 43px;
    height: 43px;
  }

  .tw-square-button svg {
    width: 21px;
    height: 21px;
  }

  .tw-header-actions {
    gap: 6px;
  }

  .tw-cart-count {
    top: -6px;
    right: -5px;
  }

  .tw-mobile-menu {
    top: 136px;
  }

  .admin-bar .tw-mobile-menu {
    top: 182px;
  }

  .tw-search-panel .tw-container {
    padding: 15px 0;
  }

  .tw-search-panel input[type="search"] {
    height: 48px;
  }

  .tw-search-panel input[type="submit"],
  .tw-search-panel button {
    min-width: 95px;
  }

  .tw-hero {
    min-height: 720px;
    align-items: flex-start;
    padding: 72px 0 205px;
    background-image:
      linear-gradient(180deg, rgba(5, 17, 37, 0.88) 0%, rgba(5, 17, 37, 0.48) 58%, rgba(5, 17, 37, 0.55) 100%),
      var(--tw-hero-mobile),
      radial-gradient(circle at 50% 70%, rgba(221, 162, 25, 0.35), transparent 28%),
      linear-gradient(145deg, #08172f 0 52%, #263e57 52% 68%, #ba8519 68% 69%, #14253c 69%);
    background-position: center;
  }

  .tw-hero-content {
    text-align: center;
  }

  .tw-hero-eyebrow {
    font-size: 11px;
    letter-spacing: 0.15em;
  }

  .tw-hero h1 {
    font-size: clamp(37px, 11.5vw, 54px);
  }

  .tw-hero-copy {
    font-size: 16px;
  }

  .tw-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tw-hero-actions .tw-button {
    width: 100%;
  }

  .tw-trust-grid {
    width: 100%;
  }

  .tw-trust-item {
    gap: 9px;
    padding: 9px;
  }

  .tw-trust-item > span {
    width: 34px;
    height: 34px;
  }

  .tw-trust-item svg {
    width: 19px;
    height: 19px;
  }

  .tw-trust-item strong {
    font-size: 10px;
  }

  .tw-trust-item small {
    display: none;
  }

  .tw-about p:last-child {
    font-size: 16px;
  }

  .tw-collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 14px;
  }

  .tw-collection-media {
    aspect-ratio: 1.28 / 1;
  }

  .tw-collection-card h3 {
    font-size: 14px;
    line-height: 1.35;
  }

  .tw-image-placeholder {
    min-height: 145px;
    gap: 6px;
  }

  .tw-image-placeholder svg {
    width: 38px;
    height: 38px;
  }

  .tw-image-placeholder small {
    font-size: 10px;
  }

  .tw-solar-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .tw-product-content {
    padding: 0 19px 20px;
  }

  .tw-product-content h3 {
    font-size: 20px;
  }

  .tw-slider-track {
    gap: 14px;
    padding-right: 18%;
  }

  .tw-slider-track .tw-product-card {
    flex-basis: 72%;
  }

  .tw-product-card.is-compact h3 {
    min-height: 74px;
  }

  .tw-why-section {
    padding: 20px 0;
  }

  .tw-why-picture img {
    min-height: 300px;
    object-fit: cover;
  }

  .tw-why-fallback {
    min-height: 520px;
    padding: 48px 20px;
  }

  .tw-why-features {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .tw-why-features > div {
    min-height: 105px;
    padding: 13px 8px;
    font-size: 12px;
  }

  .tw-enquiry-contacts {
    gap: 12px;
  }

  .tw-enquiry-contact {
    padding: 17px;
  }

  .tw-enquiry-contact > span {
    width: 48px;
    height: 48px;
  }

  .tw-enquiry-contact strong {
    font-size: 14px;
  }

  .tw-form-card {
    padding: 22px;
    border-radius: 12px;
  }

  .tw-form-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .tw-form-wide {
    grid-column: auto;
  }

  .tw-accordion-item button {
    min-height: 70px;
    font-size: 14px;
  }

  .tw-accordion-panel {
    padding-right: 0;
  }

  .tw-footer-grid {
    display: block;
    padding-top: 55px;
    padding-bottom: 25px;
  }

  .tw-footer-brand {
    margin-bottom: 35px;
  }

  .tw-footer-column,
  .tw-footer-column:last-child {
    grid-column: auto;
    border-top: 1px solid #292929;
  }

  .tw-footer-heading {
    padding: 17px 0;
    border: 0;
    cursor: pointer;
  }

  .tw-footer-heading svg {
    display: block;
    transition: transform 0.2s ease;
  }

  .tw-footer-heading[aria-expanded="true"] svg {
    transform: rotate(180deg);
  }

  .tw-footer-links {
    display: none;
    margin: 0;
    padding: 0 0 19px;
  }

  .tw-footer-heading[aria-expanded="true"] + .tw-footer-links {
    display: block;
  }

  .tw-footer-contact-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 21px;
  }

  .tw-footer-contact-item:first-child {
    grid-column: auto;
  }

  .tw-contact-dock {
    top: auto;
    right: 18px;
    bottom: 18px;
    flex-direction: row;
    gap: 8px;
    padding: 10px;
    transform: none;
  }

  .tw-contact-dock a {
    width: 48px;
    height: 48px;
  }

  .tw-contact-dock a span {
    display: none;
  }

  .tw-page-hero {
    padding: 65px 0;
  }

  .tw-contact-page {
    padding-top: 35px;
  }

  .tw-contact-layout {
    width: 100%;
    border: 0;
    box-shadow: none;
  }

  .tw-contact-form-column,
  .tw-contact-details {
    padding: 38px 22px;
  }

  .tw-contact-detail-list > * {
    padding: 17px;
    border-radius: 12px;
  }

  .tw-contact-detail-list > * > span {
    width: 50px;
    height: 50px;
  }

  .tw-contact-detail-list strong {
    font-size: 13px;
  }

  .tw-post-card {
    grid-template-columns: 1fr;
  }

  .tw-post-image {
    aspect-ratio: 16 / 9;
  }

  .tw-post-content {
    padding: 23px;
  }

  .tw-commerce-shell {
    padding-top: 36px;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 12px;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product .price,
  .woocommerce ul.products li.product .button {
    margin-right: 12px;
    margin-left: 12px;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 14px;
  }

  .woocommerce ul.products li.product .button {
    min-height: 43px;
    padding: 10px;
    font-size: 12px;
  }

  .woocommerce div.product div.images,
  .woocommerce-page div.product div.images,
  .woocommerce div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 100%;
    float: none;
  }

  .woocommerce div.product div.images {
    padding: 12px;
  }

  .woocommerce div.product div.summary {
    padding: 25px 0 0;
  }

  .woocommerce div.product .product_meta {
    grid-template-columns: 1fr;
  }

  .woocommerce div.product .product_meta > span {
    min-height: 70px;
    border-right: 0;
    border-bottom: 1px solid var(--tw-line);
  }

  .woocommerce div.product .product_meta > span:last-child {
    border-bottom: 0;
  }

  .tw-variation-pill {
    min-height: 46px;
    padding: 8px 15px;
  }
}

@media (max-width: 390px) {
  .tw-logo-wrap .custom-logo {
    max-width: 135px;
  }

  .tw-wordmark > span:last-child {
    display: none;
  }

  .tw-slider-track .tw-product-card {
    flex-basis: 78%;
  }

  .tw-contact-dock {
    right: 10px;
    bottom: 10px;
  }
}


/* v1.0.1: closed panels stay closed, including mobile media queries. */
[hidden] { display: none !important; }
.tw-footer-contact-item > .tw-contact-icon { display: grid; place-items: center; }
.tw-contact-icon .tw-icon { display: block; margin: auto; }
.tw-footer-logo { max-width: 100%; }
.tw-footer-logo .custom-logo-link { max-width: 100%; }
.tw-footer-logo .custom-logo { max-width: min(250px, 100%); object-fit: contain; }
.tw-footer-contact-item > div { min-width: 0; overflow-wrap: anywhere; }
.tw-electrical-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.tw-quote-panel { display: grid; gap: 18px; margin: 28px 0; }
.tw-quote-field { display: grid; gap: 8px; font-weight: 700; }
.tw-quote-field select, .tw-quote-field input { min-height: 50px; padding: 10px 14px; border: 1px solid var(--tw-line); background: #fff; width: 100%; }
.tw-quote-field input { max-width: 130px; }
.woocommerce .tw-quote-button { width: 100%; min-height: 56px; color: var(--tw-navy); background: var(--tw-gold); }
.tw-card-meta .tw-price-request { font-size: 16px; }
.tw-menu-dismiss { display: flex; width: 44px; height: 44px; align-items: center; justify-content: center; margin: 0 0 16px auto; border: 1px solid rgba(255,255,255,.3); background: transparent; color: #fff; cursor: pointer; }
@media (max-width: 980px) {
  .tw-electrical-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .tw-mobile-menu, .admin-bar .tw-mobile-menu { inset: 0; height: 100dvh; }
  .tw-mobile-menu-inner { padding-top: max(18px, env(safe-area-inset-top)); padding-bottom: max(32px, env(safe-area-inset-bottom)); overscroll-behavior: contain; }
  .tw-menu-active .tw-contact-dock { display: none; }
}
@media (max-width: 720px) {
  .tw-electrical-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 12px; }
  .tw-electrical-grid .tw-image-placeholder { min-height: 0; }
  .tw-electrical-grid .tw-button { padding: 12px 8px; font-size: 12px; }
}

/* v1.0.2 — image-only hero and classic product enquiry layout. */
body { overflow-x: clip; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, h5, h6 { font-weight: 700; letter-spacing: -.025em; }
.tw-primary-nav a { font-weight: 600; }
.tw-section-heading h2, .tw-about h2 { font-weight: 700; }
.tw-button { font-weight: 600; letter-spacing: .035em; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.tw-image-hero { width: 100%; padding: 0; margin: 0; background: transparent; }
.tw-image-hero picture { display: block; }
.tw-image-hero .tw-banner-image { display: block; width: 100%; height: auto; max-width: none; margin: 0; object-fit: contain; }
.tw-price-request,
.woocommerce div.product .tw-price-request,
.woocommerce ul.products li.product .tw-price-request,
.tw-card-meta .tw-price-request {
  display: inline-flex; align-items: center; padding: 9px 0; color: #263445;
  border-top: 1px solid #d5c5a1; border-bottom: 1px solid #d5c5a1;
  background: transparent; font-family: 'Manrope', sans-serif; font-size: 14px;
  font-weight: 600; letter-spacing: .065em; line-height: 1.5;
}
.woocommerce div.product .summary > .price { margin: 18px 0 26px; }
.woocommerce div.product .summary > .price .tw-price-request { font-size: 16px; }
.woocommerce .tw-quote-button, .tw-quote-button {
  width: 100%; max-width: 390px; min-height: 56px; padding: 15px 24px;
  color: #fff; background: #0b1b30; border: 1px solid #0b1b30; border-radius: 2px;
  font-family: 'Manrope', sans-serif; font-weight: 600; font-size: 15px;
  text-transform: none; letter-spacing: .035em; box-shadow: none;
}
.woocommerce .tw-quote-button:hover, .tw-quote-button:hover {
  color: #fff; background: #24354b; border-color: #b69c66; transform: none;
}
.tw-quote-button svg { color: #dac38f; }
.woocommerce div.product .tw-product-layout {
  position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  gap: clamp(30px, 5vw, 80px); align-items: start;
}
.woocommerce div.product .tw-product-layout div.images,
.woocommerce-page div.product .tw-product-layout div.images {
  width: 100%; float: none; margin: 0; padding: 16px; min-width: 0;
  align-self: start; background: #fff; border: 1px solid #e7e9ed;
}
.woocommerce div.product .tw-product-layout div.summary,
.woocommerce-page div.product .tw-product-layout div.summary {
  width: 100%; float: none; margin: 0; padding: 0; min-width: 0;
}
.woocommerce div.product .tw-product-layout .product_title {
  font-size: clamp(28px, 2.6vw, 44px); font-weight: 600; line-height: 1.2;
}
.woocommerce div.product .tw-product-layout .woocommerce-product-gallery__image img {
  width: 100%; height: auto; max-height: calc(100svh - 190px); aspect-ratio: auto; object-fit: contain;
}
.woocommerce div.product .tw-product-layout .woocommerce-product-gallery__image .zoomImg { max-height: none; }
.tw-variant-group { min-width: 0; margin: 0; padding: 0; border: 0; }
.tw-variant-group legend, .tw-quote-field > span {
  margin-bottom: 12px; padding: 0; color: #485264; font-family: 'Manrope', sans-serif;
  font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
}
.tw-variant-options { display: flex; flex-wrap: wrap; gap: 10px; }
.tw-variant-choice { position: relative; display: inline-block; cursor: pointer; }
.tw-variant-choice input {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: 0;
  clip-path: inset(50%); overflow: hidden;
}
.tw-variant-choice span {
  display: inline-flex; min-height: 46px; align-items: center; justify-content: center;
  padding: 10px 17px; color: #17263b; background: #fff; border: 1px solid #d9dfe6;
  border-radius: 2px; font-size: 14px; font-weight: 500; line-height: 1.4;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}
.tw-variant-choice:hover span { border-color: #b69c66; }
.tw-variant-choice input:checked + span { color: #fff; background: #0b1b30; border-color: #0b1b30; }
.tw-variant-choice input:focus-visible + span { outline: 2px solid #b69c66; outline-offset: 3px; }
.tw-quote-panel { gap: 25px; margin: 28px 0 34px; }
.tw-quote-field { gap: 0; }
.tw-product-identity { padding: 20px 0; border-top: 1px solid #e7e9ed; font-size: 13px; color: #596578; }
.tw-product-identity p { margin: 0 0 8px; overflow-wrap: anywhere; }
.tw-product-identity span { display: inline-block; margin-right: 12px; color: #17263b; font-weight: 600; }
.tw-product-identity a:hover { text-decoration: underline; }
.tw-inline-details { padding-top: 15px; }
.tw-detail-section { padding: 28px 0; border-top: 1px solid #e7e9ed; color: #4a5667; font-size: 16px; line-height: 1.85; overflow-wrap: anywhere; }
.tw-detail-section h2 { font-size: 24px; font-weight: 600; margin-bottom: 20px; }
.tw-detail-section h3 { font-size: 20px; }
.tw-detail-section ul, .tw-detail-section ol { padding-left: 22px; }
.tw-detail-section table { width: 100%; }
.tw-detail-section img { max-width: 100%; height: auto; }
.woocommerce div.product .tagged_as { display: none; }
@media (min-width: 981px) {
  .woocommerce div.product .tw-product-layout div.images { position: sticky; top: 24px; }
  .admin-bar.woocommerce div.product .tw-product-layout div.images { top: 56px; }
}
@media (max-width: 980px) {
  .woocommerce div.product .tw-product-layout { grid-template-columns: 1fr; gap: 30px; }
  .woocommerce div.product .tw-product-layout div.images { position: static; }
  .woocommerce div.product .tw-product-layout .woocommerce-product-gallery__image img { max-height: none; }
}
@media (max-width: 720px) {
  .woocommerce .tw-quote-button { max-width: none; }
  .tw-variant-choice span { min-height: 44px; padding: 10px 14px; }
  .tw-detail-section { font-size: 15px; }
  .tw-detail-section h2 { font-size: 22px; }
}
