:root {
  --ink: #0f1928;
  --ink-soft: #58667a;
  --line: #dce2ea;
  --paper: #f7fafc;
  --white: #ffffff;
  --red: #ef1e26;
  --red-deep: #c91218;
  --night: #070d17;
  --blue: #133a66;
  --aqua: #12a9d8;
  --yellow: #ffcc54;
  --hero-edge: rgba(255, 255, 255, 0.08);
  --hero-accent: linear-gradient(90deg, rgba(239, 30, 38, 0.9), rgba(255, 204, 84, 0.72), transparent);
  --shadow-lg: 0 20px 50px rgba(8, 15, 28, 0.2);
}

.seo-detail-page {
  background: #071421;
  color: #f8fafc;
  min-height: 100vh;
}

.seo-public-header {
  align-items: center;
  background: #ffffff;
  border-bottom: 4px solid #f5222d;
  display: flex;
  justify-content: space-between;
  padding: 18px clamp(18px, 6vw, 84px);
}

.seo-public-header img {
  display: block;
  height: 48px;
  object-fit: contain;
}

.seo-public-shell {
  margin: 0 auto;
  max-width: 1120px;
  padding: clamp(28px, 5vw, 64px) 18px;
}

.project-detail-page .seo-public-shell {
  padding-top: calc(clamp(22px, 4vw, 46px) + 64px);
}

.project-detail-page .project-detail-header .site-nav {
  gap: clamp(14px, 2vw, 30px);
}

.project-detail-page .project-detail-header .site-nav a {
  color: #111827;
}

.seo-public-hero,
.seo-public-card {
  background: linear-gradient(135deg, rgba(22, 36, 52, .95), rgba(11, 24, 37, .98));
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  margin-bottom: 18px;
  padding: clamp(22px, 4vw, 42px);
}

.project-detail-page .seo-public-hero {
  margin-bottom: 16px;
  padding: clamp(18px, 3vw, 32px);
}

.seo-public-hero span {
  color: #ffce3a;
  display: block;
  font-family: var(--font-condensed);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.project-detail-page .seo-public-hero span {
  font-size: clamp(0.82rem, 1.4vw, 1rem);
  letter-spacing: 0.11em;
  line-height: 1.25;
}

.seo-public-hero h1 {
  color: #ffffff;
  font-family: var(--font-condensed);
  font-size: clamp(36px, 7vw, 72px);
  line-height: .95;
  margin: 12px 0 16px;
}

.project-detail-page .seo-public-hero h1 {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.08;
  margin: 10px 0 12px;
  max-width: 980px;
}

.seo-public-hero p,
.seo-public-card p {
  color: #d5dfeb;
  font-size: 18px;
  line-height: 1.65;
}

.project-detail-page .seo-public-hero p {
  font-size: clamp(1rem, 1.45vw, 1.16rem);
  line-height: 1.5;
  max-width: 900px;
}

.seo-public-card h2 {
  color: #ffffff;
  font-family: var(--font-condensed);
  font-size: 30px;
  margin: 0 0 12px;
}

.seo-public-image {
  background: #ffffff;
  border-radius: 8px;
  display: block;
  margin: 0 0 18px;
  max-height: 560px;
  object-fit: contain;
  width: 100%;
}

.seo-project-gallery {
  display: grid;
  gap: 16px;
  width: min(1120px, 100%);
  margin: 0 auto 28px;
}

.project-detail-photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  align-items: start;
}

.project-detail-photo-card {
  min-width: 0;
  display: block;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(25, 39, 55, .96), rgba(11, 24, 38, .98));
  color: #fff;
  cursor: zoom-in;
  text-align: left;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.project-detail-photo-card:hover,
.project-detail-photo-card.is-active {
  border-color: var(--yellow);
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, .25);
}

.project-detail-photo-frame {
  min-height: 300px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  border-radius: 8px;
  background: linear-gradient(135deg, #071421, #142437);
}

.project-detail-photo-frame img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 560px;
  object-fit: contain !important;
  object-position: center center;
}

.project-detail-lightbox[hidden] {
  display: none !important;
}

.project-detail-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: clamp(14px, 3vw, 42px);
}

.project-lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(3, 10, 18, .88);
  cursor: zoom-out;
}

.project-lightbox-panel {
  position: relative;
  z-index: 1;
  width: min(1320px, 96vw);
  max-width: 96vw;
  max-height: 96dvh;
  padding: clamp(8px, 1.4vw, 14px);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: #071421;
  box-shadow: 0 32px 90px rgba(0, 0, 0, .55);
}

.project-lightbox-content {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.project-lightbox-panel.is-single .project-lightbox-content {
  grid-template-columns: minmax(0, 1fr);
}

.project-lightbox-thumbs {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  gap: 10px;
  overflow: visible;
  padding-right: 0;
}

.project-lightbox-thumb {
  width: 118px;
  height: 104px;
  min-height: 104px;
  flex: 0 0 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  cursor: pointer;
  opacity: .72;
  transition: border-color .2s ease, opacity .2s ease, transform .2s ease;
  overflow: hidden;
}

.project-lightbox-thumb:hover,
.project-lightbox-thumb.is-active {
  border-color: var(--yellow);
  opacity: 1;
  transform: translateX(1px);
}

.project-lightbox-thumb img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 6px;
}

.project-lightbox-image-wrap {
  min-height: min(82dvh, 860px);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.project-lightbox-image-wrap img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(96dvh - 40px);
  object-fit: contain;
  object-position: center;
}

.project-lightbox-panel.is-portrait .project-lightbox-image-wrap img {
  width: auto;
  height: calc(96dvh - 40px);
  max-width: 100%;
  max-height: calc(96dvh - 40px);
}

.project-lightbox-panel.is-landscape .project-lightbox-image-wrap img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: calc(96dvh - 40px);
}

.project-lightbox-close,
.project-lightbox-nav {
  position: absolute;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .25);
  color: #fff;
  background: rgba(239, 30, 38, .94);
  cursor: pointer;
  font-family: "Sora", Arial, sans-serif;
  font-weight: 900;
}

.project-lightbox-close {
  top: -14px;
  right: -14px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  font-size: 1.5rem;
}

.project-lightbox-nav {
  top: 50%;
  width: 46px;
  height: 58px;
  transform: translateY(-50%);
  border-radius: 8px;
  font-size: 2.3rem;
  line-height: 1;
}

.project-lightbox-prev {
  left: 12px;
}

.project-lightbox-next {
  right: 12px;
}

.project-lightbox-panel.has-thumbs .project-lightbox-prev {
  left: 166px;
}

.project-lightbox-open {
  overflow: hidden;
}

.seo-project-info {
  display: grid;
  grid-template-columns: minmax(240px, .8fr) minmax(0, 1.2fr);
  gap: 24px;
}

.seo-project-info dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.seo-project-info dl div {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
}

.seo-project-info dt {
  color: #ffce3a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.seo-project-info dd {
  margin: 4px 0 0;
  color: #ffffff;
  font-weight: 800;
}

.project-scope-list {
  display: grid;
  gap: 10px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.project-scope-list li {
  position: relative;
  padding-left: 22px;
  color: #d5dfeb;
  font-size: 1rem;
  line-height: 1.55;
}

.project-scope-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 0 0 0 4px rgba(255, 204, 84, 0.12);
}

.seo-project-cta {
  display: grid;
  gap: 12px;
  justify-items: start;
}

.project-gallery-section[hidden] {
  display: none !important;
}

.project-gallery-section {
  background: #071421;
}

.project-gallery-section .section-label {
  color: var(--yellow);
  opacity: 1;
}

.project-gallery-section .section-head h2 {
  color: #ffffff;
  opacity: 1;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.project-gallery-tools {
  display: grid;
  gap: 10px;
  margin: 0 0 20px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.project-gallery-tools[hidden] {
  display: none !important;
}

.project-gallery-tools label {
  color: var(--yellow);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-gallery-search-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.project-gallery-search-row input {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  color: #0c1724;
  font: inherit;
}

.project-gallery-search-row button {
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 8px;
  background: var(--red);
  color: #fff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 900;
  cursor: pointer;
}

.project-gallery-tools p,
.project-gallery-empty {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.project-gallery-empty {
  margin-top: 16px;
  padding: 18px;
  border: 1px dashed rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  text-align: center;
}

.project-gallery-empty[hidden] {
  display: none !important;
}

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

.project-gallery-card {
  min-width: 0;
  min-height: 650px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(28, 43, 59, 0.98), rgba(18, 31, 45, 0.98));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
}

.project-gallery-media {
  position: relative;
  width: 100%;
  height: 370px;
  flex: 0 0 370px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  background-color: #0d1d2d;
  border-bottom: 0;
}

.project-gallery-media::before {
  content: "";
  position: absolute;
  inset: -18px;
  background-image: var(--project-card-image);
  background-size: cover;
  background-position: var(--project-card-position, center);
  filter: blur(22px);
  opacity: .32;
  transform: scale(1.08);
}

.project-gallery-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 20, 33, .08), rgba(7, 20, 33, .36));
}

.project-gallery-media img {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain !important;
  object-position: var(--project-card-position, center);
  opacity: 1;
  transition: transform 0.25s ease;
}

.project-gallery-card:hover .project-gallery-media img {
  transform: none;
}

