:root {
  --ink: #101014;
  --muted: #6e6657;
  --paper: #fbf6e8;
  --panel: #ffffff;
  --line: #ead7a8;
  --gold: #e5ac2f;
  --gold-deep: #a87316;
  --green: #d99f25;
  --green-soft: #fff5d6;
  --steel: #f7edcf;
  --shadow: 0 24px 70px rgba(95, 61, 13, 0.16);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: #050505;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 0%, rgba(229, 172, 47, 0.12), transparent 28%),
    linear-gradient(180deg, #fffaf0 0%, #f7edcf 45%, #ffffff 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 64px;
  padding: 10px clamp(16px, 4vw, 46px);
  border-bottom: 1px solid rgba(112, 190, 222, 0.32);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(85, 183, 220, 0.38);
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, #41b4dc, #0f78a8);
  font-weight: 800;
  letter-spacing: 0;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

.brand strong {
  font-size: 0.95rem;
}

.brand small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.74rem;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #315b72;
  font-size: 0.88rem;
}

.main-nav a {
  padding: 8px 10px;
  border-radius: 8px;
}

.main-nav a:hover {
  background: var(--green-soft);
  color: var(--gold-deep);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.74fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  min-height: min(760px, calc(100vh - 64px));
  padding: clamp(34px, 5vw, 64px) clamp(18px, 5vw, 64px) 34px;
  background:
    linear-gradient(90deg, rgba(244, 251, 255, 0.98) 0%, rgba(244, 251, 255, 0.88) 48%, rgba(244, 251, 255, 0.38) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(228, 246, 251, 0.92)),
    url("assets/industrial-hero.webp") center right / cover no-repeat,
    #f4fbff;
}

.hero-copy {
  max-width: 700px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 740px;
  margin: 0;
  font-size: clamp(2.8rem, 5.2vw, 5.7rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin: 16px 0 10px;
  font-size: 1.18rem;
  line-height: 1.2;
}

.hero-text,
.section-heading p,
.catalogue-copy p,
.enquiry-section p {
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.7;
}

.hero-text {
  max-width: 590px;
  margin: 20px 0 0;
}

.hero-actions,
.catalogue-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-weight: 750;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: #07172c;
  background: linear-gradient(135deg, #ffe08a, #e5ac2f 48%, #c78418);
  box-shadow: 0 14px 34px rgba(229, 172, 47, 0.26);
}

.button.primary:hover {
  background: linear-gradient(135deg, #fff0b9, #edbd45 48%, #ce8b1d);
  box-shadow: 0 18px 42px rgba(229, 172, 47, 0.38);
}

.button.secondary {
  border-color: rgba(229, 172, 47, 0.62);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
}

.button.secondary:hover {
  border-color: var(--gold);
}

.hero-showcase {
  min-height: 430px;
  padding: clamp(16px, 2.2vw, 24px);
  border: 1px solid rgba(85, 183, 220, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(226, 246, 253, 0.96)),
    rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.showcase-top {
  display: grid;
  gap: 12px;
  min-height: 160px;
  align-content: end;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(85, 183, 220, 0.20), rgba(255, 255, 255, 0.65)),
    rgba(255, 255, 255, 0.04);
}

.showcase-top span {
  color: var(--gold-deep);
  font-size: clamp(2.1rem, 3.8vw, 4rem);
  font-weight: 900;
  line-height: 0.9;
}

.showcase-top strong {
  font-size: 1rem;
  letter-spacing: 0;
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.showcase-grid div {
  display: grid;
  gap: 12px;
  min-height: 98px;
  align-content: space-between;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.showcase-grid span {
  color: rgba(15, 120, 168, 0.62);
  font-weight: 900;
}

.showcase-grid strong {
  font-size: 0.96rem;
}

.catalogue-frame {
  height: min(70vh, 760px);
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(85, 183, 220, 0.24);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #ffffff;
}

.quick-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0 clamp(18px, 5vw, 72px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(112, 190, 222, 0.28);
  transform: translateY(-24px);
}

.quick-panel div {
  min-height: 112px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.92);
}

.quick-panel strong,
.quick-panel span {
  display: block;
}

.quick-panel strong {
  font-size: 1.3rem;
}

.quick-panel span {
  margin-top: 8px;
  color: var(--muted);
}

.section-block,
.catalogue-section,
.enquiry-section {
  padding: clamp(58px, 8vw, 110px) clamp(18px, 5vw, 72px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -18px;
}

.section-heading p {
  margin: 0;
}

.tool-controls {
  display: grid;
  grid-template-columns: minmax(260px, 420px) minmax(0, 1fr);
  gap: 18px;
  align-items: end;
  margin-top: 42px;
}

.search-box {
  display: grid;
  gap: 8px;
  color: #d7cbb8;
  font-size: 0.9rem;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  font: inherit;
}

input,
select {
  min-height: 48px;
  padding: 0 14px;
}

textarea {
  resize: vertical;
  padding: 14px;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(85, 183, 220, 0.22);
  border-color: var(--gold);
}

.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-button {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: #315b72;
  cursor: pointer;
  font: inherit;
  font-weight: 750;
}

.filter-button.active,
.filter-button:hover {
  border-color: var(--green);
  color: #ffffff;
  background: linear-gradient(135deg, #31aeda, #0f78a8);
}

.product-grid,
.category-grid,
.featured-grid,
.seo-grid,
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.product-card,
.feature-card,
.seo-card,
.page-panel {
  min-height: 258px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 244, 210, 0.62), rgba(255, 255, 255, 0)),
    var(--panel);
  box-shadow: 0 16px 42px rgba(95, 61, 13, 0.08);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.product-card:hover,
.feature-card:hover,
.seo-card:hover {
  border-color: rgba(229, 172, 47, 0.7);
  box-shadow: 0 22px 58px rgba(95, 61, 13, 0.15);
  transform: translateY(-3px);
}

.product-card[hidden] {
  display: none;
}

.category-card {
  min-height: 390px;
}

.feature-card,
.seo-card {
  display: grid;
  align-content: start;
}

.feature-card span,
.seo-card span {
  color: var(--gold-deep);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feature-card p,
.seo-card p,
.page-panel p {
  color: var(--muted);
  line-height: 1.65;
}

.feature-card a,
.seo-card {
  color: var(--gold-deep);
  font-weight: 800;
}

.seo-card {
  min-height: 190px;
  color: inherit;
}

.product-code {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, #31aeda, #0f78a8);
  font-weight: 900;
}

.product-card p {
  color: var(--muted);
  line-height: 1.6;
}

.product-points {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding-left: 18px;
  color: #315b72;
  line-height: 1.45;
}

.product-card a {
  display: inline-flex;
  margin-top: 8px;
  color: var(--gold-deep);
  font-weight: 800;
}

.brand-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.52fr) minmax(280px, 0.48fr);
  gap: clamp(24px, 6vw, 82px);
  align-items: start;
  padding: clamp(58px, 8vw, 110px) clamp(18px, 5vw, 72px);
  background:
    linear-gradient(135deg, rgba(85, 183, 220, 0.14), transparent 42%),
    #eef9fd;
  color: var(--ink);
}

.brand-section .eyebrow {
  color: var(--gold-deep);
}

.brand-section h2 {
  color: var(--ink);
}

.brand-copy p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.7;
}

.brand-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(112, 190, 222, 0.22);
}

.why-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.52fr) minmax(280px, 0.48fr);
  gap: clamp(24px, 6vw, 82px);
  align-items: start;
  padding: clamp(58px, 8vw, 110px) clamp(18px, 5vw, 72px);
  background: #eef9fd;
}

