:root {
  --bg: #090b0f;
  --panel: #11161d;
  --panel-2: #151c24;
  --field: #0c1117;
  --line: #26313d;
  --line-bright: #394654;
  --ink: #f3f7fb;
  --muted: #9eabb8;
  --soft: #cbd5df;
  --accent: #ff5a3d;
  --accent-2: #f6b85b;
  --focus: #4fc3f7;
  --ok: #43d69d;
  --steel: #8fb6c8;
  --danger: #ffcf8a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 90, 61, 0.14), transparent 28rem),
    radial-gradient(circle at 82% 18%, rgba(79, 195, 247, 0.08), transparent 24rem),
    linear-gradient(180deg, rgba(9, 11, 15, 0.97) 0%, rgba(13, 18, 24, 0.96) 48%, rgba(9, 11, 15, 0.98) 100%),
    url("https://images.unsplash.com/photo-1517048676732-d65bc937f952?auto=format&fit=crop&w=1800&q=70") center / cover fixed;
}

button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(38, 49, 61, 0.8);
  background: rgba(9, 11, 15, 0.9);
  backdrop-filter: blur(16px);
}

.nav {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 950;
  letter-spacing: 0;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 90, 61, 0.64);
  border-radius: 6px;
  color: #140805;
  background: linear-gradient(180deg, #ff735b, var(--accent));
  box-shadow: 0 0 26px rgba(255, 90, 61, 0.22);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-links a {
  padding: 10px 9px;
  color: var(--soft);
  border-radius: 6px;
  font-size: 0.84rem;
  font-weight: 800;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: #151c24;
  color: #fff;
  outline: none;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line-bright);
  border-radius: 6px;
  background: var(--panel-2);
  cursor: pointer;
  padding: 9px;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.hero {
  min-height: calc(100vh - 68px);
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(9, 11, 15, 0.98), rgba(9, 11, 15, 0.76), rgba(9, 11, 15, 0.42)),
    url("https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=1800&q=80") center / cover;
}

.home-hero {
  background:
    linear-gradient(90deg, rgba(9, 11, 15, 0.92), rgba(9, 11, 15, 0.72), rgba(9, 11, 15, 0.52)),
    linear-gradient(180deg, rgba(9, 11, 15, 0.18), rgba(9, 11, 15, 0.56)),
    url("assets/home-industrial-sparks.svg") center / cover;
}

.tig-hero {
  background:
    linear-gradient(90deg, rgba(9, 11, 15, 0.98), rgba(9, 11, 15, 0.76), rgba(9, 11, 15, 0.42)),
    url("https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=1800&q=80") center / cover;
}

.product-hero {
  background:
    linear-gradient(90deg, rgba(8, 26, 12, 0.98), rgba(12, 44, 18, 0.84), rgba(9, 11, 15, 0.56)),
    url("assets/home-industrial-sparks.svg") center / cover;
}

.gallery-hero {
  background:
    linear-gradient(90deg, rgba(9, 11, 15, 0.98), rgba(9, 11, 15, 0.78), rgba(9, 11, 15, 0.48)),
    url("assets/home-industrial-sparks.svg") center / cover;
}