.project-gallery-media span {
  position: absolute;
  z-index: 2;
  right: 12px;
  bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(7, 20, 33, 0.88);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
}

.project-gallery-no-image {
  position: static !important;
  background: transparent !important;
  color: #133a66 !important;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 2rem !important;
  letter-spacing: 0.08em;
}

.project-gallery-copy {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(32, 47, 64, .98), rgba(18, 31, 45, .98));
  border-top: 1px solid rgba(255, 255, 255, .04);
}

.project-gallery-copy small {
  color: var(--yellow);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-gallery-copy h3 {
  margin: 0;
  color: #fff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.45rem;
  line-height: 1.05;
}

.project-gallery-copy h3 a {
  color: inherit;
}

.project-gallery-copy p {
  display: -webkit-box;
  min-height: 4.5em;
  margin: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.project-gallery-link {
  width: fit-content;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-weight: 900;
}

@media (max-width: 760px) {
  .project-detail-page .seo-public-shell {
    padding-top: calc(82px + 18px);
  }

  .project-detail-page .seo-public-hero {
    padding: 18px;
  }

  .project-detail-page .seo-public-hero h1 {
    font-size: clamp(2rem, 11vw, 2.65rem);
    line-height: 1.08;
  }

  .project-detail-page .seo-public-hero p {
    font-size: 0.98rem;
    line-height: 1.48;
  }

  .seo-project-gallery,
  .seo-project-info {
    grid-template-columns: 1fr;
  }

  .project-detail-photo-grid {
    grid-template-columns: 1fr;
  }

  .project-detail-photo-frame {
    min-height: 240px;
  }

  .project-lightbox-nav {
    width: 38px;
    height: 48px;
    font-size: 1.8rem;
  }

  .project-lightbox-prev {
    left: 6px;
  }

  .project-lightbox-panel.has-thumbs .project-lightbox-prev {
    left: 6px;
  }

  .project-lightbox-next {
    right: 6px;
  }

  .project-lightbox-panel {
    width: 96vw;
    padding: 10px;
  }

  .project-lightbox-content {
    grid-template-columns: 1fr;
  }

  .project-lightbox-image-wrap {
    min-height: min(70dvh, 560px);
  }

  .project-lightbox-thumbs {
    order: 2;
    max-height: none;
    display: flex;
    flex-wrap: wrap;
    overflow: visible;
    padding: 4px 2px 2px;
  }

  .project-lightbox-thumb {
    width: 84px;
    flex: 0 0 84px;
    height: 64px;
    min-height: 64px;
  }

  .project-gallery-grid {
    grid-template-columns: 1fr;
  }

  .project-gallery-card {
    min-height: 560px;
  }

  .project-gallery-media {
    height: 300px;
    flex-basis: 300px;
  }

  .project-gallery-search-row {
    grid-template-columns: 1fr;
  }
}

.code-box {
  background: #071421;
  border-radius: 8px;
  color: #e5eef8;
  overflow: auto;
  padding: 16px;
  white-space: pre-wrap;
}

[hidden] {
  display: none !important;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Sora", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
  overflow-x: hidden;
}

.category-gallery-page {
  background: var(--night);
}

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

img {
  display: block;
}

.container {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
}

.top-contact {
  background: #11161f;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.64rem;
  font-weight: 600;
}

.top-contact-inner {
  min-height: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.top-contact-inner span {
  margin-left: auto;
}

.market-ticker {
  margin-left: auto;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.9);
}

.nav-shell {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 2px solid #eceff4;
  transition: box-shadow 180ms ease;
}

.site-header.is-scrolled .nav-shell,
.site-header.is-open .nav-shell {
  box-shadow: 0 10px 26px rgba(7, 13, 23, 0.16);
}

.nav-inner {
  min-height: 46px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 10px;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-width: 178px;
  min-width: 0;
  line-height: 0;
}

.brand-logo {
  display: block;
  width: auto;
  height: auto;
  max-height: 38px;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}

.site-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(16px, 2.5vw, 42px);
  margin-left: auto;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.site-nav a,
.nav-link-button,
.nav-link-static {
  padding: 8px 0;
  color: #11161f;
}

.nav-link-button,
.nav-link-static {
  border: 0;
  background: transparent;
  font: inherit;
  letter-spacing: inherit;
  text-align: left;
}

.nav-link-button {
  cursor: pointer;
}

.nav-link-static {
  cursor: pointer;
}

.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.nav-dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 10px;
}

.dropdown-toggle {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.dropdown-toggle span {
  width: 7px;
  height: 7px;
  border-right: 2px solid #1b2431;
  border-bottom: 2px solid #1b2431;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 160ms ease;
}

.nav-dropdown.open .dropdown-toggle span {
  transform: rotate(-135deg) translateY(-1px);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 208px;
  display: none;
  gap: 2px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(7, 13, 23, 0.14);
  z-index: 60;
}

.dropdown-menu .submenu-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2px;
}

.dropdown-menu .submenu-item.has-submenu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 10px;
  height: 100%;
}

.submenu-toggle {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.submenu-toggle span {
  width: 7px;
  height: 7px;
  border-right: 2px solid #1b2431;
  border-bottom: 2px solid #1b2431;
  transform: rotate(-45deg);
  transition: transform 160ms ease;
}

.submenu-item.open .submenu-toggle span {
  transform: rotate(45deg);
}

.submenu-menu {
  position: absolute;
  top: -8px;
  left: calc(100% + 8px);
  min-width: 238px;
  display: none;
  gap: 2px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(7, 13, 23, 0.14);
  width: max-content;
  grid-template-rows: repeat(8, minmax(0, auto));
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, auto);
}

.submenu-network > .submenu-menu {
  grid-template-rows: repeat(4, minmax(0, auto));
}

.submenu-audio > .submenu-menu {
  grid-template-rows: repeat(6, minmax(0, auto));
}

.submenu-electric > .submenu-menu {
  top: auto;
  bottom: -8px;
  grid-template-rows: repeat(2, minmax(0, auto));
}

.dropdown-menu a {
  display: block;
  padding: 8px 10px;
  color: #1b2431;
  font-size: 0.86rem;
  letter-spacing: 0.03em;
  border-radius: 6px;
}

.dropdown-menu a:hover {
  color: var(--red);
  background: #f5f8fc;
}

.dropdown-menu a.active {
  color: var(--red);
  background: #f5f8fc;
}

.submenu-item:hover > .submenu-menu,
.submenu-item:focus-within > .submenu-menu,
.submenu-item.open > .submenu-menu {
  display: grid;
}

.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu,
.nav-dropdown.open .dropdown-menu {
  display: grid;
}

.site-nav a:hover,
.nav-link-button:hover {
  color: var(--red);
}

.site-nav a.active,
.nav-link-button.active,
.nav-link-static.active {
  color: var(--red);
}

.nav-dropdown.active > a,
.nav-dropdown.active > .nav-link-button,
.nav-dropdown.active > .nav-link-static,
.nav-dropdown.active .dropdown-toggle span {
  color: var(--red);
  border-color: var(--red);
}

.cta-button {
  min-width: 126px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 10px;
  background: var(--red);
  color: var(--white);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.02rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.cta-button:hover {
  background: var(--red-deep);
}

.whatsapp-float {
  position: fixed;
  right: clamp(16px, 3vw, 28px);
  bottom: clamp(18px, 4vw, 32px);
  z-index: 80;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 56px;
  min-height: 56px;
  max-width: calc(100vw - 32px);
  overflow: hidden;
  padding: 8px;
  border-radius: 999px;
  color: var(--white);
  background: #1ebe5d;
  box-shadow: 0 18px 38px rgba(13, 88, 43, 0.28);
  font-weight: 800;
  transform: translateY(0);
  transition:
    width 220ms ease,
    padding 220ms ease,
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  width: 174px;
  padding-right: 16px;
  transform: translateY(-2px);
  background: #17a84f;
  box-shadow: 0 22px 44px rgba(13, 88, 43, 0.34);
  outline: 0;
}

.whatsapp-float-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.whatsapp-float-icon svg {
  width: 27px;
  height: 27px;
  fill: currentColor;
}

.whatsapp-float-copy {
  display: grid;
  gap: 1px;
  line-height: 1.05;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateX(6px);
  transition:
    max-width 220ms ease,
    opacity 160ms ease,
    transform 220ms ease;
  white-space: nowrap;
}

.whatsapp-float:hover .whatsapp-float-copy,
.whatsapp-float:focus-visible .whatsapp-float-copy {
  max-width: 105px;
  opacity: 1;
  transform: translateX(0);
}

.whatsapp-float-copy span {
  font-size: 0.92rem;
}

.whatsapp-float-copy small {
  font-size: 0.68rem;
  font-weight: 700;
  opacity: 0.84;
}

.nav-toggle {
  display: none;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 7px;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: #121923;
}

.hero-start {
  padding-top: 66px;
  background: var(--night);
}

.hero-grid {
  display: flex;
  min-height: clamp(560px, 75vh, 760px);
  border-top: 1px solid var(--hero-edge);
  border-bottom: 1px solid var(--hero-edge);
}

.home-hero-loading .hero-grid {
  visibility: hidden;
}

.hero-tile {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #050a12;
  flex: 1 1 0;
  min-width: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  transition: flex 360ms ease;
}

.hero-tile:last-child {
  border-right: 0;
}

.hero-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(2, 5, 9, 0.85) 12%, rgba(2, 5, 9, 0.1) 56%);
  z-index: 1;
}