.why-list {
  display: grid;
  gap: 12px;
}

.why-list div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: #315b72;
  font-weight: 750;
  line-height: 1.45;
}

.brand-strip span {
  display: grid;
  place-items: center;
  min-height: 74px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--ink);
  font-weight: 850;
}

.catalogue-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
  background: #eef9fd;
}

.catalogue-copy {
  position: sticky;
  top: 108px;
}

.pdf-reader {
  height: 78vh;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(85, 183, 220, 0.22);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 48px rgba(25, 91, 126, 0.10);
}

.enquiry-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(280px, 0.45fr);
  gap: clamp(24px, 6vw, 86px);
}

.enquiry-form {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.form-message {
  display: grid;
  gap: 12px;
  max-width: 520px;
  margin-top: 26px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.form-message p {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.5;
}

.form-message.error {
  border-color: #d58a7c;
  background: #fff4f1;
}

.form-message.success {
  border-color: rgba(85, 183, 220, 0.36);
  background: #eef9fd;
}

.enquiry-form label {
  display: grid;
  gap: 8px;
  color: #315b72;
  font-size: 0.92rem;
  font-weight: 750;
}

.enquiry-form button {
  width: 100%;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: #ffffff;
}

.site-footer a {
  color: var(--green);
  font-weight: 800;
}

.page-hero {
  padding: clamp(58px, 8vw, 110px) clamp(18px, 5vw, 72px);
  background:
    linear-gradient(110deg, rgba(3, 27, 58, 0.98), rgba(24, 18, 10, 0.86) 58%, rgba(153, 111, 31, 0.5)),
    radial-gradient(circle at 82% 18%, rgba(229, 172, 47, 0.34), transparent 28%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 18px),
    #031b3a;
  color: #ffffff;
}

.page-hero h1 {
  max-width: 980px;
  font-size: clamp(2.6rem, 7vw, 6.4rem);
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  text-shadow: 0 0 46px rgba(229, 172, 47, 0.24);
}

.page-hero p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.7;
}

.page-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.65fr) minmax(260px, 0.35fr);
  gap: 16px;
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.5fr) minmax(320px, 0.5fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
  min-height: min(720px, calc(100vh - 78px));
  color: #ffffff;
  background:
    linear-gradient(rgba(255, 231, 172, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 231, 172, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 72% 26%, rgba(255, 223, 143, 0.46), transparent 26%),
    radial-gradient(circle at 18% 18%, rgba(255, 239, 190, 0.18), transparent 24%),
    linear-gradient(110deg, rgba(22, 15, 8, 0.82) 0%, rgba(44, 31, 17, 0.66) 42%, rgba(12, 12, 12, 0.84) 100%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 18px),
    linear-gradient(135deg, #7a5a28 0%, #c39a42 34%, #332719 60%, #0b0b0b 100%);
  background-size: 92px 92px, 92px 92px, auto, auto, auto, auto, auto;
}

.product-hero-copy {
  position: relative;
  z-index: 1;
}

.product-hero h1 {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  text-shadow: 0 0 42px rgba(229, 172, 47, 0.2);
}

.product-hero p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.86);
}

.product-hero-plaque {
  position: relative;
  display: grid;
  place-items: center;
  gap: 24px;
  min-height: clamp(340px, 42vw, 530px);
  padding: clamp(28px, 4vw, 56px);
  overflow: hidden;
  border: 1px solid rgba(229, 172, 47, 0.62);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 237, 184, 0.16), rgba(229, 172, 47, 0.1) 38%, rgba(0, 0, 0, 0.28)),
    radial-gradient(circle at 50% 0%, rgba(255, 220, 138, 0.28), transparent 42%),
    linear-gradient(135deg, rgba(36, 34, 30, 0.9), rgba(12, 12, 12, 0.88));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 0 36px rgba(255, 216, 136, 0.08),
    0 28px 90px rgba(0, 0, 0, 0.42),
    0 0 72px rgba(229, 172, 47, 0.22);
  text-align: center;
}

.product-hero-plaque::before {
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 220, 138, 0.36);
  border-radius: 14px;
  content: "";
  pointer-events: none;
}

.product-hero-plaque::after {
  position: absolute;
  top: -18%;
  right: -10%;
  width: 44%;
  height: 44%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 236, 181, 0.36), transparent 68%);
  content: "";
  filter: blur(10px);
  pointer-events: none;
}

.product-hero-plaque img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(82%, 420px);
  max-height: 280px;
  padding: clamp(18px, 3vw, 34px);
  border-radius: 8px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.34),
    0 0 42px rgba(229, 172, 47, 0.2);
}

.product-hero-plaque span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: clamp(130px, 18vw, 210px);
  height: clamp(130px, 18vw, 210px);
  border: 3px solid #f1bd3f;
  border-radius: 24px;
  color: #f1bd3f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 900;
  transform: rotate(45deg);
  text-shadow: 0 0 24px rgba(241, 189, 63, 0.36);
}

.product-hero-plaque span::after {
  content: "JT";
  transform: rotate(-45deg);
}

.product-hero-plaque span {
  font-size: 0;
}

.product-hero-plaque span::after {
  font-size: clamp(3rem, 7vw, 6rem);
}

.product-hero-plaque strong {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: clamp(1.15rem, 2.2vw, 2rem);
  text-transform: uppercase;
  text-shadow:
    0 0 20px rgba(255, 255, 255, 0.22),
    0 0 36px rgba(229, 172, 47, 0.32);
}

.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(280px, 0.38fr);
  gap: 16px;
}

.product-points a {
  color: var(--gold-deep);
  font-weight: 800;
}

.product-image,
.product-thumb {
  display: block;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: cover;
  background: #ffffff;
}

.product-image {
  max-height: 420px;
  margin: 18px 0;
}

.product-thumb {
  aspect-ratio: 16 / 10;
  margin-bottom: 16px;
}