.hero-inner,
.container,
.content {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero-inner { padding: 88px 0 44px; }

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent-2);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h1 {
  max-width: 940px;
  margin: 0;
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(1.85rem, 3.5vw, 3.15rem);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 { letter-spacing: 0; }

.hero-subtitle {
  max-width: 760px;
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(1.2rem, 2.3vw, 2rem);
  line-height: 1.2;
  font-weight: 850;
}

.hero-copy {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--soft);
  font-size: 1.08rem;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.button-link,
.button {
  border: 0;
  border-radius: 6px;
  min-height: 46px;
  padding: 11px 14px;
  cursor: pointer;
  font-weight: 850;
  text-align: center;
}

.button-link.primary,
.button.primary {
  color: #140805;
  background: linear-gradient(180deg, #ff735b, var(--accent));
}

.button-link.secondary,
.button.secondary {
  color: var(--ink);
  background: #202a34;
  border: 1px solid var(--line-bright);
}

.button-link:hover,
.button:hover {
  filter: brightness(1.08);
}

.capability-strip,
.tag-panel,
.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.capability-strip {
  margin-top: 32px;
  max-width: 960px;
}

.capability-strip span,
.tag-panel span,
.service-list span {
  border: 1px solid rgba(203, 213, 223, 0.2);
  border-radius: 999px;
  background: rgba(17, 22, 29, 0.76);
  color: var(--soft);
  padding: 8px 11px;
  font-size: 0.86rem;
  font-weight: 760;
}

.section-band {
  padding: 62px 0;
  border-bottom: 1px solid rgba(38, 49, 61, 0.72);
}

.section-band.alt { background: rgba(255, 255, 255, 0.018); }

.section-title {
  max-width: 790px;
  margin-bottom: 24px;
}

.section-title.compact { margin-bottom: 18px; }

.section-title p,
.split p {
  color: var(--muted);
  line-height: 1.58;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

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

.overview-grid {
  margin-top: 18px;
}

.service-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.feature-card,
.info-card,
.catalogue-card,
.contact-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)), var(--panel);
  padding: 18px;
}

.image-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid var(--line);
  margin-bottom: 14px;
}

.feature-card h3,
.info-card h3,
.catalogue-card h3 {
  margin: 0 0 8px;
  font-size: 1.02rem;
}

.feature-card p,
.info-card p,
.catalogue-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.48;
}

.service-card {
  display: flex;
  flex-direction: column;
  min-height: 230px;
}

.card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: auto;
  padding: 10px 12px;
  border: 1px solid var(--line-bright);
  border-radius: 6px;
  background: #202a34;
  color: var(--ink);
  font-weight: 850;
}

.card-link:hover,
.card-link:focus-visible {
  border-color: var(--accent);
  color: #fff;
  outline: none;
}

.tag-panel,
.service-list {
  margin-top: 18px;
}

.service-list.tight { margin-bottom: 16px; }

.compact-list {
  margin-top: 14px;
}

.price-block { margin-top: 34px; }

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

.price-card {
  border: 1px solid var(--line-bright);
  border-radius: 8px;
  background: var(--panel-2);
  padding: 14px;
}

.price-title {
  margin: 0 0 5px;
  color: var(--ink);
  font-weight: 850;
}

.price-range {
  margin: 0 0 8px;
  color: var(--accent-2);
  font-size: 1.05rem;
  font-weight: 900;
}

.price-detail {
  margin: 0;
  color: var(--muted);
  line-height: 1.42;
}

.note {
  margin: 16px 0 0;
  border: 1px solid rgba(246, 184, 91, 0.3);
  border-radius: 8px;
  background: rgba(246, 184, 91, 0.08);
  color: #f4d6a5;
  padding: 14px;
  line-height: 1.48;
}

.note.warning {
  color: var(--danger);
}

.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.direct-link-note {
  width: fit-content;
  max-width: 100%;
  margin: 18px 0 0;
  border: 1px solid rgba(246, 184, 91, 0.3);
  border-radius: 8px;
  background: rgba(246, 184, 91, 0.08);
  color: #f4d6a5;
  padding: 10px 12px;
  font-weight: 850;
  overflow-wrap: anywhere;
}

.content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 22px;
  align-items: start;
}

form { display: grid; gap: 16px; }

.form-section,
.summary-panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)), var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.form-section { padding: 22px; }

.section-head {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.step {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 90, 61, 0.65);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(255, 90, 61, 0.14);
  font-weight: 850;
}

.form-section h2,
.summary-panel h2 {
  font-size: 1.14rem;
  line-height: 1.2;
}

.section-note {
  margin: 6px 0 0;
  color: var(--muted);
  line-height: 1.45;
}

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

.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.full { grid-column: 1 / -1; }
.form-gap-top { margin-top: 14px; }
.hidden-field { display: none; }
.photo-grid { margin-top: 10px; }

.photo-needed-box {
  margin: 12px 0 14px;
  border: 1px solid rgba(79, 195, 247, 0.24);
  border-radius: 8px;
  background: rgba(79, 195, 247, 0.07);
  padding: 14px;
}