.hero-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1);
  transition: transform 450ms ease, object-position 420ms ease;
}

/* Panel bazli kadraj ayari: her gorselde ana konu merkeze gelsin */
.hero-grid .hero-tile:nth-child(1) img {
  object-position: 68% center;
}

.hero-grid .hero-tile:nth-child(2) img {
  object-position: 40% center;
}

.hero-grid .hero-tile:nth-child(3) img {
  object-position: 66% 38%;
}

.hero-grid .hero-tile:nth-child(4) img {
  object-position: 72% center;
}

.hero-grid .hero-tile:nth-child(5) img {
  object-position: 34% center;
}

.hero-grid .hero-tile:nth-child(6) img {
  object-position: 78% center;
}

.hero-grid .hero-tile:nth-child(7) img {
  object-position: 38% center;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 15%, rgba(18, 169, 216, 0.22), transparent 35%),
    linear-gradient(0deg, rgba(1, 3, 8, 0.75), rgba(1, 3, 8, 0));
  z-index: 2;
}

.access-tile .hero-shade {
  background:
    radial-gradient(circle at 30% 15%, rgba(18, 169, 216, 0.18), transparent 36%),
    linear-gradient(0deg, rgba(1, 3, 8, 0.58), rgba(1, 3, 8, 0));
}

.plate-tile .hero-shade {
  background:
    radial-gradient(circle at 72% 22%, rgba(255, 204, 84, 0.18), transparent 35%),
    linear-gradient(0deg, rgba(1, 3, 8, 0.66), rgba(1, 3, 8, 0.08));
}

.hero-copy {
  position: absolute;
  left: clamp(20px, 3vw, 44px);
  right: clamp(20px, 3vw, 44px);
  bottom: clamp(28px, 4vw, 54px);
  z-index: 3;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  margin: 0 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hero-copy h1,
.hero-copy h2 {
  margin: 0;
  color: var(--white);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(1.9rem, 2.45vw, 3.5rem);
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 0.9;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.7);
}

.hero-copy a {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--yellow);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.hero-copy a::after {
  content: ">";
  transform: translateY(-1px);
}

.hero-tile:hover img,
.hero-tile.is-focus img {
  object-fit: cover;
  transform: scale(1);
}

.hero-tile.is-focus {
  flex: 2.2 1 0;
}

.hero-grid:hover .hero-tile {
  flex: 0.56 1 0;
}

.hero-grid:hover .hero-tile:hover {
  flex: 3.8 1 0;
}

.hero-tile:hover .hero-copy a,
.hero-tile.is-focus .hero-copy a {
  color: var(--white);
}

.hero-ribbon {
  background:
    linear-gradient(90deg, rgba(12, 17, 28, 0.98), rgba(12, 17, 28, 0.88)),
    linear-gradient(90deg, rgba(239, 30, 38, 0.18), rgba(18, 169, 216, 0.12));
}

.hero-ribbon-inner {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.hero-ribbon p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.hero-ribbon-points {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-ribbon-points span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.82rem;
  font-weight: 700;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding-top: 66px;
  border-bottom: 0;
  box-shadow: inset 0 -1px 0 var(--hero-edge);
  background:
    linear-gradient(120deg, rgba(9, 23, 40, 0.96), rgba(11, 35, 62, 0.92)),
    linear-gradient(90deg, rgba(18, 169, 216, 0.18), rgba(239, 30, 38, 0.14));
}

.page-hero::after {
  content: "";
  position: absolute;
  left: max(24px, calc((100vw - 1524px) / 2 + 24px));
  bottom: 0;
  width: min(420px, calc(100% - 48px));
  height: 3px;
  border-radius: 999px;
  background: var(--hero-accent);
  opacity: 0.9;
  pointer-events: none;
}

.category-gallery-page .page-hero {
  background: var(--night);
}

.project-landing-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 0;
  box-shadow: inset 0 -1px 0 var(--hero-edge);
  background:
    linear-gradient(135deg, rgba(7, 13, 23, 0.98) 0%, rgba(12, 31, 52, 0.96) 52%, rgba(7, 13, 23, 0.98) 100%),
    linear-gradient(90deg, rgba(18, 169, 216, 0.2), rgba(239, 30, 38, 0.16));
}

.project-landing-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 88px 88px;
  opacity: 0.34;
  pointer-events: none;
}

.project-landing-hero::after {
  height: 3px;
  background: var(--hero-accent);
}

.page-hero-inner {
  min-height: 300px;
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 42px 0;
}

.project-landing-hero .page-hero-inner {
  position: relative;
  z-index: 1;
  min-height: clamp(320px, 42vh, 440px);
}

.page-hero .section-label {
  color: rgba(255, 255, 255, 0.82);
}

.category-gallery-page .page-hero .section-label {
  color: var(--yellow);
  opacity: 1;
}

.page-hero h1 {
  margin: 0;
  max-width: 900px;
  color: var(--white);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 0.92;
}

.page-hero p {
  margin: 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
}

.section {
  padding: clamp(72px, 9vw, 120px) 0;
}

.section-label {
  margin: 0 0 12px;
  color: var(--aqua);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

h2 {
  margin: 0;
  color: #081728;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.9rem);
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1;
}

h3 {
  margin: 0;
  color: #0a1f38;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.42rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

p {
  color: var(--ink-soft);
}

.about {
  background: var(--paper);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(290px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(30px, 6vw, 72px);
  align-items: center;
}

.about-image {
  min-height: 460px;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: var(--shadow-lg);
}

.about-image img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

.about-copy p:not(.section-label) {
  margin: 18px 0 0;
  font-size: 1.03rem;
}

.text-link {
  display: inline-flex;
  margin-top: 24px;
  padding-bottom: 3px;
  border-bottom: 2px solid var(--red);
  color: var(--blue);
  font-weight: 700;
}

.corporate-page .text-link {
  color: rgba(255, 255, 255, 0.86);
  border-color: var(--yellow);
}

.corporate-hero {
  border-bottom: 0;
  box-shadow: inset 0 -1px 0 var(--hero-edge);
}

.corporate-intro,
.corporate-services,
.corporate-process,
.corporate-cta {
  background: var(--night);
}

.corporate-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(30px, 6vw, 72px);
  align-items: center;
}

.corporate-copy,
.corporate-visual,
.corporate-service-grid article,
.corporate-process-grid article {
  min-width: 0;
}

.corporate-copy h2,
.corporate-services h2,
.corporate-process h2,
.corporate-cta h2 {
  color: var(--white);
}

.corporate-page .section-label,
.corporate-copy .section-label,
.corporate-services .section-label,
.corporate-process .section-label,
.corporate-cta .section-label {
  color: var(--yellow);
}

.corporate-copy p:not(.section-label),
.corporate-service-grid p,
.corporate-process-grid p {
  color: rgba(255, 255, 255, 0.72);
}

.corporate-copy p:not(.section-label) {
  margin: 18px 0 0;
  font-size: 1.03rem;
}

.corporate-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
}

.corporate-actions .text-link {
  margin-top: 0;
}

.corporate-visual {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #050a12;
}

.corporate-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 13, 23, 0.04), rgba(7, 13, 23, 0.72)),
    linear-gradient(90deg, rgba(7, 13, 23, 0.42), rgba(7, 13, 23, 0));
}

.corporate-visual img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(0.95) contrast(1.06);
}

.corporate-visual-panel {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  display: grid;
  gap: 8px;
  max-width: 430px;
  padding: 20px;
  border-left: 4px solid var(--red);
  border-radius: 8px;
  background: rgba(7, 13, 23, 0.82);
  backdrop-filter: blur(10px);
}