.admin-product-card {
  min-height: 0;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.admin-actions form {
  margin: 0;
}

.admin-feedback {
  display: grid;
  gap: 12px;
  padding: 24px clamp(18px, 5vw, 72px) 0;
  background: #050505;
}

.group-admin-layout {
  display: grid;
  grid-template-columns: minmax(260px, 420px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin-top: 28px;
}

.group-company-form {
  position: sticky;
  top: 92px;
}

.group-admin-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.group-admin-card {
  display: grid;
  gap: 10px;
  min-height: 250px;
  padding: 18px;
  border: 1px solid rgba(229, 172, 47, 0.38);
  border-radius: 10px;
  color: #f7e7b5;
  background:
    radial-gradient(circle at 50% 0%, rgba(229, 172, 47, 0.14), transparent 46%),
    linear-gradient(180deg, #15110a, #070707);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 48px rgba(0, 0, 0, 0.34);
}

.group-admin-card strong {
  color: #ffd978;
  text-align: center;
  text-transform: uppercase;
}

.group-admin-card p,
.group-admin-card small {
  margin: 0;
  color: #d8c89d;
  font-size: 0.9rem;
  line-height: 1.5;
}

.group-admin-card small {
  overflow-wrap: anywhere;
}

.group-admin-card form {
  align-self: end;
  margin: 0;
}

.brand-admin-form {
  display: grid;
  gap: 22px;
  margin-top: 28px;
}

.brand-admin-picker {
  display: grid;
  grid-template-columns: minmax(220px, 420px) auto;
  gap: 12px;
  align-items: end;
}

.brand-admin-picker label {
  display: grid;
  gap: 8px;
  color: var(--gold-deep);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-admin-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}

.brand-admin-card {
  display: grid;
  gap: 12px;
  min-height: 250px;
  padding: 18px;
  border: 1px solid rgba(229, 172, 47, 0.38);
  border-radius: 10px;
  color: #f7e7b5;
  background:
    radial-gradient(circle at 50% 0%, rgba(229, 172, 47, 0.14), transparent 46%),
    linear-gradient(180deg, #15110a, #070707);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 48px rgba(0, 0, 0, 0.34);
}

.brand-admin-logo {
  display: grid;
  place-items: center;
  align-self: center;
  justify-self: center;
  width: 190px;
  height: 120px;
  padding: 12px;
  border: 1px solid rgba(229, 172, 47, 0.28);
  border-radius: 8px;
  color: #ffd978;
  background: #050505;
  font-weight: 900;
}

.brand-admin-logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.brand-admin-card strong {
  color: #ffd978;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(229, 172, 47, 0.24);
}

.brand-admin-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.brand-admin-options label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 10px;
  border: 1px solid rgba(229, 172, 47, 0.28);
  border-radius: 8px;
  color: #ffd978;
  background: rgba(0, 0, 0, 0.28);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.brand-admin-options input {
  width: auto;
  min-height: auto;
  padding: 0;
  accent-color: #e5ac2f;
}

.brand-admin-current-pdf {
  color: #f7e7b5;
  font-size: 0.82rem;
  line-height: 1.4;
}

.brand-admin-card input,
.brand-admin-card textarea {
  border-color: rgba(229, 172, 47, 0.42);
  color: #f7e7b5;
  background: #050505;
}

.brand-admin-current-images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
  gap: 8px;
}

.brand-admin-current-images img {
  display: block;
  width: 100%;
  height: 74px;
  object-fit: contain;
  border: 1px solid rgba(229, 172, 47, 0.28);
  border-radius: 6px;
  background: #ffffff;
}

.brand-admin-upload {
  display: grid;
  gap: 8px;
  color: #ffd978;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-admin-upload input {
  min-height: auto;
  padding: 10px;
}

.brand-admin-progress {
  display: block;
  height: 8px;
  overflow: hidden;
  border: 1px solid rgba(229, 172, 47, 0.36);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.76);
}

.brand-admin-progress[hidden] {
  display: none;
}

.brand-admin-progress-bar {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #e5ac2f, #ffe6a1);
  box-shadow: 0 0 14px rgba(229, 172, 47, 0.42);
  transition: width 140ms ease;
}

.brand-admin-status {
  min-height: 18px;
  color: #f7e7b5;
  font-size: 0.8rem;
  line-height: 1.35;
}

.enquiry-form .brand-admin-status {
  color: var(--muted);
}

code {
  color: var(--gold-deep);
}

.compact-links {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.compact-links a {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #315b72;
  background: #ffffff;
  font-weight: 750;
}

.contact-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(28px, 4vw, 48px) clamp(18px, 5vw, 72px) 0;
  background: #050505;
}

.contact-strip article {
  display: grid;
  gap: 10px;
  min-height: 168px;
  padding: 24px;
  border: 1px solid rgba(229, 172, 47, 0.46);
  border-radius: 10px;
  background:
    radial-gradient(circle at 50% 0%, rgba(229, 172, 47, 0.16), transparent 50%),
    linear-gradient(180deg, #15110a, #070707);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 46px rgba(0, 0, 0, 0.38),
    0 0 34px rgba(229, 172, 47, 0.1);
}

.contact-strip span {
  color: #ffd978;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-strip strong {
  color: #ffffff;
  font-size: clamp(1.08rem, 1.7vw, 1.45rem);
  line-height: 1.2;
}

.contact-strip a {
  align-self: end;
  color: #ffd978;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 0 16px rgba(229, 172, 47, 0.28);
}

/* Home page direction based on the supplied Jeweltool mockup. */
body {
  background: #ffffff;
}

.site-header {
  min-height: 78px;
  padding: 12px clamp(18px, 4vw, 58px);
  border-bottom: 1px solid rgba(229, 172, 47, 0.28);
  background:
    linear-gradient(90deg, rgba(5, 12, 24, 0.98), rgba(8, 20, 38, 0.96)),
    #031b3a;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
}

.brand {
  gap: 10px;
}

.brand-mark {
  width: 48px;
  height: 48px;
  border: 2px solid #e5ac2f;
  color: #e5ac2f;
  background: transparent;
  transform: rotate(45deg);
  box-shadow:
    inset 0 0 18px rgba(229, 172, 47, 0.12),
    0 0 26px rgba(229, 172, 47, 0.22);
}

.brand-mark::first-letter {
  transform: rotate(-45deg);
}

.brand-mark {
  font-size: 0;
}

.brand-mark::after {
  content: "JT";
  font-size: 1rem;
  transform: rotate(-45deg);
}

.brand strong {
  color: #e5ac2f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 0 0 22px rgba(229, 172, 47, 0.24);
}

.brand small {
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.main-nav {
  gap: 14px;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.main-nav a {
  border-radius: 0;
  padding: 26px 4px 24px;
  border-bottom: 3px solid transparent;
  transition: color 180ms ease, border-color 180ms ease, text-shadow 180ms ease;
}

.main-nav a:hover,
.main-nav a:first-child {
  color: #e5ac2f;
  background: transparent;
  border-bottom-color: #e5ac2f;
  text-shadow: 0 0 18px rgba(229, 172, 47, 0.42);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.phone-link {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 800;
  white-space: nowrap;
}

.header-quote {
  min-height: 42px;
  padding-inline: 22px;
  text-transform: uppercase;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.5fr) minmax(300px, 0.5fr);
  align-items: center;
  min-height: min(720px, calc(100vh - 78px));
  overflow: hidden;
  padding: 72px clamp(24px, 5vw, 84px) 112px;
  background:
    linear-gradient(90deg, rgba(3, 27, 58, 0.98) 0%, rgba(3, 27, 58, 0.91) 38%, rgba(28, 21, 12, 0.58) 100%),
    radial-gradient(circle at 76% 24%, rgba(255, 218, 118, 0.36), transparent 28%),
    radial-gradient(circle at 20% 82%, rgba(255, 241, 196, 0.12), transparent 25%),
    url("assets/industrial-hero.webp") center right / cover no-repeat,
    #031b3a;
}

.hero::after {
  position: absolute;
  right: clamp(24px, 7vw, 120px);
  bottom: clamp(38px, 7vw, 92px);
  width: min(34vw, 360px);
  aspect-ratio: 1;
  border: 2px solid rgba(229, 172, 47, 0.52);
  border-radius: 26px;
  content: "";
  transform: rotate(45deg);
  box-shadow:
    inset 0 0 44px rgba(229, 172, 47, 0.12),
    0 0 80px rgba(229, 172, 47, 0.24);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 500px;
}

.hero .eyebrow {
  color: #e5ac2f;
}

.hero h1 {
  max-width: 520px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 5vw, 5rem);
  line-height: 1.02;
  text-shadow:
    0 0 30px rgba(255, 255, 255, 0.14),
    0 0 56px rgba(229, 172, 47, 0.24);
}

.hero h1 span {
  color: #e5ac2f;
}

.hero-text {
  max-width: 520px;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.7;
}

.button.primary {
  color: #031b3a;
  background: linear-gradient(135deg, #f3ca62, #d99f25);
}

.button.secondary {
  border-color: #e5ac2f;
  color: #e5ac2f;
  background: transparent;
}

.category-ribbon {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0;
  margin: -58px clamp(18px, 5vw, 84px) 14px;
  overflow: hidden;
  border: 1px solid rgba(229, 172, 47, 0.38);
  border-radius: 8px;
  background: linear-gradient(180deg, #fffdf7, #fff7e4);
  box-shadow: 0 18px 45px rgba(95, 61, 13, 0.18);
}

.category-ribbon a {
  display: grid;
  justify-items: center;
  gap: 10px;
  min-height: 132px;
  align-content: center;
  padding: 18px 12px;
  border-right: 1px solid rgba(229, 172, 47, 0.22);
  color: #031b3a;
  text-align: center;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.category-ribbon a:hover {
  background: #031b3a;
  color: #ffffff;
  transform: translateY(-2px);
}

.category-ribbon a:last-child {
  border-right: 0;
}

.ribbon-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 2px solid #e5ac2f;
  border-radius: 8px;
  color: #031b3a;
  background: rgba(229, 172, 47, 0.1);
  font-size: 0.72rem;
  font-weight: 900;
}

.category-ribbon strong {
  max-width: 145px;
  font-size: 0.82rem;
  line-height: 1.25;
  text-transform: uppercase;
}

.home-showcase {
  display: grid;
  grid-template-columns: minmax(320px, 0.42fr) minmax(0, 0.58fr);
  gap: 14px;
  padding: 0 clamp(18px, 4vw, 58px);
}

.why-card,
.featured-panel,
.stats-bar {
  border-radius: 8px;
}

.why-card {
  padding: 30px 34px;
  background: #031b3a;
  color: #ffffff;
}

.why-card h2,
.featured-panel h2 {
  color: inherit;
  font-family: inherit;
  font-size: 1.25rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.why-card h2 {
  color: #e5ac2f;
  text-align: center;
}

.why-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 26px 0;
}

.why-mini-grid div {
  display: grid;
  gap: 8px;
}

.mini-icon {
  width: 34px;
  height: 34px;
  border: 2px solid #e5ac2f;
  border-radius: 50%;
}

.why-mini-grid strong {
  font-size: 0.95rem;
}

.why-mini-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  line-height: 1.45;
}

.why-card .button {
  width: min(260px, 100%);
  margin: 0 auto;
}

.featured-panel {
  padding: 24px;
  border: 1px solid #dbe5ee;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(9, 42, 78, 0.08);
}

.panel-title-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.panel-title-row h2 {
  color: #031b3a;
}

.panel-title-row a {
  color: #031b3a;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.featured-products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.featured-products article {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid #dbe5ee;
  border-radius: 8px;
  text-align: center;
}

.product-visual {
  display: grid;
  place-items: center;
  min-height: 128px;
  border-radius: 8px;
  color: #0f78a8;
  background: linear-gradient(180deg, #f4fbff, #eaf6fb);
  font-weight: 900;
}

.featured-products h3 {
  margin: 0;
  color: #031b3a;
  font-size: 0.88rem;
}

.featured-products a {
  display: inline-flex;
  justify-content: center;
  min-height: 30px;
  align-items: center;
  border: 1px solid #d99f25;
  border-radius: 5px;
  color: #031b3a;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.stats-bar {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 10px clamp(18px, 4vw, 58px) 0;
  overflow: hidden;
  background: #031b3a;
  color: #ffffff;
}

.stats-bar div {
  min-height: 86px;
  padding: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.stats-bar div:last-child {
  border-right: 0;
}

.stats-bar strong,
.stats-bar span {
  display: block;
}

.stats-bar strong {
  font-size: 1.45rem;
}

.stats-bar span {
  margin-top: 4px;
  font-weight: 750;
}

.section-block {
  padding-top: 54px;
}

.intro-body {
  min-height: 100vh;
  overflow: hidden;
  background: #080806;
}

.intro-screen {
  min-height: 100vh;
  color: #ffffff;
  background:
    radial-gradient(circle at 72% 22%, rgba(229, 172, 47, 0.16), transparent 30%),
    linear-gradient(110deg, rgba(8, 8, 6, 0.54), rgba(39, 29, 15, 0.24) 42%, rgba(5, 5, 5, 0.34)),
    #080806;
}

.intro-stage {
  position: relative;
  display: grid;
  min-height: 100vh;
  place-items: center start;
  isolation: isolate;
  padding: clamp(28px, 6vw, 86px);
}

.intro-stage::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(255, 231, 172, 0.038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 231, 172, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(5, 5, 5, 0.36), rgba(5, 5, 5, 0.08), rgba(5, 5, 5, 0.2));
  background-size: 96px 96px, 96px 96px, auto;
  content: "";
  pointer-events: none;
}

.intro-video,
.intro-fallback {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}

.intro-video {
  object-fit: cover;
  filter: saturate(1.08) contrast(1.04) brightness(0.98);
}

.intro-fallback {
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 26%, rgba(229, 172, 47, 0.24), transparent 28%),
    linear-gradient(135deg, #031b3a, #082a52 54%, #031b3a);
}

.intro-fallback::before,
.intro-fallback::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(229, 172, 47, 0.26);
  transform: rotate(45deg);
  animation: introPulse 4.5s ease-in-out infinite;
}

.intro-fallback::before {
  width: min(56vw, 620px);
  height: min(56vw, 620px);
}

.intro-fallback::after {
  width: min(34vw, 360px);
  height: min(34vw, 360px);
  animation-delay: 0.7s;
}

.intro-diamond {
  display: grid;
  place-items: center;
  width: clamp(112px, 18vw, 210px);
  height: clamp(112px, 18vw, 210px);
  border: 3px solid #e5ac2f;
  color: #e5ac2f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 7vw, 5rem);
  font-weight: 900;
  transform: rotate(45deg);
  animation: introFloat 4.5s ease-in-out infinite;
}

.intro-diamond::first-letter {
  transform: rotate(-45deg);
}

.intro-line {
  position: absolute;
  bottom: 18%;
  width: min(520px, 70vw);
  height: 2px;
  background: linear-gradient(90deg, transparent, #e5ac2f, transparent);
  animation: introSweep 2.2s ease-in-out infinite;
}

.intro-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  width: min(760px, calc(100vw - 56px));
  max-width: 760px;
  padding: clamp(22px, 3.2vw, 36px);
  border: 1px solid rgba(229, 172, 47, 0.34);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 239, 197, 0.1), rgba(229, 172, 47, 0.045), rgba(0, 0, 0, 0.08)),
    rgba(10, 10, 10, 0.24);
  backdrop-filter: blur(5px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 22px 70px rgba(0, 0, 0, 0.24),
    0 0 52px rgba(229, 172, 47, 0.12);
}

.intro-brand-badge {
  display: block;
  width: 96px;
  height: 96px;
  margin-bottom: 4px;
  border: 1px solid rgba(255, 222, 128, 0.72);
  border-radius: 4px;
  object-fit: cover;
  box-shadow:
    inset 0 0 22px rgba(229, 172, 47, 0.16),
    0 0 34px rgba(229, 172, 47, 0.24);
}

.intro-copy h1 {
  color: #ffffff;
  font-family: "Larken", "Larken Regular", Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6vw, 6.15rem);
  line-height: 0.94;
  text-shadow:
    0 0 28px rgba(255, 255, 255, 0.18),
    0 0 58px rgba(229, 172, 47, 0.26);
}

.intro-copy h1 span {
  display: block;
  white-space: nowrap;
}

.intro-copy p:not(.eyebrow) {
  max-width: 430px;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Larken", "Larken Regular", Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.65;
  margin: 0;
}

.brand-gallery-hero {
  padding: clamp(58px, 8vw, 108px) clamp(18px, 5vw, 72px) clamp(34px, 5vw, 58px);
  background:
    linear-gradient(90deg, rgba(3, 27, 58, 0.96), rgba(3, 27, 58, 0.72)),
    url("assets/industrial-hero.webp") center right / cover no-repeat,
    #031b3a;
  color: #ffffff;
}

.brand-gallery-hero h1,
.brand-detail-hero h1 {
  max-width: 980px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 6vw, 5.8rem);
}

.brand-gallery-hero p:not(.eyebrow),
.brand-detail-hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  line-height: 1.7;
}

.brand-logo-section {
  padding: clamp(28px, 5vw, 64px) clamp(18px, 5vw, 72px) clamp(64px, 8vw, 110px);
  background: #f7fbfd;
}

.brand-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.brand-logo-card {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 10px;
  min-height: 188px;
  padding: 22px 14px;
  overflow: hidden;
  border: 1px solid #dbe5ee;
  border-radius: 8px;
  background: #ffffff;
  color: #031b3a;
  text-align: center;
  box-shadow: 0 12px 28px rgba(9, 42, 78, 0.06);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.brand-logo-card:hover,
.brand-logo-card:focus-visible,
.brand-logo-card.is-glowing {
  border-color: #e5ac2f;
  box-shadow: 0 0 0 4px rgba(229, 172, 47, 0.18), 0 18px 42px rgba(9, 42, 78, 0.16);
  transform: translateY(-3px);
  outline: 0;
}

.brand-logo-card.is-glowing::after {
  position: absolute;
  inset: -28%;
  content: "";
  background: radial-gradient(circle, rgba(229, 172, 47, 0.36), transparent 58%);
  animation: logoGlow 650ms ease-out forwards;
}

.brand-rank {
  position: absolute;
  top: 12px;
  left: 12px;
  color: #8ba0b2;
  font-size: 0.72rem;
  font-weight: 900;
}

.brand-logo-mark {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 2px solid #e5ac2f;
  border-radius: 8px;
  color: #e5ac2f;
  background: #031b3a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 900;
}

.brand-logo-card strong {
  font-size: 1rem;
  line-height: 1.2;
}

.brand-logo-card small {
  color: #5e7f93;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.35;
}

.brand-detail-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.46fr) minmax(340px, 0.54fr);
  gap: clamp(28px, 5vw, 84px);
  align-items: center;
  min-height: min(760px, calc(100vh - 78px));
  overflow: hidden;
  padding: clamp(54px, 7vw, 96px) clamp(18px, 5vw, 72px);
  background:
    linear-gradient(rgba(255, 231, 172, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 231, 172, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 76% 26%, rgba(255, 225, 151, 0.5), transparent 27%),
    radial-gradient(circle at 14% 20%, rgba(255, 242, 199, 0.2), transparent 25%),
    linear-gradient(105deg, rgba(17, 13, 8, 0.82) 0%, rgba(52, 38, 20, 0.6) 44%, rgba(10, 10, 10, 0.86) 100%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 18px),
    linear-gradient(135deg, #80622f 0%, #caa049 34%, #372919 60%, #0a0a0a 100%);
  background-size: 92px 92px, 92px 92px, auto, auto, auto, auto, auto;
}

.brand-detail-hero::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.18), transparent 16%),
    radial-gradient(circle at 72% 66%, rgba(255, 199, 80, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 18%, rgba(0, 0, 0, 0.2));
  content: "";
  opacity: 0.72;
  pointer-events: none;
}