.photo-needed-box h3 {
  margin: 0 0 8px;
  font-size: 0.95rem;
}

.photo-needed-box ul {
  margin: 0;
  padding-left: 20px;
  color: var(--soft);
  line-height: 1.55;
}

label,
.field-title {
  display: block;
  margin-bottom: 7px;
  color: #d9e3ec;
  font-size: 0.86rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line-bright);
  border-radius: 6px;
  background: var(--field);
  color: var(--ink);
  min-height: 44px;
  padding: 10px 12px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

input::placeholder,
textarea::placeholder { color: #697784; }
select { color: var(--ink); }
input[type="file"] { padding: 9px 10px; color: var(--soft); }

textarea {
  min-height: 108px;
  resize: vertical;
  line-height: 1.45;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--focus);
  background: #0f151c;
  box-shadow: 0 0 0 3px rgba(79, 195, 247, 0.14);
}

.select-other {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(170px, 0.8fr);
  gap: 10px;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.compact-choice { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.choice { position: relative; }

.choice input {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.choice span {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 9px 10px;
  border: 1px solid var(--line-bright);
  border-radius: 6px;
  background: var(--panel-2);
  color: var(--soft);
  font-weight: 800;
  cursor: pointer;
}

.choice input:focus-visible + span {
  outline: 3px solid rgba(79, 195, 247, 0.28);
  outline-offset: 2px;
}

.choice input:checked + span {
  border-color: var(--accent);
  background: rgba(255, 90, 61, 0.14);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 90, 61, 0.5);
}

.checkbox-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}

.checkline {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--soft);
  line-height: 1.35;
}

.checkline input {
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 2px;
  accent-color: var(--accent);
}

.hint {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.4;
}

.disclaimer {
  border: 1px solid rgba(246, 184, 91, 0.3);
  border-radius: 8px;
  background: rgba(246, 184, 91, 0.08);
  color: #f4d6a5;
  padding: 14px;
  line-height: 1.48;
}

.summary-panel {
  position: sticky;
  top: 86px;
  padding: 20px;
}

.summary-panel p {
  margin: 8px 0 16px;
  color: var(--muted);
  line-height: 1.42;
}

.summary-list {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
  max-height: 58vh;
  overflow: auto;
  padding-right: 2px;
}

.summary-item {
  border-top: 1px solid var(--line);
  padding-top: 10px;
}

.summary-label {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 850;
  text-transform: uppercase;
}

.summary-value {
  margin-top: 3px;
  color: var(--ink);
  font-weight: 760;
  overflow-wrap: anywhere;
}

.actions { display: grid; gap: 10px; }
.button { width: 100%; }

.notice {
  display: none;
  margin-top: 14px;
  border: 1px solid rgba(67, 214, 157, 0.3);
  background: rgba(67, 214, 157, 0.1);
  color: #abf2d6;
  border-radius: 6px;
  padding: 12px;
}

.notice.show { display: block; }

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
  gap: 24px;
  align-items: start;
}

.info-card ul {
  margin: 12px 0 0;
  padding-left: 20px;
  color: var(--soft);
  line-height: 1.65;
}

.status {
  display: inline-block;
  margin: 0 0 12px;
  color: var(--accent-2);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.catalogue-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.catalogue-card a {
  display: inline-flex;
  margin-top: 14px;
  color: var(--accent-2);
  font-weight: 850;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.product-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 360px;
  border: 1px solid rgba(143, 182, 200, 0.18);
  border-radius: 14px;
  background: rgba(12, 17, 23, 0.72);
  padding: 0 0 14px;
  overflow: hidden;
}

.product-card h3,
.product-card p {
  margin: 0;
}

.product-card h3 {
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  line-height: 1.25;
  text-transform: uppercase;
  padding: 0 14px;
}

.product-card p:not(.status) {
  color: var(--muted);
  line-height: 1.48;
  padding: 0 14px;
}

.product-card .button {
  margin-top: auto;
  width: calc(100% - 28px);
  margin-left: 14px;
  margin-right: 14px;
}

.product-card .status {
  width: fit-content;
  margin-left: 14px;
  border: 1px solid rgba(246, 184, 91, 0.28);
  border-radius: 999px;
  background: rgba(246, 184, 91, 0.08);
  padding: 5px 8px;
}

.catalogue-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  margin-bottom: 22px;
}