.corporate-visual-panel strong {
  color: var(--white);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.corporate-visual-panel span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.corporate-services,
.corporate-process,
.corporate-cta {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.corporate-service-grid,
.corporate-process-grid {
  display: grid;
  gap: 16px;
}

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

.corporate-process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.corporate-service-grid article,
.corporate-process-grid article {
  min-height: 220px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.corporate-service-grid article span,
.corporate-process-grid article span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  margin-bottom: 18px;
  color: var(--yellow);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.22rem;
  font-weight: 800;
}

.corporate-service-grid h3,
.corporate-process-grid h3 {
  color: var(--white);
}

.corporate-service-grid p,
.corporate-process-grid p {
  margin: 12px 0 0;
  font-size: 0.92rem;
}

.corporate-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.corporate-cta-inner > div {
  max-width: 760px;
}

.section-head {
  max-width: 780px;
  margin-bottom: 40px;
}

.instagram-profile-link {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  margin-top: 14px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: #0d2f54;
  font-weight: 700;
}

.instagram-profile-link:hover {
  border-color: #b9c6d6;
  background: #eef4fa;
}

.home-instagram {
  background: var(--night);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.home-instagram h2 {
  color: var(--white);
}

.home-instagram .instagram-profile-link {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.home-instagram .instagram-profile-link:hover {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.14);
}

.home-facebook {
  background: var(--night);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.home-facebook h2 {
  color: var(--white);
}

.social-card {
  max-width: 760px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.social-card p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
}

.section-head.centered {
  margin-inline: auto;
  text-align: center;
}

.power-solutions {
  background: var(--night);
}

.power-solutions-inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(26px, 5vw, 64px);
  align-items: center;
}

.power-solutions h2,
.power-solutions h3 {
  color: var(--white);
}

.power-solutions .section-label,
.home-instagram .section-label {
  color: var(--yellow);
}

.power-solutions-copy > p:not(.section-label) {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.power-solutions-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  margin-top: 26px;
  padding: 0 18px;
  border-radius: 8px;
  background: var(--red);
  color: var(--white);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.06rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.power-solutions-link:hover {
  background: var(--red-deep);
}

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

.power-solution-list article {
  min-height: 230px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.power-solution-list span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  margin-bottom: 22px;
  color: var(--yellow);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
}

.power-solution-list p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

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

.service-card {
  min-height: 280px;
  padding: 28px 24px;
  border-radius: 6px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 14px 30px rgba(10, 20, 34, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.service-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  border-radius: 8px;
  background: #edf5fc;
  color: var(--blue);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
}

.service-card p {
  margin: 12px 0 0;
  font-size: 0.95rem;
}

.solutions {
  background: linear-gradient(180deg, #eef6fd, #f9fbfe);
}

.camera-gallery-section {
  scroll-margin-top: 86px;
  background: var(--paper);
}

.category-gallery-section {
  background: var(--night);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.category-gallery-section .section-head h2 {
  color: var(--white);
}

.category-gallery-section .section-label,
.category-gallery-section .category-gallery-head .section-label {
  color: var(--yellow);
}

.category-gallery-section .category-gallery-block {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.category-gallery-section .category-gallery-block h3 {
  color: var(--white);
}

.category-gallery-section .category-gallery-block .gallery-hint {
  color: rgba(255, 255, 255, 0.68);
}

.category-gallery-section .category-gallery-block .gallery-empty {
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.64);
}

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

.gallery-index-card {
  min-height: 230px;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.78);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.gallery-index-card:hover,
.gallery-index-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  outline: 0;
}

.gallery-index-card span {
  color: var(--yellow);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
}

.gallery-index-card h3 {
  color: var(--white);
  font-size: 1.75rem;
}

.gallery-index-card p {
  margin: 0;
  font-size: 0.94rem;
}

.camera-gallery-stack {
  display: grid;
  gap: 22px;
}

.camera-gallery-block {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 26px rgba(10, 20, 34, 0.06);
}

.camera-gallery-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.camera-gallery-head .section-label {
  margin-bottom: 8px;
}

.camera-gallery-head a {
  flex: 0 0 auto;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid #d7dee8;
  border-radius: 8px;
  background: #f4f8fc;
  color: #0f2847;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.camera-gallery-head a:hover {
  background: #eaf1f9;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.solution-grid article {
  min-height: 210px;
  padding: 28px;
  border-left: 4px solid var(--aqua);
  background: var(--white);
  border-radius: 4px;
  box-shadow: 0 12px 28px rgba(10, 20, 34, 0.08);
}

.solution-grid p {
  margin: 12px 0 0;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.info-grid article {
  min-height: 190px;
  padding: 24px;
  border-radius: 6px;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 12px 26px rgba(10, 20, 34, 0.06);
}

.info-grid p {
  margin: 12px 0 0;
}

.partners {
  background: #0f2239;
}

.partners-inner {
  min-height: 98px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.partners span {
  text-align: center;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.partners span:last-child {
  border-right: 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.84fr);
  gap: clamp(30px, 6vw, 72px);
  align-items: start;
}

.contact-page .contact-section {
  background: var(--night);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-page .contact-copy h2,
.contact-page .form-head h3 {
  color: var(--white);
}

.contact-page .contact-copy .section-label {
  color: var(--yellow);
}

.contact-page .contact-copy > p:not(.section-label),
.contact-page .contact-note {
  color: rgba(255, 255, 255, 0.74);
}

.contact-grid > div > p:not(.section-label) {
  margin: 18px 0 0;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.contact-cards a {
  padding: 20px;
  border-radius: 6px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.contact-card {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.contact-page .contact-card {
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.07);
}

.contact-cards strong,
.contact-cards span {
  display: block;
}

.contact-cards strong {
  color: #0d2f54;
}

.contact-cards span {
  margin-top: 5px;
  color: var(--ink-soft);
  font-weight: 600;
}

.contact-page .contact-cards strong {
  color: var(--yellow);
}

.contact-page .contact-cards span {
  color: rgba(255, 255, 255, 0.78);
}

.contact-note {
  max-width: 560px;
}

.quote-form {
  display: grid;
  gap: 14px;
  padding: 28px;
  border-radius: 8px;
  background: #091a2f;
  box-shadow: var(--shadow-lg);
}

.contact-page .quote-form {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.form-head {
  display: grid;
  gap: 6px;
  margin-bottom: 4px;
}

.form-head .section-label {
  margin: 0;
  color: var(--yellow);
}

.form-head h3 {
  margin: 0;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-style: italic;
  line-height: 0.95;
}

label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.86rem;
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font: inherit;
  padding: 12px 13px;
}

select option {
  color: var(--ink);
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(18, 169, 216, 0.3);
  border-color: var(--aqua);
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  background: var(--red);
  color: var(--white);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 0 18px;
  cursor: pointer;
}

.button:hover {
  background: var(--red-deep);
}

.form-button {
  width: 100%;
}

.form-button:disabled {
  opacity: 0.62;
  cursor: progress;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.45;
}

.form-status.is-success {
  color: #7cf2a5;
}

.form-status.is-error {
  color: #ffb3b8;
}

.site-footer {
  background: #061321;
  color: rgba(255, 255, 255, 0.72);
}

.footer-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 0.9rem;
}

.footer-trust-list {
  display: grid;
  gap: 6px;
  margin-top: 12px;
}

.footer-trust-list span,
.footer-trust-list a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.8);
}

.footer-trust-list span::before,
.footer-trust-list a::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: var(--red);
}

.home-seo-intro {
  background:
    linear-gradient(90deg, rgba(239, 30, 38, 0.12), transparent 34%),
    var(--night);
  color: rgba(255, 255, 255, 0.9);
  padding: 20px 0 24px;
}

.home-seo-intro-inner {
  width: min(100% - 48px, 1536px);
  max-width: none;
  border-left: 4px solid var(--red);
  padding: 14px 24px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.home-seo-intro p {
  margin: 0;
  max-width: 1320px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.08vw, 1.18rem);
  font-weight: 600;
  line-height: 1.42;
  text-align: left;
}

.service-overview {
  background: #f4f7fb;
  color: #0b1b2e;
  padding: 58px 0;
}

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

.service-overview-card {
  min-height: 100%;
  padding: 24px;
  border: 1px solid rgba(9, 30, 54, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(7, 19, 33, 0.08);
}

.service-overview-main {
  grid-column: span 2;
}

.service-overview-card h2,
.service-overview-card h3 {
  margin: 0 0 12px;
  color: #061321;
  line-height: 1.05;
}

.service-overview-card h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.service-overview-card h3 {
  font-size: 1.55rem;
}

.service-overview-card p {
  margin: 0;
  color: #496174;
  line-height: 1.7;
}

.service-overview-cta {
  background: #071321;
  color: #fff;
}

.service-detail-section {
  background: #eef3f8;
  color: #0b1b2e;
  padding: 0 0 54px;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 14px;
}

.service-detail-card {
  border: 1px solid rgba(9, 30, 54, 0.12);
  border-radius: 8px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 18px 42px rgba(7, 19, 33, 0.07);
}

.service-detail-card h2,
.service-detail-card h3 {
  margin: 0 0 12px;
  color: #061321;
  line-height: 1.05;
}

.service-detail-card h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.service-detail-card h3 {
  font-size: 1.5rem;
}

.service-detail-card p {
  margin: 0;
  color: #496174;
  line-height: 1.75;
}

.service-overview-cta h3,
.service-overview-cta p {
  color: #fff;
}

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

.secondary-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #fff;
  padding: 0 18px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.footer-rich {
  display: grid;
  grid-template-columns: minmax(240px, 1.4fr) repeat(3, minmax(160px, 1fr));
  gap: 28px;
  align-items: start;
  padding: 42px 0 28px;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  margin-bottom: 14px;
  max-width: 210px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  line-height: 0;
}

.footer-logo img {
  display: block;
  height: auto;
  max-width: 190px;
  max-height: 62px;
  object-fit: contain;
  object-position: left center;
}

.footer-brand-block p {
  max-width: 360px;
  margin: 0;
  line-height: 1.7;
}

.footer-links,
.footer-contact {
  display: grid;
  gap: 8px;
}

.footer-links strong,
.footer-contact strong {
  margin-bottom: 6px;
  color: #fff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
}

.footer-links a,
.footer-contact a,
.footer-contact span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.95rem;
}

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

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.86rem;
}

.gallery-controls {
  display: none;
  gap: 10px;
  margin-bottom: 20px;
}

.gallery-brand-filter {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0 0 16px;
}

.gallery-brand-filter span {
  color: var(--yellow);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gallery-brand-filter button {
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.88);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 800;
  cursor: pointer;
}

.gallery-brand-filter button:hover,
.gallery-brand-filter button:focus-visible,
.gallery-brand-filter button.active {
  border-color: rgba(239, 30, 38, 0.58);
  background: var(--red);
  color: #ffffff;
  outline: 0;
}

.gallery-admin-mode .gallery-controls {
  display: grid;
}

.gallery-public-mode .gallery-remove,
.gallery-public-mode .gallery-save,
.gallery-public-mode .gallery-meta-grid,
.gallery-public-mode .gallery-card-details > .gallery-price-pair {
  display: none;
}

.gallery-upload-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.gallery-upload-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.gallery-upload {
  min-height: 44px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border: 1px solid #d7dee8;
  border-radius: 8px;
  background: #f7fafc;
  color: #0f1928;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.04rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  cursor: pointer;
}

.gallery-upload:hover {
  border-color: #bcc8d8;
  background: #eff4fa;
}

.gallery-input {
  display: none;
}

.gallery-price-pair {
  width: min(320px, 100%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.gallery-title-entry-field {
  width: min(260px, 100%);
}

.gallery-card-details .gallery-price-pair {
  width: 100%;
}

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

.gallery-description-field {
  grid-column: 1 / -1;
}

.gallery-title-field,
.gallery-meta-field,
.gallery-price-field {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.gallery-title-field span,
.gallery-meta-field span,
.gallery-price-field span,
.gallery-rate-note {
  color: #5f7088;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.gallery-rate-note {
  align-self: end;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
}

.gallery-title-entry,
.gallery-title-input,
.gallery-meta-input,
.gallery-price-entry,
.gallery-price-input {
  min-height: 40px;
  width: 100%;
  border: 1px solid #d7dee8;
  border-radius: 8px;
  background: #ffffff;
  color: #0f1928;
  font: inherit;
  font-size: 0.92rem;
}

.gallery-title-entry,
.gallery-price-entry {
  padding: 0 13px;
}

.gallery-title-input,
.gallery-meta-input,
.gallery-price-input {
  width: 100%;
  padding: 0 11px;
}

.gallery-title-entry::placeholder,
.gallery-title-input::placeholder,
.gallery-meta-input::placeholder,
.gallery-price-entry::placeholder,
.gallery-price-input::placeholder {
  color: #718198;
}

.gallery-title-entry:focus,
.gallery-title-input:focus,
.gallery-meta-input:focus,
.gallery-price-entry:focus,
.gallery-price-input:focus {
  border-color: var(--aqua);
  outline: 2px solid rgba(18, 169, 216, 0.18);
  outline-offset: 1px;
}

.gallery-hint {
  margin: 0;
  font-size: 0.9rem;
}

.gallery-empty {
  margin: 0;
  padding: 20px 18px;
  border: 1px dashed #c6d0de;
  border-radius: 8px;
  color: #63748b;
}

.gallery-empty[hidden] {
  display: none;
}

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

.gallery-card {
  position: relative;
  height: 440px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(10, 20, 34, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.gallery-video-card {
  cursor: pointer;
}

.gallery-play-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(239, 30, 38, 0.94);
  box-shadow: 0 10px 22px rgba(239, 30, 38, 0.28);
  pointer-events: none;
}

.gallery-play-badge::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #ffffff;
  transform: translate(-50%, -50%);
}

.gallery-card img {
  width: 100%;
  height: 198px;
  flex: 0 0 198px;
  display: block;
  object-fit: contain;
  background: #f6f8fb;
  transition: transform 0.28s ease;
}

.gallery-card:hover {
  border-color: rgba(239, 30, 38, 0.34);
  box-shadow: 0 18px 42px rgba(10, 20, 34, 0.15);
  transform: translateY(-3px);
}

.gallery-card:hover img {
  transform: none;
}

.gallery-image-link {
  display: block;
}

.gallery-card-footer {
  min-height: 52px;
  flex: 1 1 auto;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
}

.gallery-public-mode .gallery-card-footer {
  position: relative;
  display: block;
}

.gallery-card-details {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  display: grid;
  gap: 8px;
}

.gallery-public-mode .gallery-card-details {
  overflow: visible;
  display: block;
}

.gallery-card-name {
  display: block;
  font-size: 0.82rem;
  color: #24344a;
  font-weight: 600;
  overflow: visible;
  overflow-wrap: anywhere;
  text-overflow: clip;
  white-space: normal;
}

.gallery-public-mode .gallery-card-name {
  padding-right: 126px;
}

.gallery-public-details {
  display: grid;
  gap: 5px;
  max-height: 168px;
  overflow: hidden;
}

.gallery-card-description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gallery-public-details span,
.gallery-public-details small {
  color: #5f7088;
  font-size: 0.82rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.gallery-public-details small {
  color: #0f4260;
  font-weight: 800;
}

.gallery-public-details .gallery-card-price {
  width: max-content;
  max-width: 100%;
  padding: 4px 7px;
  border-radius: 6px;
  background: var(--red);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1.25;
  overflow: visible;
  text-overflow: clip;
  white-space: nowrap;
}

.gallery-stock-badge {
  width: fit-content;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(15, 40, 71, 0.08);
  color: #0f2847;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.gallery-stock-badge.stock-in_stock {
  background: rgba(18, 156, 91, 0.14);
  color: #15a862;
}

.gallery-stock-badge.stock-out_stock {
  background: rgba(157, 29, 40, 0.14);
  color: #ff5c66;
}

.gallery-stock-badge.stock-quote {
  background: rgba(255, 204, 84, 0.18);
  color: #ffd45f;
}

.gallery-detail-preview {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 24px;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 160ms ease, transform 160ms ease;
}

.gallery-detail-preview.is-visible {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.gallery-detail-preview-card {
  position: relative;
  width: min(760px, calc(100vw - 34px));
  max-height: min(560px, calc(100vh - 72px));
  display: grid;
  grid-template-columns: minmax(190px, 280px) minmax(0, 1fr);
  gap: 20px;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(7, 13, 23, 0.97);
  color: var(--white);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.46);
}

.gallery-detail-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}

.gallery-detail-close:hover,
.gallery-detail-close:focus-visible {
  background: var(--red);
  outline: 0;
}

.gallery-detail-preview-media {
  min-width: 0;
  display: grid;
  gap: 10px;
}

.gallery-detail-preview-media img {
  width: 100%;
  height: 260px;
  object-fit: contain;
  object-position: center;
  background: #ffffff;
  border-radius: 6px;
}

.gallery-detail-preview.has-video .gallery-detail-preview-media img {
  display: none;
}

.gallery-detail-preview-video:empty {
  display: none;
}

.gallery-detail-preview-video iframe,
.gallery-detail-preview-video video {
  width: 100%;
  height: 260px;
  display: block;
  border: 0;
  border-radius: 6px;
  background: #000000;
}

.gallery-detail-quote {
  width: 100%;
  justify-content: center;
  min-height: 42px;
}

.gallery-detail-preview-content {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 8px;
}

.gallery-detail-preview-content em {
  width: fit-content;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(255, 204, 84, 0.18);
  color: #ffd45f;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 900;
}

.gallery-detail-preview-content em.stock-in_stock {
  background: rgba(18, 156, 91, 0.18);
  color: #50e194;
}

.gallery-detail-preview-content em.stock-out_stock {
  background: rgba(157, 29, 40, 0.22);
  color: #ff858c;
}

.gallery-detail-preview-content strong {
  color: var(--white);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.28;
}

.gallery-detail-preview-content small {
  width: fit-content;
  max-width: 100%;
  padding: 4px 8px;
  border-radius: 6px;
  background: rgba(255, 204, 84, 0.16);
  color: var(--yellow);
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gallery-detail-preview-content p {
  max-height: 350px;
  overflow: auto;
  overscroll-behavior: contain;
  padding-right: 6px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.94rem;
  line-height: 1.58;
}

.gallery-code-field {
  display: grid;
  gap: 4px;
}

.gallery-code-field span {
  color: #5f7088;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.gallery-code-input {
  min-height: 36px;
  width: 100%;
  padding: 0 11px;
  border: 1px solid #d7dee8;
  border-radius: 8px;
  background: #ffffff;
  color: #0f1928;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.gallery-code-input:focus {
  border-color: var(--aqua);
  outline: 2px solid rgba(18, 169, 216, 0.18);
  outline-offset: 1px;
}

.gallery-card-actions {
  flex: 0 0 auto;
  display: grid;
  gap: 8px;
  align-content: start;
}

.gallery-public-mode .gallery-card-actions {
  position: absolute;
  top: 10px;
  right: 12px;
}

.quote-add-button {
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(239, 30, 38, 0.22);
  border-radius: 8px;
  background: var(--red);
  color: var(--white);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 0.94rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.quote-add-button:hover {
  border-color: rgba(239, 30, 38, 0.42);
  background: #c9141d;
}

.instagram-feed .gallery-card-footer {
  align-items: flex-start;
  display: block;
  flex: 0 0 92px;
  width: 100%;
  max-width: 100%;
  height: 92px;
  box-sizing: border-box;
  min-height: 0;
  padding: 12px 16px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgba(239, 30, 38, 0.45) rgba(10, 23, 36, 0.08);
}

.instagram-feed .gallery-card {
  height: 342px;
  min-height: 0;
}

.instagram-feed .gallery-image-link {
  display: block;
  flex: 0 0 auto;
}

.instagram-feed .gallery-card img {
  height: 250px;
  flex: 0 0 250px;
  padding: 0;
  object-fit: cover;
  object-position: center;
  background: #0b1724;
}

.instagram-feed .gallery-card-name {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  line-height: 1.18;
  max-height: none;
  font-size: 0.74rem;
  padding-right: 0;
  overflow: visible;
  overflow-wrap: break-word;
  word-break: normal;
  text-overflow: clip;
  white-space: normal;
}

.gallery-remove {
  display: none;
  flex: 0 0 auto;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid #e2a4a8;
  border-radius: 8px;
  background: #fff4f5;
  color: #ad232d;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.gallery-admin-mode .gallery-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gallery-remove:hover {
  background: #ffe9eb;
}

.gallery-save {
  display: none;
  flex: 0 0 auto;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(18, 169, 216, 0.34);
  border-radius: 8px;
  background: #edf8fc;
  color: #0f4260;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 0.94rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.gallery-admin-mode .gallery-save {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gallery-save:hover,
.gallery-save.is-dirty {
  border-color: rgba(18, 169, 216, 0.58);
  background: #d7f2fa;
}

.gallery-open {
  flex: 0 0 auto;
  min-height: 32px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #d7dee8;
  border-radius: 8px;
  background: #f4f8fc;
  color: #0f2847;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.gallery-open:hover {
  background: #eaf1f9;
}

.quote-cart {
  position: fixed;
  right: clamp(16px, 3vw, 28px);
  bottom: clamp(88px, 10vw, 108px);
  z-index: 90;
}

.quote-cart-notice {
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  width: max-content;
  max-width: min(280px, calc(100vw - 40px));
  padding: 10px 12px;
  border-radius: 8px;
  background: #102c4c;
  color: var(--white);
  box-shadow: 0 14px 34px rgba(8, 15, 28, 0.22);
  font-size: 0.84rem;
  font-weight: 800;
}

.quote-cart-notice[hidden] {
  display: none;
}

.quote-cart-toggle {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px 0 16px;
  border: 0;
  border-radius: 999px;
  background: #102c4c;
  color: var(--white);
  box-shadow: 0 18px 38px rgba(8, 15, 28, 0.24);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  cursor: pointer;
}

.quote-cart-toggle strong {
  min-width: 28px;
  min-height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
  font-size: 0.88rem;
}

.quote-cart-toggle.has-items strong {
  background: var(--red);
}

.quote-cart-panel {
  position: fixed;
  top: 66px;
  right: 0;
  bottom: 0;
  width: min(590px, calc(100vw - 20px));
  height: calc(100dvh - 66px);
  max-height: calc(100dvh - 66px);
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 14px 16px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-right: 0;
  border-bottom: 0;
  border-radius: 8px 0 0 0;
  background:
    linear-gradient(180deg, rgba(7, 13, 23, 0.98), rgba(10, 25, 43, 0.98));
  color: var(--white);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.36);
}

.quote-cart-panel[hidden] {
  display: none;
}

.quote-cart-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex: 0 0 auto;
}

.quote-cart-head span,
.quote-cart-totals span {
  color: var(--yellow);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quote-cart-head h3 {
  margin: 3px 0 0;
  color: var(--white);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.42rem;
  font-style: italic;
  line-height: 1;
}

.quote-cart-head button {
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  cursor: pointer;
}

.quote-cart-empty {
  margin: 0;
  padding: 12px;
  border: 1px dashed rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.68);
}

.quote-cart-items {
  flex: 0 0 auto;
  min-height: 0;
  max-height: none;
  display: grid;
  align-content: start;
  gap: 7px;
  overflow: visible;
  padding-right: 0;
}

.quote-cart-item {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 7px;
  padding: 9px 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.06));
}

.quote-cart-item-main {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
}

.quote-cart-thumb {
  width: 58px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--yellow);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.quote-cart-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quote-cart-item-info {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.quote-cart-code {
  width: fit-content;
  max-width: 100%;
  padding: 2px 7px;
  border-radius: 6px;
  background: rgba(255, 204, 84, 0.14);
  color: var(--yellow);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.quote-cart-item h4 {
  margin: 0;
  color: var(--white);
  font-size: 0.92rem;
  line-height: 1.16;
  overflow-wrap: anywhere;
}

.quote-cart-item p,
.quote-cart-item small {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  line-height: 1.22;
  overflow-wrap: anywhere;
}

.quote-cart-description {
  display: none;
}

.quote-cart-price {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.76rem;
  font-weight: 800;
}

.quote-cart-qty {
  display: grid;
  grid-template-columns: 32px minmax(52px, 64px) 32px 1fr;
  gap: 6px;
  align-items: center;
  justify-content: stretch;
}

.quote-cart-qty button,
.quote-cart-qty input {
  min-height: 30px;
  border-radius: 8px;
  font: inherit;
}

.quote-cart-qty button {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  cursor: pointer;
}

.quote-cart-qty input {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  text-align: center;
}

.quote-cart-qty .quote-cart-remove {
  padding: 0 9px;
  border-color: rgba(239, 30, 38, 0.34);
  color: #ffd5d7;
}

.quote-cart-totals {
  flex: 0 0 auto;
  display: grid;
  gap: 5px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.84rem;
}

.quote-cart-totals div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.quote-cart-totals div[hidden] {
  display: none;
}

.quote-discount-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(86px, 120px);
  gap: 12px;
  align-items: center;
}

.quote-discount-field input {
  min-width: 0;
  min-height: 32px;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font: inherit;
  font-weight: 800;
  text-align: right;
}

.quote-discount-field input:focus {
  border-color: rgba(18, 169, 216, 0.72);
  outline: 2px solid rgba(18, 169, 216, 0.22);
  outline-offset: 1px;
}

.quote-total-final {
  margin-top: 2px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.quote-total-final strong {
  color: var(--yellow);
}

.quote-cart-totals strong {
  color: var(--white);
  text-align: right;
}

.quote-cart-totals .quote-total-final strong {
  color: var(--yellow);
}

.quote-cart-totals small {
  color: rgba(255, 255, 255, 0.62);
}

.quote-cart-error {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(239, 30, 38, 0.34);
  border-radius: 8px;
  background: rgba(239, 30, 38, 0.12);
  color: #ffd5d7;
  font-size: 0.84rem;
  font-weight: 700;
}

.quote-cart-error[hidden] {
  display: none;
}

.quote-cart-form {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 8px;
}

.quote-cart-form label {
  display: grid;
  gap: 4px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.74rem;
  font-weight: 700;
}

.quote-cart-form label:last-child {
  grid-column: 1 / -1;
}

.quote-cart-form input,
.quote-cart-form textarea {
  width: 100%;
  min-height: 31px;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font: inherit;
  resize: vertical;
}

.quote-cart-form textarea {
  min-height: 42px;
  max-height: 58px;
}

.quote-cart-form input:focus,
.quote-cart-form textarea:focus {
  border-color: rgba(18, 169, 216, 0.72);
  outline: 2px solid rgba(18, 169, 216, 0.22);
  outline-offset: 1px;
}

.quote-cart-actions {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.quote-send,
.quote-clear {
  min-height: 36px;
  padding: 0 13px;
  border-radius: 8px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  cursor: pointer;
}

.quote-send {
  border: 0;
  background: var(--red);
  color: var(--white);
}

.quote-send:hover {
  background: var(--red-deep);
}

.quote-clear {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
}

.service-page {
  background: var(--night);
}

.service-page main {
  background:
    linear-gradient(180deg, #070d17 0%, #091827 48%, #07111e 100%);
}

.service-page .page-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 0;
  box-shadow: inset 0 -1px 0 var(--hero-edge);
  background:
    linear-gradient(135deg, rgba(7, 13, 23, 0.98) 0%, rgba(12, 31, 52, 0.96) 52%, rgba(7, 13, 23, 0.98) 100%),
    linear-gradient(90deg, rgba(18, 169, 216, 0.2), rgba(239, 30, 38, 0.16));
}

.service-page .page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 88px 88px;
  opacity: 0.34;
  pointer-events: none;
}

.service-page .page-hero::after {
  height: 3px;
  background: var(--hero-accent);
}

.service-page .page-hero-inner {
  position: relative;
  z-index: 1;
  min-height: clamp(220px, 30vh, 320px);
  padding: clamp(28px, 4vw, 38px) 0;
}

.service-page .page-hero h1 {
  max-width: 920px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.06;
}

.service-page .page-hero p {
  max-width: 940px;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.55;
}

.service-page .page-hero .section-label,
.service-page main > .section .section-label {
  color: var(--yellow);
}

.service-page .page-hero p {
  color: rgba(255, 255, 255, 0.82);
}

.service-page main > .section {
  background:
    linear-gradient(180deg, rgba(8, 17, 31, 0.98), rgba(9, 25, 43, 0.96)),
    linear-gradient(90deg, rgba(18, 169, 216, 0.08), rgba(239, 30, 38, 0.06));
  color: rgba(255, 255, 255, 0.74);
}

.service-page .category-gallery-section {
  padding: clamp(34px, 5vw, 58px) 0 clamp(56px, 7vw, 84px);
}

.service-page main > .section + .section {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.service-page main > .section .section-head h2,
.service-page .service-card h3,
.service-page .solution-grid h3,
.service-page .info-grid h3,
.service-page .camera-gallery-block h3 {
  color: var(--white);
}

.service-page .service-card,
.service-page .solution-grid article,
.service-page .info-grid article,
.service-page .camera-gallery-block,
.service-page .category-gallery-section .category-gallery-block {
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.055));
  box-shadow: none;
}

.service-page .service-card:hover {
  border-color: rgba(18, 169, 216, 0.44);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.service-page .service-icon {
  border: 1px solid rgba(18, 169, 216, 0.32);
  background: rgba(18, 169, 216, 0.12);
  color: var(--yellow);
}

.service-page .service-card p,
.service-page .solution-grid p,
.service-page .info-grid p,
.service-page .category-gallery-block .gallery-hint,
.service-page .gallery-hint {
  color: rgba(255, 255, 255, 0.68);
}

.service-page .solution-grid article {
  border-left-color: var(--aqua);
}

.service-page .camera-gallery-section,
.service-page .category-gallery-section {
  background:
    linear-gradient(180deg, #070d17 0%, #0a192b 100%),
    linear-gradient(90deg, rgba(18, 169, 216, 0.08), rgba(239, 30, 38, 0.08));
}

.service-page .camera-gallery-head a,
.service-page .gallery-upload,
.service-page .gallery-open,
.service-page .quote-add-button,
.service-page .gallery-code-input,
.service-page .gallery-title-entry,
.service-page .gallery-title-input,
.service-page .gallery-meta-input,
.service-page .gallery-price-entry,
.service-page .gallery-price-input {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.service-page .camera-gallery-head a:hover,
.service-page .gallery-upload:hover,
.service-page .gallery-open:hover,
.service-page .quote-add-button:hover {
  border-color: rgba(18, 169, 216, 0.42);
  background: rgba(18, 169, 216, 0.16);
}

.service-page .quote-add-button {
  border-color: rgba(239, 30, 38, 0.42);
  background: var(--red);
  color: var(--white);
}

.service-page .quote-add-button:hover {
  border-color: rgba(239, 30, 38, 0.56);
  background: #c9141d;
}

.service-page .gallery-price-entry::placeholder,
.service-page .gallery-title-entry::placeholder,
.service-page .gallery-title-input::placeholder,
.service-page .gallery-meta-input::placeholder,
.service-page .gallery-price-input::placeholder {
  color: rgba(255, 255, 255, 0.58);
}

.service-page .gallery-price-field span,
.service-page .gallery-title-field span,
.service-page .gallery-meta-field span,
.service-page .gallery-code-field span,
.service-page .gallery-rate-note {
  color: rgba(255, 255, 255, 0.64);
}

.service-page .gallery-code-input:focus,
.service-page .gallery-title-entry:focus,
.service-page .gallery-title-input:focus,
.service-page .gallery-meta-input:focus,
.service-page .gallery-price-entry:focus,
.service-page .gallery-price-input:focus {
  border-color: rgba(18, 169, 216, 0.72);
  outline-color: rgba(18, 169, 216, 0.26);
}

.service-page .gallery-empty {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.62);
}

.service-page .gallery-card {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.service-page .gallery-card-name {
  color: rgba(255, 255, 255, 0.86);
}

.service-page .gallery-remove {
  border-color: rgba(239, 30, 38, 0.32);
  background: rgba(239, 30, 38, 0.1);
  color: #ffd5d7;
}

.service-page .gallery-remove:hover {
  background: rgba(239, 30, 38, 0.18);
}

.service-page .gallery-save {
  border-color: rgba(18, 169, 216, 0.38);
  background: rgba(18, 169, 216, 0.12);
  color: #d8f7ff;
}

.service-page .gallery-save:hover,
.service-page .gallery-save.is-dirty {
  background: rgba(18, 169, 216, 0.2);
}

@media (max-width: 1080px) {
  .top-contact {
    display: none;
  }

  .nav-inner {
    min-height: 46px;
    grid-template-columns: auto auto auto;
  }

  .nav-toggle {
    display: block;
    order: 2;
    margin-left: auto;
  }

  .cta-button {
    order: 3;
    min-width: 126px;
    min-height: 34px;
    font-size: 0.94rem;
    border-radius: 10px;
  }

  .site-nav {
    position: absolute;
    top: 46px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 10px 20px 18px;
    background: var(--white);
    border-top: 1px solid var(--line);
    box-shadow: var(--shadow-lg);
    margin-left: 0;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a,
  .nav-link-static {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
  }

  .nav-dropdown {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 0;
  }

  .nav-dropdown::after {
    display: none;
  }

  .nav-dropdown > a,
  .nav-dropdown > .nav-link-button,
  .nav-dropdown > .nav-link-static {
    width: 100%;
  }

  .dropdown-toggle {
    width: 28px;
    height: 28px;
    margin-left: 6px;
  }

  .dropdown-menu {
    position: static;
    grid-column: 1 / -1;
    min-width: 0;
    margin: 6px 0 10px;
    box-shadow: none;
    background: #f7fafc;
  }

  .dropdown-menu .submenu-item.has-submenu::after {
    display: none;
  }

  .submenu-menu {
    position: static;
    left: auto;
    top: auto;
    min-width: 0;
    margin: 6px 0 8px 12px;
    box-shadow: none;
    background: #ffffff;
  }

  .submenu-network > .submenu-menu {
    grid-template-rows: none;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    width: auto;
  }

  .submenu-audio > .submenu-menu {
    grid-template-rows: none;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    width: auto;
  }

  .submenu-electric > .submenu-menu {
    bottom: auto;
    grid-template-rows: none;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    width: auto;
  }

  .submenu-menu a {
    font-size: 0.8rem;
    padding: 7px 8px;
  }

  .hero-start {
    padding-top: 46px;
  }

  .page-hero {
    padding-top: 46px;
  }

  .hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    min-height: unset;
  }

  .hero-tile {
    min-height: clamp(320px, 45vh, 420px);
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .hero-tile:last-child {
    border-bottom: 0;
  }

  .hero-copy h1,
  .hero-copy h2 {
    font-size: clamp(2.4rem, 10vw, 3.6rem);
  }

  .hero-ribbon-inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 18px 0;
  }

  .service-grid,
  .solution-grid,
  .info-grid,
  .gallery-index-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .power-solutions-inner,
  .power-solution-list,
  .corporate-intro-grid,
  .corporate-process-grid {
    grid-template-columns: 1fr;
  }

  .power-solution-list article {
    min-height: auto;
  }

  .camera-gallery-head {
    display: grid;
  }

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

  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 680px) {
  .gallery-detail-preview-card {
    grid-template-columns: 1fr;
  }

  .gallery-detail-preview-media img {
    height: 220px;
  }

  .gallery-detail-preview-video iframe,
  .gallery-detail-preview-video video {
    height: 220px;
  }
}

@media (max-width: 720px) {
  .container {
    width: calc(100% - 28px);
  }

  .brand-logo {
    width: auto;
    max-height: 30px;
    max-width: 138px;
  }

  .nav-inner {
    gap: 8px;
  }

  .nav-toggle {
    width: 34px;
    height: 34px;
  }

  .cta-button {
    min-width: auto;
    max-width: 108px;
    min-height: 34px;
    padding: 0 8px;
    font-size: 0.7rem;
    letter-spacing: 0.025em;
    white-space: nowrap;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 52px;
    min-height: 52px;
    padding: 8px;
    gap: 8px;
  }

  .whatsapp-float:hover,
  .whatsapp-float:focus-visible {
    width: 164px;
    padding-right: 14px;
  }

  .whatsapp-float-icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .whatsapp-float-icon svg {
    width: 25px;
    height: 25px;
  }

  .whatsapp-float-copy span {
    font-size: 0.84rem;
  }

  .whatsapp-float:hover .whatsapp-float-copy,
  .whatsapp-float:focus-visible .whatsapp-float-copy {
    max-width: 100px;
  }

  .quote-cart {
    right: 14px;
    bottom: 80px;
  }

  .quote-cart-toggle {
    min-height: 48px;
    padding-inline: 14px 10px;
    font-size: 0.9rem;
  }

  .quote-cart-panel {
    top: 56px;
    right: 14px;
    bottom: 80px;
    left: 14px;
    width: auto;
    height: auto;
    max-height: none;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    overflow-y: auto;
  }

  .quote-cart-item {
    grid-template-columns: 1fr;
  }

  .quote-cart-item-main {
    grid-template-columns: 62px minmax(0, 1fr);
  }

  .quote-cart-thumb {
    width: 62px;
  }

  .quote-cart-qty {
    grid-template-columns: 36px minmax(64px, 1fr) 36px;
  }

  .quote-cart-qty .quote-cart-remove {
    grid-column: 1 / -1;
  }

  .quote-cart-actions {
    grid-template-columns: 1fr;
  }

  .quote-cart-form {
    grid-template-columns: 1fr;
  }

  .quote-cart-form label:last-child {
    grid-column: auto;
  }

  .gallery-card-footer {
    flex-direction: column;
  }

  .gallery-card-actions {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-save {
    grid-column: 1 / -1;
    width: 100%;
  }

  .gallery-meta-grid {
    grid-template-columns: 1fr;
  }

  .gallery-description-field {
    grid-column: auto;
  }

  .quote-add-button,
  .gallery-remove,
  .gallery-save {
    width: 100%;
  }

  .hero-tag {
    min-height: 28px;
    font-size: 0.7rem;
  }

  .hero-ribbon p {
    font-size: 1.06rem;
  }

  .page-hero h1 {
    max-width: 100%;
    font-size: clamp(1.55rem, 8vw, 2.45rem);
    line-height: 1;
    overflow-wrap: anywhere;
  }

  .corporate-page .page-hero h1 {
    font-size: clamp(1.95rem, 9.4vw, 2.85rem);
  }

  .page-hero p,
  .contact-copy > p,
  .corporate-copy > p,
  .contact-note {
    max-width: min(100%, 34ch);
    font-size: 0.94rem;
    overflow-wrap: break-word;
  }

  .corporate-page .corporate-copy p:not(.section-label) {
    max-width: min(100%, 32ch);
    font-size: 0.94rem;
    overflow-wrap: break-word;
  }

  .contact-page .contact-copy h2 {
    font-size: clamp(2.25rem, 12vw, 3.1rem);
    line-height: 0.98;
  }

  .corporate-copy h2,
  .corporate-services h2,
  .corporate-process h2,
  .corporate-cta h2 {
    max-width: 100%;
    font-size: clamp(1.9rem, 8.8vw, 2.55rem);
    line-height: 1;
    overflow-wrap: break-word;
  }

  .corporate-page .section-head {
    max-width: 100%;
    min-width: 0;
  }

  .corporate-page .corporate-service-grid,
  .corporate-page .corporate-process-grid {
    max-width: 100%;
  }

  .corporate-page .corporate-service-grid article,
  .corporate-page .corporate-process-grid article {
    width: 100%;
    overflow: hidden;
  }

  .corporate-page .corporate-service-grid p,
  .corporate-page .corporate-process-grid p {
    max-width: min(100%, 30ch);
    font-size: 0.9rem;
    overflow-wrap: break-word;
  }

  .corporate-visual,
  .corporate-visual img {
    min-height: 360px;
  }

  .corporate-visual-panel {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 16px;
  }

  .corporate-visual-panel span {
    max-width: 28ch;
    font-size: 0.86rem;
    overflow-wrap: break-word;
  }

  .corporate-actions,
  .corporate-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .service-grid,
  .solution-grid,
  .info-grid,
  .gallery-index-grid,
  .corporate-service-grid,
  .partners-inner,
  .contact-cards,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .partners span {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 0;
  }

  .partners span:last-child {
    border-bottom: 0;
  }

  .about-image,
  .about-image img {
    min-height: 320px;
  }

  .footer-inner {
    min-height: 92px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}

@media (max-width: 720px) {
  body.nav-lock {
    overflow: hidden;
  }

  .site-header .nav-inner {
    min-height: 52px;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 8px;
  }

  .site-header .nav-toggle {
    order: 1;
    grid-column: 1;
    justify-self: start;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    width: 36px;
    height: 36px;
  }

  .site-header .brand {
    order: 2;
    grid-column: 2;
    justify-self: center;
  }

  .site-header .brand-logo {
    height: auto;
    max-height: 30px;
    max-width: 132px;
  }

  .site-header .cta-button {
    order: 3;
    grid-column: 3;
    justify-self: end;
    max-width: 112px;
    min-height: 34px;
    padding: 0 8px;
    font-size: 0.7rem;
    white-space: nowrap;
  }

  .site-header .site-nav {
    position: fixed;
    top: 52px;
    left: 0;
    right: 0;
    max-height: calc(100dvh - 52px);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding: 8px 14px 18px;
  }

  .site-header .site-nav a,
  .site-header .nav-link-button,
  .site-header .nav-link-static {
    min-height: 42px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .site-header .dropdown-menu,
  .site-header .submenu-menu {
    display: none;
    width: 100%;
    max-height: none;
    overflow: visible;
  }

  .site-header .nav-dropdown.open > .dropdown-menu,
  .site-header .submenu-item.open > .submenu-menu {
    display: grid;
  }

  .site-header .dropdown-menu {
    margin: 4px 0 8px;
    padding: 8px;
  }

  .site-header .submenu-menu {
    margin: 4px 0 8px 10px;
    padding: 8px;
  }

  .site-header .submenu-menu a {
    min-height: 34px;
    padding: 7px 8px;
    font-size: 0.78rem;
  }

  .hero-start,
  .page-hero {
    padding-top: 52px;
  }

  .service-page .page-hero > .container,
  .service-page .service-overview > .container,
  .service-page .site-footer > .container {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
  }

  .district-landing-page .page-hero > .container,
  .district-landing-page .service-overview > .container,
  .district-landing-page .site-footer > .container {
    width: min(calc(100% - 28px), 362px);
    max-width: 362px;
    margin-left: 14px;
    margin-right: auto;
  }

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

  .gallery-card {
    height: 300px;
    border-radius: 7px;
  }

  .gallery-video-card {
    height: 230px;
  }

  .gallery-card img {
    height: 116px;
    flex-basis: 116px;
    padding: 6px;
    object-fit: contain;
  }

  .gallery-video-card img {
    height: 126px;
    flex-basis: 126px;
  }

  .instagram-feed .gallery-card {
    height: 258px;
    min-height: 0;
  }

  .instagram-feed .gallery-card img {
    height: 176px;
    flex-basis: 176px;
    padding: 0;
    object-fit: cover;
  }

  .instagram-feed .gallery-card-footer,
  .gallery-public-mode .instagram-feed .gallery-card-footer {
    flex-basis: 82px;
    height: 82px;
    padding: 8px;
  }

  .instagram-feed .gallery-card-name {
    min-height: 0;
    max-height: none;
    font-size: 0.62rem;
    line-height: 1.12;
    padding-right: 0;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .gallery-play-badge {
    top: 8px;
    right: 8px;
    width: 34px;
    height: 34px;
  }

  .gallery-play-badge::before {
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 11px;
  }

  .gallery-card-footer,
  .gallery-public-mode .gallery-card-footer {
    min-height: 0;
    padding: 8px;
    display: grid;
    align-content: start;
    gap: 6px;
  }

  .gallery-card-details,
  .gallery-public-mode .gallery-card-details {
    min-width: 0;
    overflow: hidden;
    display: block;
  }

  .gallery-public-details {
    max-height: none;
    gap: 4px;
  }

  .gallery-public-mode .gallery-card-name {
    padding-right: 0;
    min-height: 38px;
    font-size: 0.78rem;
    line-height: 1.22;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .gallery-stock-badge {
    padding: 2px 6px;
    font-size: 0.62rem;
    letter-spacing: 0;
  }

  .gallery-public-details .gallery-card-price {
    max-width: 100%;
    padding: 3px 6px;
    font-size: clamp(0.54rem, 2.5vw, 0.68rem);
    line-height: 1.1;
    white-space: normal;
  }

  .gallery-card-description {
    display: none !important;
  }

  .gallery-public-mode .gallery-card-actions,
  .gallery-card-actions {
    position: static;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .quote-add-button {
    min-height: 30px;
    padding: 0 8px;
    border-radius: 7px;
    font-size: 0.78rem;
  }

  .gallery-video-card .gallery-card-actions {
    display: none;
  }

  .gallery-detail-preview {
    padding: 18px 12px;
    align-items: center;
  }

  .gallery-detail-preview-card {
    width: min(420px, calc(100vw - 24px));
    max-height: calc(100dvh - 56px);
    grid-template-columns: 1fr;
    gap: 10px;
    overflow: visible;
    padding: 12px;
  }

  .gallery-detail-close {
    top: -16px;
    right: -8px;
    z-index: 4;
    width: 36px;
    height: 36px;
    border-color: rgba(255, 255, 255, 0.88);
    background: var(--red);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.35);
  }

  .gallery-detail-preview-media {
    gap: 8px;
  }

  .gallery-detail-preview-media img {
    height: 150px;
  }

  .gallery-detail-preview-video iframe,
  .gallery-detail-preview-video video {
    height: 160px;
  }

  .gallery-detail-preview-content {
    gap: 6px;
    max-height: calc(100dvh - 284px);
    overflow: hidden;
  }

  .gallery-detail-preview-content strong {
    font-size: 1rem;
  }

  .gallery-detail-preview-content small {
    font-size: 0.82rem;
    white-space: normal;
  }

  .gallery-detail-preview-content p {
    max-height: 160px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .gallery-detail-quote {
    min-height: 38px;
  }

  .home-seo-intro {
    padding: 18px 0 20px;
  }

  .home-seo-intro-inner {
    width: calc(100vw - 28px);
    padding: 14px 16px;
  }

  .home-seo-intro p {
    font-size: 0.95rem;
    line-height: 1.48;
  }

  .service-overview {
    padding: 34px 0;
  }

  .service-overview-grid,
  .service-detail-grid,
  .footer-rich {
    grid-template-columns: 1fr;
    min-width: 0;
  }

  .service-overview-main {
    grid-column: auto;
  }

  .service-overview-card {
    width: 100%;
    min-width: 0;
    overflow: hidden;
    padding: 18px;
  }

  .service-overview-card h2 {
    font-size: clamp(1.35rem, 6.2vw, 1.8rem);
    overflow-wrap: anywhere;
    max-width: 100%;
  }

  .service-overview-card h3 {
    font-size: clamp(1.25rem, 6vw, 1.55rem);
    overflow-wrap: anywhere;
    max-width: 100%;
  }

  .service-overview-card p {
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .footer-rich {
    gap: 22px;
    padding: 34px 0 22px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}