.brand-detail-hero > * {
  position: relative;
  z-index: 1;
}

.brand-detail-logo {
  position: relative;
  display: grid;
  place-items: center;
  gap: 28px;
  min-height: clamp(430px, 48vw, 620px);
  padding: clamp(30px, 5vw, 62px);
  overflow: hidden;
  border: 1px solid rgba(246, 197, 84, 0.72);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 237, 184, 0.18), rgba(229, 172, 47, 0.11) 42%, rgba(0, 0, 0, 0.3)),
    radial-gradient(circle at 50% 0%, rgba(255, 220, 138, 0.34), transparent 42%),
    linear-gradient(135deg, rgba(38, 35, 29, 0.92), rgba(10, 10, 10, 0.9));
  text-align: center;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 0 42px rgba(255, 216, 136, 0.1),
    0 34px 100px rgba(0, 0, 0, 0.45),
    0 0 88px rgba(229, 172, 47, 0.28);
}

.brand-detail-logo::before {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 220, 138, 0.42);
  border-radius: 17px;
  content: "";
  pointer-events: none;
}

.brand-detail-logo::after {
  position: absolute;
  top: -20%;
  right: -12%;
  width: 48%;
  height: 48%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 238, 189, 0.42), transparent 68%);
  content: "";
  filter: blur(12px);
  pointer-events: none;
}