.shop-controls {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) repeat(4, minmax(150px, 1fr));
  gap: 12px;
  align-items: end;
  margin-bottom: 12px;
}

.shop-controls label {
  color: var(--muted);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quick-filters,
.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 12px 0 18px;
}

.quick-filters button,
.gallery-filters button {
  min-height: 38px;
  border: 1px solid rgba(67, 214, 157, 0.24);
  border-radius: 999px;
  background: rgba(23, 107, 43, 0.58);
  color: #f3f7fb;
  padding: 8px 13px;
  cursor: pointer;
  font-weight: 850;
}

.quick-filters button.active,
.gallery-filters button.active {
  background: #e7ecef;
  color: #11161d;
}

.result-count {
  min-height: 22px;
  margin-bottom: 16px;
  color: var(--muted);
  font-weight: 800;
}

.product-media,
.gallery-media,
.product-detail-photo {
  min-height: 210px;
  display: grid;
  place-items: center;
  border-bottom: 1px solid rgba(143, 182, 200, 0.14);
  background:
    radial-gradient(circle at 62% 28%, rgba(79, 195, 247, 0.18), transparent 11rem),
    radial-gradient(circle at 26% 70%, rgba(255, 90, 61, 0.18), transparent 12rem),
    linear-gradient(135deg, #1d272f, #07090d);
}

.placeholder-media span {
  border: 1px solid rgba(203, 213, 223, 0.2);
  border-radius: 999px;
  color: var(--soft);
  padding: 8px 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.tank-media {
  background:
    linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0)),
    repeating-linear-gradient(90deg, rgba(203, 213, 223, 0.16), rgba(203, 213, 223, 0.16) 18px, transparent 18px, transparent 36px),
    linear-gradient(135deg, #3a444a, #11161d);
}

.pipe-media {
  background:
    radial-gradient(circle at 68% 34%, rgba(246, 184, 91, 0.22), transparent 10rem),
    linear-gradient(145deg, #52616b, #11161d 62%);
}

.product-price {
  color: var(--accent-2) !important;
  font-weight: 950;
}

.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0 14px;
}

.product-tags span {
  border: 1px solid rgba(203, 213, 223, 0.18);
  border-radius: 999px;
  color: var(--soft);
  padding: 4px 7px;
  font-size: 0.72rem;
  font-weight: 850;
}

.product-actions {
  display: grid;
  gap: 8px;
  margin-top: auto;
}

.product-actions .button-link {
  width: calc(100% - 28px);
  margin-left: 14px;
  margin-right: 14px;
}

.featured-product {
  border-color: rgba(246, 184, 91, 0.34);
}

.product-detail {
  padding-top: 96px;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 28px;
  align-items: center;
}

.product-photo-stack {
  display: grid;
  gap: 12px;
}

.product-detail-photo {
  min-height: 390px;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.mini-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.mini-gallery .placeholder-media {
  min-height: 100px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.feature-list {
  margin: 16px 0 0;
  padding-left: 20px;
  color: var(--soft);
  line-height: 1.7;
}

.spec-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)), var(--panel);
  padding: 18px;
}

.spec-card table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 12px;
}

.spec-card th,
.spec-card td {
  border-top: 1px solid var(--line);
  padding: 10px 0;
  text-align: left;
  vertical-align: top;
}

.spec-card th {
  width: 34%;
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.gallery-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(12, 17, 23, 0.72);
  overflow: hidden;
}

.gallery-card h3,
.gallery-card p {
  margin: 0;
  padding: 0 14px;
}

.gallery-card h3 {
  padding-top: 14px;
}

.gallery-card p {
  padding-top: 8px;
  padding-bottom: 16px;
  color: var(--muted);
  line-height: 1.45;
}

.cart-page {
  padding-top: 96px;
}

.cart-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)), var(--panel);
  padding: 18px;
}

.cart-items {
  display: grid;
  gap: 10px;
}