.brand-detail-logo span {
  display: grid;
  place-items: center;
  width: clamp(120px, 18vw, 190px);
  height: clamp(120px, 18vw, 190px);
  border: 3px solid #e5ac2f;
  border-radius: 8px;
  color: #e5ac2f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 6vw, 5rem);
  font-weight: 900;
}

.brand-detail-logo img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(86%, 480px);
  max-height: 330px;
  padding: clamp(18px, 3vw, 36px);
  border-radius: 8px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.34),
    0 0 46px rgba(229, 172, 47, 0.24);
}

.brand-detail-logo strong {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: clamp(1.65rem, 3.6vw, 3.2rem);
  text-shadow:
    0 0 22px rgba(255, 255, 255, 0.24),
    0 0 44px rgba(229, 172, 47, 0.36);
}

.brand-detail-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.brand-detail-gallery img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  border: 1px solid rgba(229, 172, 47, 0.28);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.16);
}

@keyframes introPulse {
  0%,
  100% {
    opacity: 0.34;
    transform: rotate(45deg) scale(0.94);
  }

  50% {
    opacity: 0.8;
    transform: rotate(45deg) scale(1.04);
  }
}

@keyframes introFloat {
  0%,
  100% {
    transform: rotate(45deg) translateY(0);
  }

  50% {
    transform: rotate(45deg) translateY(-10px);
  }
}

@keyframes introSweep {
  0%,
  100% {
    opacity: 0.36;
    transform: scaleX(0.72);
  }

  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes logoGlow {
  from {
    opacity: 1;
    transform: scale(0.65);
  }

  to {
    opacity: 0;
    transform: scale(1.24);
  }
}

.brand-board-page {
  min-height: 100vh;
  color: #f6f4ef;
  background:
    linear-gradient(rgba(229, 172, 47, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(229, 172, 47, 0.04) 1px, transparent 1px),
    radial-gradient(circle at 12% 0%, rgba(255, 209, 94, 0.2), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(255, 209, 94, 0.12), transparent 24%),
    linear-gradient(180deg, #050505 0%, #0b0905 44%, #000000 100%);
  background-size: 96px 96px, 96px 96px, auto, auto, auto;
}

.brand-board {
  min-height: 100vh;
  width: min(100%, 1560px);
  margin: 0 auto;
  padding: clamp(18px, 3.4vw, 48px) clamp(14px, 4vw, 64px) clamp(48px, 7vw, 86px);
}

.brand-board-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
  min-height: clamp(150px, 16vw, 190px);
  padding: clamp(22px, 3.4vw, 38px) clamp(18px, 3.4vw, 38px);
  border: 1px solid rgba(229, 172, 47, 0.46);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 220, 128, 0.12), rgba(229, 172, 47, 0.04) 42%, rgba(0, 0, 0, 0.18)),
    #070707;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 1px rgba(229, 172, 47, 0.14),
    0 24px 90px rgba(229, 172, 47, 0.16),
    0 0 120px rgba(229, 172, 47, 0.08);
}

.brand-board-top::before {
  position: absolute;
  inset: -35% 22% auto -12%;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 217, 120, 0.42), rgba(255, 217, 120, 0.14) 42%, transparent 72%);
  content: "";
  filter: blur(20px);
  pointer-events: none;
}

.brand-board-top::after {
  position: absolute;
  right: clamp(18px, 5vw, 72px);
  bottom: 0;
  left: clamp(18px, 5vw, 72px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 217, 120, 0.92), rgba(80, 185, 232, 0.56), transparent);
  box-shadow: 0 0 28px rgba(255, 217, 120, 0.85);
  content: "";
  pointer-events: none;
}

.brand-board-top h1 {
  position: relative;
  z-index: 1;
  max-width: none;
  color: #f7f5ee;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2.25rem, 4.6vw, 4.9rem);
  line-height: 0.95;
  font-weight: 950;
  text-transform: uppercase;
  text-shadow:
    0 0 22px rgba(255, 255, 255, 0.16),
    0 0 48px rgba(255, 217, 120, 0.2);
}

.brand-board-kicker {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 16px;
  padding: 0 14px;
  border: 1px solid rgba(229, 172, 47, 0.48);
  border-radius: 999px;
  color: #ffd978;
  background: rgba(229, 172, 47, 0.08);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(229, 172, 47, 0.42);
}

.brand-board-top h1 span {
  color: #ffe59a;
  text-shadow:
    0 0 20px rgba(255, 229, 154, 0.55),
    0 0 64px rgba(255, 188, 63, 0.38);
}

.brand-board-top p,
.brand-board-meta,
.brand-board-controls p,
.brand-search span {
  font-family: "Courier New", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand-board-top p {
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  color: #d9bc6e;
  font-size: clamp(0.74rem, 1.1vw, 0.98rem);
  text-shadow: 0 0 18px rgba(229, 172, 47, 0.32);
}

.brand-board-contact-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(229, 172, 47, 0.62);
  border-radius: 999px;
  color: #ffd978;
  background: rgba(0, 0, 0, 0.42);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 24px rgba(229, 172, 47, 0.16);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.brand-board-contact-link:hover,
.brand-board-contact-link:focus-visible {
  border-color: #ffd978;
  box-shadow:
    0 0 0 2px rgba(229, 172, 47, 0.22),
    0 0 34px rgba(229, 172, 47, 0.38);
  transform: translateY(-2px);
  outline: 0;
}

.brand-board-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: clamp(30px, 4vw, 48px) clamp(10px, 1vw, 16px) 12px;
}

.brand-board-menu a,
.brand-board-controls h2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 10px clamp(22px, 3vw, 38px);
  border: 1px solid rgba(255, 218, 120, 0.3);
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #a98239, #806225);
  font-size: clamp(1rem, 1.6vw, 1.35rem);
  font-weight: 500;
  line-height: 1.1;
  text-transform: none;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 8px 24px rgba(0, 0, 0, 0.28);
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.brand-board-menu a:hover,
.brand-board-menu a:focus-visible,
.brand-board-menu a.is-current {
  background: linear-gradient(135deg, #c49a48, #94712c);
  box-shadow: 0 0 28px rgba(229, 172, 47, 0.34);
  transform: translateY(-2px);
  outline: 0;
}

.group-companies {
  display: grid;
  gap: 30px;
  margin-top: clamp(22px, 3.6vw, 42px);
  padding: clamp(28px, 4vw, 52px);
  color: #1c1c1a;
  background: #f5f3ed;
}

.group-companies-heading {
  display: block;
  max-width: 840px;
}

.group-companies-heading p {
  margin: 0;
  color: #a67c2d;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.group-companies-heading h2 {
  margin: 0;
  margin-top: 10px;
  color: #1c1c1a;
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  font-weight: 800;
  line-height: 1.08;
  text-transform: none;
  text-shadow: none;
}

.group-companies-intro {
  margin-top: 14px;
  color: #66635d;
  font-size: 0.98rem;
  line-height: 1.65;
}

.group-companies-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 1px solid #d9d5ca;
}

.group-company-card {
  display: flex;
  flex-direction: column;
  min-height: 235px;
  padding: clamp(20px, 2.6vw, 32px);
  border-right: 1px solid #d9d5ca;
  border-bottom: 1px solid #d9d5ca;
  background: #f5f3ed;
}