.cart-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 130px 90px;
  gap: 12px;
  align-items: center;
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.cart-row:first-child {
  border-top: 0;
  padding-top: 0;
}

.cart-row h3 {
  margin: 0 0 4px;
  font-size: 1rem;
}

.cart-row p {
  margin: 0;
  color: var(--muted);
}

.qty-control {
  display: grid;
  grid-template-columns: 34px minmax(48px, 1fr) 34px;
  gap: 6px;
  align-items: center;
}

.qty-control button {
  min-height: 34px;
  border: 1px solid var(--line-bright);
  border-radius: 6px;
  background: var(--panel-2);
  color: var(--ink);
  cursor: pointer;
  font-weight: 900;
}

.qty-control input {
  min-height: 34px;
  padding: 6px;
  text-align: center;
}

.remove-cart-item {
  min-height: 36px;
  border: 1px solid var(--line-bright);
  border-radius: 6px;
  background: #202a34;
  color: var(--ink);
  cursor: pointer;
  font-weight: 850;
}

.cart-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.empty-cart {
  color: var(--muted);
  line-height: 1.5;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.contact-card span {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.contact-card strong {
  display: block;
  margin-top: 5px;
  color: var(--ink);
  line-height: 1.35;
}

.contact-link-card {
  position: relative;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.contact-link-card::after {
  content: "->";
  position: absolute;
  right: 16px;
  top: 16px;
  color: var(--accent-2);
  font-weight: 950;
}

.contact-link-card:hover,
.contact-link-card:focus-visible {
  border-color: rgba(255, 90, 61, 0.72);
  background: linear-gradient(180deg, rgba(255, 90, 61, 0.08), rgba(255, 255, 255, 0.02)), var(--panel);
  outline: none;
  transform: translateY(-2px);
}

.legal-notes {
  margin-top: 20px;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.46;
}

.legal-notes p { margin: 7px 0; }

.footer {
  border-top: 1px solid var(--line);
  padding: 24px 0;
  color: var(--muted);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 1040px) {
  .nav-toggle { display: block; }

  .nav-links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 68px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #0d1218;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.36);
  }

  .nav-links.open { display: flex; }
}

@media (max-width: 980px) {
  .content,
  .split {
    grid-template-columns: 1fr;
  }

  .summary-panel { position: static; }
  .summary-list { max-height: none; }
  .feature-grid,
  .feature-grid.two,
  .service-card-grid,
  .catalogue-grid,
  .product-grid,
  .gallery-grid,
  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }

  .shop-controls,
  .product-detail-grid {
    grid-template-columns: 1fr;
  }

  .cart-row {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 760px) {
  .hero { min-height: 650px; }
  .hero-inner,
  .container,
  .content {
    width: min(100% - 22px, 1180px);
  }

  .hero-inner { padding-bottom: 30px; }
  .section-band { padding: 44px 0; }
  .form-section { padding: 18px; }
  .grid,
  .grid.three,
  .choice-grid,
  .compact-choice,
  .checkbox-list,
  .select-other,
  .price-grid,
  .feature-grid,
  .feature-grid.two,
  .service-card-grid,
  .catalogue-grid,
  .product-grid,
  .gallery-grid,
  .cart-actions,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .catalogue-head,
  .mini-gallery {
    grid-template-columns: 1fr;
    display: grid;
  }

  h1 { font-size: clamp(2.75rem, 14vw, 4.5rem); }
  h2 { font-size: clamp(1.7rem, 8vw, 2.45rem); }
  .button-link { width: 100%; }
  .brand span:last-child { max-width: 170px; }
}

@media print {
  body { background: #fff; color: #111; }
  .site-header,
  .hero,
  .section-band:not(#enquiry),
  form,
  .actions,
  .notice,
  .footer,
  #enquiry > .section-title {
    display: none;
  }

  #enquiry {
    display: block;
    padding: 0;
    border: 0;
    background: #fff;
  }

  .content {
    display: block;
    padding: 0;
    width: 100%;
  }

  .summary-panel {
    position: static;
    border: 0;
    box-shadow: none;
    background: #fff;
    color: #111;
  }

  .summary-value { color: #111; }
}