.group-company-card:nth-child(3n) { border-right: 0; }
.group-company-card:nth-last-child(-n + 3) { border-bottom: 0; }

.group-company-monogram {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
  border: 1px solid #c7a653;
  border-radius: 50%;
  color: #a67c2d;
  font-size: 0.7rem;
}

.group-company-logo {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 130px;
  padding: 14px;
  border: 1px solid rgba(229, 172, 47, 0.28);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0%, rgba(229, 172, 47, 0.14), transparent 58%),
    #050505;
}

.group-company-logo img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 102px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(229, 172, 47, 0.18));
}

.group-company-logo > span {
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  border: 2px solid rgba(255, 217, 120, 0.72);
  border-radius: 8px;
  color: #ffd978;
  font-size: 1.45rem;
  font-weight: 950;
  letter-spacing: 0.04em;
}

.group-company-card strong {
  color: #252420;
  font-size: 1rem;
  line-height: 1.2;
}

.group-company-card p {
  margin: 12px 0 18px;
  color: #77736b;
  font-size: 0.86rem;
  line-height: 1.5;
}

.group-company-card > a {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #e2ded4;
  color: #34322d;
  font-size: 0.82rem;
  font-weight: 700;
}

.group-company-card > a:hover { color: #a67c2d; }

.brand-board-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 40px;
  color: #7b7c86;
  font-size: 0.98rem;
  white-space: nowrap;
}

.brand-board-meta strong {
  color: #e8ce87;
}

.brand-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffc661;
  box-shadow: 0 0 18px rgba(255, 198, 97, 0.78);
}

.brand-board-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 520px);
  gap: clamp(16px, 3vw, 28px);
  align-items: center;
  justify-content: end;
  padding: clamp(28px, 4vw, 48px) 0 clamp(26px, 4vw, 46px);
}

.brand-board-controls-search-only {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: clamp(24px, 4vw, 56px);
  justify-content: stretch;
}

.brand-board-controls h2 {
  margin: 0;
  color: #ffd978;
  font-size: clamp(2.4rem, 5vw, 5.4rem);
  line-height: 0.9;
  font-weight: 950;
  text-transform: uppercase;
  text-shadow:
    0 0 22px rgba(255, 217, 120, 0.42),
    0 0 60px rgba(229, 172, 47, 0.28);
}

.brand-board-controls.brand-board-controls-search-only h2 {
  justify-self: start;
  max-width: 100%;
  font-size: clamp(1rem, 1.6vw, 1.35rem);
  line-height: 1.1;
  font-weight: 600;
  text-transform: none;
  white-space: nowrap;
}

.brand-board-controls-search-only .brand-search {
  align-self: center;
  width: 100%;
  min-width: 0;
}

.brand-board-controls p {
  margin: 0;
  color: #878891;
  font-size: 1rem;
}

.brand-board-controls strong {
  color: #e8b849;
}

.brand-search {
  position: relative;
  display: block;
}

.brand-search span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.brand-search input {
  width: 100%;
  min-height: 62px;
  padding-left: 58px;
  border: 1px solid rgba(229, 172, 47, 0.42);
  border-radius: 8px;
  color: #f0e6c7;
  background:
    linear-gradient(90deg, transparent 0 44px, rgba(229, 172, 47, 0.24) 44px 45px, transparent 45px),
    linear-gradient(135deg, rgba(18, 18, 18, 0.98), rgba(5, 5, 5, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 28px rgba(229, 172, 47, 0.16);
  font-family: "Courier New", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand-search input:focus {
  border-color: rgba(255, 217, 120, 0.72);
  box-shadow:
    0 0 0 3px rgba(255, 217, 120, 0.18),
    0 0 34px rgba(255, 217, 120, 0.34),
    0 0 64px rgba(80, 185, 232, 0.14);
  outline: 0;
}

.brand-search::before {
  position: absolute;
  top: 50%;
  left: 24px;
  z-index: 1;
  width: 13px;
  height: 13px;
  border: 2px solid rgba(255, 217, 120, 0.9);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 16px rgba(255, 217, 120, 0.58);
  transform: translateY(-50%);
}

.brand-search::after {
  position: absolute;
  top: calc(50% + 8px);
  left: 36px;
  z-index: 1;
  width: 8px;
  height: 2px;
  background: rgba(255, 217, 120, 0.9);
  box-shadow: 0 0 14px rgba(255, 217, 120, 0.55);
  content: "";
  transform: rotate(45deg);
  transform-origin: left center;
}

.brand-board-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 30px);
  align-items: start;
  justify-content: center;
}

.brand-system-card {
  position: relative;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  width: 100% !important;
  min-width: 0;
  max-width: none;
  aspect-ratio: 1 / 1;
  height: auto !important;
  min-height: 0 !important;
  max-height: none;
  padding: clamp(14px, 2vw, 24px);
  overflow: hidden;
  border: 1px solid rgba(229, 172, 47, 0.54);
  border-radius: 10px;
  color: #f7e7b5;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 224, 142, 0.14), transparent 42%),
    linear-gradient(180deg, #15110a 0%, #070707 100%);
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 34px rgba(0, 0, 0, 0.52),
    0 0 24px rgba(229, 172, 47, 0.12);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, filter 180ms ease;
}

.brand-system-card:hover,
.brand-system-card:focus-visible {
  border-color: #ffd86e;
  filter: saturate(1.06) brightness(1.03);
  box-shadow:
    0 0 0 2px rgba(229, 172, 47, 0.5),
    0 0 34px rgba(229, 172, 47, 0.82),
    0 0 92px rgba(229, 172, 47, 0.44),
    0 22px 46px rgba(0, 0, 0, 0.42);
  transform: translateY(-4px) scale(1.03);
  outline: 0;
}

.brand-system-card.is-glowing {
  border-color: #ffd978;
  animation: brandTileGlow 720ms ease-out;
  outline: 0;
}

.brand-system-card[hidden] {
  display: none;
}

.system-logo-frame {
  display: grid;
  place-items: center;
  align-self: center;
  justify-self: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  min-height: 0;
  padding: clamp(12px, 1.8vw, 20px);
  overflow: hidden;
  border: 1px solid rgba(229, 172, 47, 0.3);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0%, rgba(229, 172, 47, 0.14), transparent 58%),
    #050505;
  box-shadow:
    inset 0 0 24px rgba(229, 172, 47, 0.08),
    0 0 20px rgba(229, 172, 47, 0.08);
}

.system-logo-frame img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(229, 172, 47, 0.18));
}

.system-logo-fallback {
  display: grid;
  place-items: center;
  width: 108px;
  height: 108px;
  border: 2px solid rgba(8, 9, 12, 0.35);
  border-radius: 6px;
  color: #1c1d22;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.3rem;
  font-weight: 900;
}

.brand-system-card strong {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

@keyframes brandTileGlow {
  0% {
    box-shadow:
      0 0 0 0 rgba(255, 217, 120, 0),
      0 0 0 rgba(255, 217, 120, 0);
  }

  45% {
    box-shadow:
      0 0 0 5px rgba(255, 217, 120, 0.42),
      0 0 34px rgba(255, 217, 120, 0.9),
      0 0 90px rgba(255, 217, 120, 0.45);
  }

  100% {
    border-color: rgba(232, 184, 73, 0.24);
    box-shadow:
      0 0 0 0 rgba(255, 217, 120, 0),
      0 0 0 rgba(255, 217, 120, 0);
    transform: none;
  }
}

@media (max-width: 1200px) {
  .group-companies-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .brand-board-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .brand-board-top h1 {
    font-size: clamp(2.2rem, 5.8vw, 4.2rem);
  }
}

@media (max-width: 980px) {
  .site-header {
    flex-wrap: wrap;
  }

  .header-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .main-nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
  }

  .hero {
    padding-bottom: 92px;
  }

  .category-ribbon {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-showcase,
  .stats-bar,
  .product-hero,
  .brand-detail-hero {
    grid-template-columns: 1fr;
  }

  .product-hero,
  .brand-detail-hero {
    min-height: auto;
  }

  .brand-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .brand-board-top,
  .brand-board-controls,
  .group-admin-layout {
    grid-template-columns: 1fr;
  }

  .brand-board-top {
    display: grid;
    min-height: 0;
    padding: 24px 20px 32px;
  }

  .group-companies-heading {
    align-items: start;
    flex-direction: column;
  }

  .group-companies-heading h2 {
    text-align: left;
  }

  .group-companies-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .group-company-card,
  .group-company-card:nth-child(3n) {
    border-right: 1px solid #d9d5ca;
    border-bottom: 1px solid #d9d5ca;
  }

  .group-company-card:nth-child(2n) { border-right: 0; }
  .group-company-card:nth-last-child(-n + 2) { border-bottom: 0; }

  .brand-board-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .featured-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stats-bar div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .hero,
  .section-heading,
  .tool-controls,
  .why-section,
  .brand-section,
  .catalogue-section,
  .enquiry-section,
  .page-grid,
  .product-detail-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 44px;
    grid-template-columns: 1fr;
  }

  .hero::after {
    opacity: 0.28;
    right: 10%;
    width: min(52vw, 280px);
  }

  h1 {
    max-width: 760px;
    font-size: clamp(2.7rem, 9vw, 5rem);
  }

  .catalogue-copy {
    position: static;
  }

  .product-grid,
  .category-grid,
  .featured-grid,
  .seo-grid,
  .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .main-nav {
    width: 100%;
    justify-content: flex-start;
  }

  .main-nav a {
    padding: 10px 8px;
    white-space: nowrap;
  }

  .header-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .header-quote {
    width: 100%;
  }

  .hero {
    padding: 44px 18px 86px;
    background:
      linear-gradient(90deg, rgba(3, 27, 58, 0.96), rgba(30, 22, 11, 0.82)),
      radial-gradient(circle at 80% 22%, rgba(229, 172, 47, 0.22), transparent 28%),
      url("assets/industrial-hero.webp") center / cover no-repeat,
      #031b3a;
  }

  .hero::after {
    display: none;
  }

  .intro-stage {
    place-items: end stretch;
    padding: 18px;
  }

  .intro-copy {
    padding: 22px;
    width: 100%;
  }

  .intro-brand-badge {
    width: 58px;
    height: 58px;
  }

  .intro-copy h1 {
    font-size: clamp(2.45rem, 13vw, 4rem);
  }

  .hero h1,
  .hero-text {
    color: #ffffff;
  }

  .brand-board {
    padding-inline: 14px;
  }

  .brand-board-top {
    gap: 20px;
  }

  .brand-board-top h1 {
    font-size: clamp(2rem, 12vw, 3.2rem);
  }

  .brand-board-top p {
    letter-spacing: 0.12em;
  }

  .brand-board-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding-inline: 0;
  }

  .brand-board-menu a {
    min-height: 48px;
    padding: 9px 14px;
    text-align: center;
  }

  .brand-board-controls-search-only h2 {
    font-size: 1rem;
    white-space: normal;
  }

  .group-companies-grid {
    grid-template-columns: 1fr;
  }

  .group-company-card {
    min-height: 220px;
    border-right: 0;
    border-bottom: 1px solid #d9d5ca;
  }

  .group-company-card:nth-child(2n),
  .group-company-card:nth-child(3n) { border-right: 0; }
  .group-company-card:nth-last-child(-n + 2) { border-bottom: 1px solid #d9d5ca; }
  .group-company-card:last-child { border-bottom: 0; }

  .group-company-form {
    position: static;
  }

  .group-company-logo {
    min-height: 118px;
  }

  .brand-board-contact-link {
    justify-self: start;
  }

  .brand-board-controls {
    padding-top: 28px;
  }

  .brand-board-controls h2 {
    font-size: clamp(2.5rem, 16vw, 4rem);
  }

  .brand-search input {
    min-height: 56px;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
  }

  .category-ribbon {
    grid-template-columns: 1fr;
    margin: -52px 18px 14px;
  }

  .category-ribbon a {
    min-height: 96px;
    border-right: 0;
    border-bottom: 1px solid #dbe5ee;
  }

  .home-showcase {
    padding-inline: 18px;
  }

  .why-mini-grid,
  .featured-products {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: clamp(2.35rem, 12vw, 3.75rem);
    line-height: 1;
  }

  .hero-showcase,
  .catalogue-frame,
  .pdf-reader {
    min-height: 360px;
  }

  .product-hero,
  .brand-detail-hero {
    padding: 44px 18px 54px;
  }

  .product-hero-plaque,
  .brand-detail-logo {
    min-height: 320px;
    padding: 24px;
    border-radius: 14px;
  }

  .product-hero-plaque::before,
  .brand-detail-logo::before {
    inset: 12px;
    border-radius: 10px;
  }

  .product-hero-plaque img,
  .brand-detail-logo img {
    width: min(88%, 340px);
    max-height: 210px;
  }

  .showcase-top {
    min-height: 130px;
  }

  .showcase-top span {
    font-size: clamp(1.9rem, 12vw, 3rem);
  }

  .quick-panel,
  .product-grid,
  .category-grid,
  .featured-grid,
  .seo-grid,
  .related-grid,
  .brand-admin-picker,
  .contact-strip,
  .brand-logo-grid,
  .brand-strip,
  .showcase-grid {
    grid-template-columns: 1fr;
  }

  .brand-board-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .brand-system-card {
    width: 100% !important;
    min-width: 0;
    max-width: none;
    aspect-ratio: 1 / 1;
    height: auto !important;
    min-height: 0 !important;
    max-height: none;
    padding: 12px;
  }

  .system-logo-frame {
    width: 100%;
    height: 100%;
    padding: 14px;
  }

  .quick-panel {
    transform: none;
    margin-top: 18px;
  }

  .section-block,
  .catalogue-section,
  .enquiry-section {
    padding-block: 54px;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .brand-board {
    padding-inline: 12px;
  }

  .brand-board-grid {
    grid-template-columns: 1fr;
  }

  .brand-system-card {
    aspect-ratio: 1 / 1;
  }
}
