:root {
  --navy: #061326;
  --navy-2: #0b2448;
  --black-soft: #101722;
  --gold: #d5a12f;
  --gold-2: #f3c45e;
  --cyan: #17d7ff;
  --cyan-soft: #dff9ff;
  --white: #ffffff;
  --soft: #f4f7fb;
  --ink: #0f172a;
  --muted: #66758c;
  --line: rgba(255, 255, 255, 0.16);
  --dark-line: rgba(6, 19, 38, 0.12);
  --shadow: 0 24px 70px rgba(2, 10, 31, 0.18);
  --radius: 8px;
  --header-height: 72px;
  --layout-max-width: 1480px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding-left: 1.1rem; }

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

.section-shell,
.hero-grid {
  width: min(1200px, calc(100% - 36px));
  margin-inline: auto;
}

.section-anchor { scroll-margin-top: 92px; }

.with-side-nav {
  width: 100%;
  padding-top: 98px;
}

.page-shell,
.page-shell-three-columns {
  width: min(var(--layout-max-width), calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr) 280px;
  gap: 1.5rem;
  align-items: start;
}

.page-main {
  min-width: 0;
}

.with-side-nav > section,
.with-side-nav > .legal-card,
.with-side-nav > .detail-main,
.page-main > section,
.page-main > .legal-card,
.page-main > .detail-main {
  grid-column: 2;
  width: 100%;
}

.with-side-nav > .subpage-hero,
.with-side-nav > .hero,
.page-main > .subpage-hero,
.page-main > .hero {
  margin-top: -98px;
}

.side-nav,
.side-nav-left {
  position: sticky;
  top: calc(var(--header-height) + 1rem);
  z-index: 20;
  align-self: start;
  display: grid;
  gap: 6px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--dark-line);
  border-radius: var(--radius);
  box-shadow: 0 18px 46px rgba(2, 10, 31, 0.12);
  backdrop-filter: blur(16px);
  max-height: calc(100vh - var(--header-height) - 2rem);
  overflow-y: auto;
}

.side-nav a,
.side-nav-left a {
  padding: 8px 10px;
  border-radius: var(--radius);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
}

.side-nav a:hover,
.side-nav a.is-active,
.side-nav-left a:hover,
.side-nav-left a.is-active {
  color: var(--navy);
  background: var(--cyan-soft);
}

.side-index-toggle {
  display: none;
}

.side-panel-right {
  position: sticky;
  top: calc(var(--header-height) + 1rem);
  z-index: 15;
  align-self: start;
  display: grid;
  gap: 12px;
  max-height: calc(100vh - var(--header-height) - 2rem);
  overflow-y: auto;
}

.filter-panel {
  display: grid;
  grid-template-columns: repeat(5, minmax(150px, 1fr));
  gap: 12px;
  margin: -8px 0 26px;
}

.select-filter {
  display: grid;
  gap: 6px;
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 850;
}

.select-filter select {
  width: 100%;
  min-height: 42px;
  padding: 8px 10px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(6, 19, 38, 0.16);
  border-radius: var(--radius);
  font: inherit;
  font-size: 0.86rem;
}

.search-filter {
  grid-column: span 2;
}

.select-filter input {
  width: 100%;
  min-height: 42px;
  padding: 8px 10px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(6, 19, 38, 0.16);
  border-radius: var(--radius);
  font: inherit;
  font-size: 0.86rem;
}

.quick-panel-card {
  padding: 14px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--dark-line);
  border-radius: var(--radius);
  box-shadow: 0 14px 36px rgba(2, 10, 31, 0.1);
}

.quick-panel-card h2,
.quick-panel-card h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 0.92rem;
}

.quick-panel-card p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 0.82rem;
}

.quick-link-grid {
  display: grid;
  gap: 8px;
}

.quick-link-grid a,
.quick-link-grid button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  padding: 8px 10px;
  color: var(--navy);
  background: var(--soft);
  border: 1px solid var(--dark-line);
  border-radius: var(--radius);
  font: inherit;
  font-size: 0.8rem;
  font-weight: 850;
  cursor: pointer;
}

.quick-link-grid a:hover,
.quick-link-grid button:hover {
  border-color: rgba(23, 215, 255, 0.42);
  background: var(--cyan-soft);
}

.video-thumb-link {
  display: block;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--dark-line);
}

.video-thumb-link img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 70;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 16px;
  color: #fff;
  background: rgba(37, 211, 102, 0.94);
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(2, 10, 31, 0.22);
  font-weight: 900;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 78px;
  padding: 12px clamp(16px, 3vw, 44px);
  color: var(--white);
  background: rgba(6, 19, 38, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
}

.brand img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.brand strong,
.brand small { display: block; }

.brand strong {
  font-size: 1rem;
  line-height: 1.1;
}

.brand small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.76rem;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  row-gap: 4px;
  gap: clamp(6px, 0.72vw, 10px);
  font-size: clamp(0.66rem, 0.68vw, 0.78rem);
  font-weight: 800;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.78);
  transition: color 180ms ease;
}

.site-nav a:hover { color: var(--gold-2); }

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 9px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
}

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

.hero {
  min-height: 94vh;
  padding: 142px 0 78px;
  color: var(--white);
  background:
    radial-gradient(circle at 74% 18%, rgba(23, 215, 255, 0.22), transparent 27%),
    radial-gradient(circle at 14% 82%, rgba(213, 161, 47, 0.2), transparent 23%),
    linear-gradient(135deg, rgba(6, 19, 38, 0.96), rgba(8, 20, 35, 0.86)),
    url("../img/banners/hero-tech.svg") center / cover no-repeat;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(34px, 6vw, 74px);
  align-items: center;
}

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

.hero h1,
.section-heading h2,
.contact-section h2 {
  margin: 0;
  line-height: 1.04;
}

.hero h1 {
  max-width: 900px;
  font-size: clamp(2.35rem, 5.15vw, 4.8rem);
}

.hero-lead {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.7vw, 1.2rem);
}

.hero-note {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 750;
}

.hero-actions,
.card-actions,
.catalog-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions { margin-top: 34px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.9rem;
  font-weight: 850;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.38);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
}

.btn-primary {
  color: #041326;
  background: linear-gradient(135deg, var(--cyan), #88efff);
  border-color: transparent;
}

.btn-secondary {
  color: var(--navy);
  background: var(--white);
  border-color: var(--white);
}

.btn-gold {
  color: #241600;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  border-color: transparent;
}

.btn-small {
  min-height: 38px;
  padding-inline: 13px;
  color: var(--navy);
  background: var(--white);
  border-color: rgba(6, 19, 38, 0.12);
  font-size: 0.8rem;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
}

.social-grid a {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--navy);
  background: var(--white);
  border: 1px solid var(--dark-line);
  border-radius: var(--radius);
  font-weight: 850;
  box-shadow: 0 10px 28px rgba(2, 10, 31, 0.08);
}

.social-grid a::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--cyan);
}

.video-responsive {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 18px;
  background: var(--navy);
}

.video-responsive iframe,
.video-responsive img {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.institutional-banner {
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--dark-line);
  box-shadow: var(--shadow);
}

.institutional-banner img {
  width: 100%;
  height: auto;
}

.company-data-grid,
.site-map-grid,
.downloads-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 14px;
}

.company-data-grid article,
.site-map-grid article,
.downloads-grid article {
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--dark-line);
  border-radius: var(--radius);
}

.company-data-grid h3,
.site-map-grid h2,
.downloads-grid h2 {
  margin: 0 0 8px;
  color: var(--navy);
}

.company-data-grid p,
.site-map-grid li,
.downloads-grid p {
  color: var(--muted);
}

.hero-panel {
  overflow: hidden;
  padding: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.panel-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.panel-status span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: 0 0 22px var(--cyan);
}

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

.panel-grid div,
.panel-list {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.panel-grid div { padding: 22px; }

.panel-grid strong {
  display: block;
  color: var(--gold-2);
  font-size: 2rem;
  line-height: 1;
}

.panel-grid span,
.panel-list { color: rgba(255, 255, 255, 0.74); }

.panel-grid span {
  display: block;
  margin-top: 8px;
}

.panel-list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  padding: 18px 18px 18px 34px;
}

.banner-section {
  position: relative;
  z-index: 2;
  margin-top: -36px;
}

.banner-carousel {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(125deg, rgba(10, 32, 67, 0.97), rgba(12, 79, 107, 0.9) 55%, rgba(65, 44, 4, 0.88)),
    url("../img/banners/software-suite.svg") center / cover no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.banner-slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  gap: 10px;
  padding: clamp(28px, 5vw, 48px);
  opacity: 0;
  transform: translateX(18px);
  visibility: hidden;
  transition: opacity 360ms ease, transform 360ms ease, visibility 360ms ease;
  pointer-events: none;
}

.banner-slide.is-active {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}

.banner-slide span {
  color: var(--gold-2);
  font-weight: 900;
}

.banner-slide h2 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2.35rem);
  line-height: 1.12;
}

.banner-slide a {
  width: fit-content;
  color: #aaf4ff;
  font-weight: 900;
}

.banner-controls {
  position: absolute;
  right: 24px;
  bottom: 22px;
  display: flex;
  gap: 8px;
}

.banner-controls button {
  width: 30px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
}

.banner-controls button.is-active { background: var(--gold-2); }

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

.section-alt {
  background:
    linear-gradient(180deg, rgba(244, 247, 251, 0.96), rgba(255, 255, 255, 0.94)),
    url("../img/banners/card-pattern.svg") center / 900px auto repeat;
}

.section-heading {
  max-width: 790px;
  margin-bottom: 34px;
}

.section-heading h2,
.contact-section h2 {
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.section-heading p:not(.eyebrow),
.contact-section p {
  color: var(--muted);
  font-size: 1.03rem;
}

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

.business-card,
.catalog-card,
.payment-box,
.project-list article,
.steps-grid article {
  border: 1px solid var(--dark-line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 18px 46px rgba(6, 19, 38, 0.08);
}

.business-card {
  position: relative;
  display: flex;
  min-height: 420px;
  flex-direction: column;
  gap: 14px;
  padding: 0 0 22px;
  overflow: hidden;
}

.business-card::after {
  content: "";
  position: absolute;
  right: -26px;
  bottom: -36px;
  width: 110px;
  height: 110px;
  border-radius: 999px;
  background: rgba(23, 215, 255, 0.1);
}

.business-card > img {
  width: 42px;
  height: 42px;
}

.business-card-link,
.catalog-card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.business-media {
  height: 150px;
  overflow: hidden;
  background: var(--soft);
}

.business-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.business-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 22px 0;
}

.business-head img {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
}

.business-card p,
.business-card .chip-row,
.business-card .card-actions {
  margin-inline: 22px;
}

.business-card .card-actions,
.catalog-actions,
.catalog-card .catalog-actions a,
.business-card .card-actions a {
  position: relative;
  z-index: 2;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip-row span {
  padding: 5px 9px;
  color: var(--navy);
  background: #edf8ff;
  border: 1px solid rgba(23, 215, 255, 0.3);
  border-radius: var(--radius);
  font-size: 0.74rem;
  font-weight: 850;
}

.business-card h3,
.catalog-card h3,
.project-list h3,
.payment-box h3,
.steps-grid h3 {
  margin: 0;
  color: var(--navy);
  line-height: 1.18;
}

.business-card p,
.catalog-card p,
.project-list p,
.payment-box p,
.payment-box li,
.steps-grid p {
  margin: 0;
  color: var(--muted);
}

.card-actions { margin-top: auto; }

.catalog-card {
  position: relative;
  overflow: hidden;
}

.catalog-media {
  position: relative;
  display: grid;
  min-height: 190px;
  place-items: center;
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(6, 19, 38, 0.88), rgba(23, 215, 255, 0.24)),
    url("../img/banners/card-pattern.svg") center / cover no-repeat;
}

.catalog-media.has-fallback::before {
  content: "";
  width: 64px;
  height: 64px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, transparent 45%, rgba(255, 255, 255, 0.36) 45% 55%, transparent 55%),
    linear-gradient(0deg, transparent 45%, rgba(255, 255, 255, 0.36) 45% 55%, transparent 55%);
}

.catalog-media img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
}

.catalog-media span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  max-width: calc(100% - 32px);
  padding: 6px 10px;
  color: #061326;
  background: var(--gold-2);
  border-radius: var(--radius);
  font-size: 0.76rem;
  font-weight: 900;
}

.catalog-body {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.catalog-category {
  color: var(--gold) !important;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.catalog-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.catalog-meta span {
  color: var(--muted);
  font-size: 0.84rem;
}

.catalog-meta strong {
  color: var(--navy);
  font-size: 1.05rem;
}

.usd-price {
  margin-top: -4px !important;
  color: #1d6b80 !important;
  font-size: 0.86rem;
  font-weight: 850;
}

.carousel-shell {
  position: relative;
}

.commerce-carousel {
  display: grid;
  grid-auto-columns: minmax(260px, 31%);
  grid-auto-flow: column;
  gap: 18px;
  overflow-x: auto;
  padding: 4px 4px 18px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.commerce-carousel .catalog-card {
  scroll-snap-align: start;
}

.carousel-controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin: -54px 0 18px;
}

.carousel-button {
  width: 42px;
  height: 42px;
  color: var(--navy);
  background: var(--white);
  border: 1px solid rgba(6, 19, 38, 0.16);
  border-radius: var(--radius);
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.carousel-button:hover {
  background: var(--cyan-soft);
  border-color: rgba(23, 215, 255, 0.5);
}

.loading { color: var(--muted); }

.projects-section {
  color: var(--white);
  background:
    radial-gradient(circle at 80% 20%, rgba(23, 215, 255, 0.18), transparent 25%),
    linear-gradient(145deg, #061326, #0a2043 52%, #08111f);
}

.projects-section .section-heading h2 { color: var(--white); }
.projects-section .section-heading p:not(.eyebrow) { color: rgba(255, 255, 255, 0.72); }

.projects-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: 42px;
  align-items: start;
}

.project-list,
.steps-grid {
  display: grid;
  gap: 14px;
}

.project-list article,
.steps-grid article {
  padding: 24px;
}

.project-list span,
.steps-grid strong {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--gold);
  font-weight: 900;
}

.commerce-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: 36px;
  align-items: start;
}

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

.contact-section {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(6, 19, 38, 0.96), rgba(6, 19, 38, 0.9)),
    url("../img/banners/contact-grid.svg") center / cover no-repeat;
}

.contact-section h2 { color: var(--white); }
.contact-section p { color: rgba(255, 255, 255, 0.74); }

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 42px;
  align-items: center;
}

.contact-actions { margin-top: 24px; }

.payment-box { padding: 24px; }

.payment-box ul {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
}

.payment-box code {
  display: block;
  overflow-wrap: anywhere;
  margin: 16px 0 18px;
  padding: 12px;
  color: var(--navy);
  background: #edf5ff;
  border-radius: var(--radius);
}

.payment-qr-card,
.qr-box {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin-top: 18px;
  text-align: center;
}

.payment-qr-frame,
.qr-box {
  width: clamp(240px, 30vw, 320px);
  aspect-ratio: 1 / 1;
  min-height: auto;
  display: grid;
  place-items: center;
  padding: 12px;
  background: #fff;
  border: 2px dashed rgba(213, 161, 47, 0.72);
  border-radius: var(--radius);
}

.payment-qr-image,
.qr-box img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
}

.payment-qr-label,
.qr-box img + span {
  margin: 0;
  color: var(--gold-2);
  font-weight: 900;
}

.payment-qr-note {
  max-width: 320px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  text-align: center;
  font-size: 0.82rem;
}

.contact-mini {
  margin-top: 16px !important;
  font-size: 0.92rem !important;
}

.site-footer {
  padding: 48px 0;
  color: rgba(255, 255, 255, 0.72);
  background: #040b16;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr 1.2fr;
  gap: 30px;
}

.site-footer .section-shell {
  width: min(1320px, calc(100% - 36px));
}

.footer-logo {
  width: 72px;
  height: 72px;
  object-fit: contain;
  margin-bottom: 14px;
  border-radius: var(--radius);
}

.site-footer strong,
.site-footer h2 {
  display: block;
  margin: 0 0 10px;
  color: var(--white);
  font-size: 1rem;
}

.site-footer p { margin: 6px 0; }

.site-footer a {
  display: block;
  width: fit-content;
  margin: 6px 0;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer a:hover { color: var(--gold-2); }

.footer-logo-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-socials {
  display: grid;
  gap: 4px;
}

.footer-map {
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 0;
  border-radius: var(--radius);
}

.legal-main {
  min-height: 100vh;
  padding: 118px 0 72px;
  background: var(--soft);
}

.legal-card {
  width: min(980px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(24px, 5vw, 48px);
  background: var(--white);
  border: 1px solid var(--dark-line);
  border-radius: var(--radius);
  box-shadow: 0 18px 46px rgba(6, 19, 38, 0.08);
}

.legal-card h1 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 1.05;
}

.legal-card h2 {
  margin-top: 28px;
  color: var(--navy);
}

.legal-card p,
.legal-card li { color: var(--muted); }

.claim-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.claim-form label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-weight: 800;
}

.claim-form input,
.claim-form select,
.claim-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(6, 19, 38, 0.18);
  border-radius: var(--radius);
  font: inherit;
}

.claim-form textarea,
.claim-form .full { grid-column: 1 / -1; }

.claim-form textarea {
  min-height: 130px;
  resize: vertical;
}

.notice {
  padding: 16px;
  color: #302302 !important;
  background: #fff4cf;
  border: 1px solid #f1d675;
  border-radius: var(--radius);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

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

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

@media (max-width: 1280px) {
  .page-shell-three-columns {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .side-panel-right {
    position: static;
    max-height: none;
    overflow: visible;
    grid-column: 2;
  }
}

@media (max-width: 1100px) {
  .nav-toggle {
    display: inline-grid;
    place-content: center;
    flex: 0 0 auto;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    max-height: calc(100vh - 96px);
    overflow: auto;
    padding: 16px;
    background: rgba(6, 19, 38, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius);
  }

  .site-nav.is-static {
    position: static;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    background: transparent;
    border: 0;
  }

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

  .with-side-nav {
    display: block;
    width: min(100%, calc(100% - 28px));
    padding-top: 86px;
  }

  .page-shell,
  .page-shell-three-columns {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .with-side-nav > .subpage-hero,
  .with-side-nav > .hero {
    margin-top: -86px;
  }

  .side-index-toggle {
    position: sticky;
    top: 72px;
    z-index: 38;
    display: inline-flex;
    min-height: 42px;
    margin: 0 0 12px;
    padding: 0 14px;
    align-items: center;
    color: var(--navy);
    background: var(--white);
    border: 1px solid var(--dark-line);
    border-radius: var(--radius);
    font-weight: 900;
    box-shadow: 0 10px 26px rgba(2, 10, 31, 0.12);
  }

  .side-nav {
    display: none;
    position: sticky;
    top: 118px;
    width: 100%;
    margin-bottom: 16px;
    max-height: calc(100vh - 136px);
  }

  .side-nav.is-open {
    display: grid;
  }

  .side-panel-right {
    position: static;
    grid-column: auto;
    margin: 28px 0;
  }

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

@media (max-width: 900px) {
  .page-shell-three-columns {
    grid-template-columns: 1fr;
  }

  .side-nav,
  .side-panel-right {
    position: static;
    max-height: none;
    overflow: visible;
  }
}

@media (max-width: 980px) {
  .hero-grid,
  .projects-layout,
  .commerce-layout,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .commerce-carousel {
    grid-auto-columns: minmax(280px, 48%);
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 70px;
    padding-inline: 14px;
    --header-height: 70px;
  }

  .brand { min-width: 0; }

  .brand img {
    width: 46px;
    height: 46px;
  }

  .brand strong { font-size: 0.92rem; }
  .brand small { display: none; }

  .hero {
    min-height: auto;
    padding-top: 116px;
  }

  .hero h1 { font-size: 2.34rem; }

  .panel-grid,
  .business-grid,
  .catalog-grid,
  .steps-grid,
  .claim-form,
  .filter-panel {
    grid-template-columns: 1fr;
  }

  .banner-carousel { min-height: 330px; }

  .banner-controls {
    left: 28px;
    right: auto;
  }

  .carousel-controls {
    justify-content: flex-start;
    margin: 0 0 16px;
  }

  .commerce-carousel {
    grid-auto-columns: minmax(250px, 88%);
  }
}

.subpage-hero,
.detail-hero {
  padding: 142px 0 76px;
  color: var(--white);
  background:
    radial-gradient(circle at 76% 24%, rgba(23, 215, 255, 0.2), transparent 26%),
    linear-gradient(135deg, rgba(6, 19, 38, 0.97), rgba(10, 32, 67, 0.92)),
    url("../img/banners/hero-tech.svg") center / cover no-repeat;
}

.subpage-hero h1,
.detail-hero h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  line-height: 1.05;
}

.subpage-hero p:not(.eyebrow),
.detail-hero p:not(.eyebrow) {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
}

.split-info,
.detail-hero-grid,
.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: clamp(26px, 5vw, 54px);
  align-items: start;
}

.material-grid .material-card {
  min-width: 0;
}

.material-card {
  overflow: hidden;
  border: 1px solid var(--dark-line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 46px rgba(6, 19, 38, 0.08);
}

.material-thumb,
.detail-media {
  position: relative;
  display: grid;
  min-height: 230px;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(6, 19, 38, 0.88), rgba(23, 215, 255, 0.25)),
    url("../img/banners/card-pattern.svg") center / cover no-repeat;
}

.material-thumb img,
.detail-media img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
}

.material-thumb.has-fallback::before,
.detail-media.has-fallback::before,
.qr-frame.has-fallback::before {
  content: "";
  width: 72px;
  height: 72px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, transparent 46%, rgba(255, 255, 255, 0.4) 46% 54%, transparent 54%),
    linear-gradient(0deg, transparent 46%, rgba(255, 255, 255, 0.4) 46% 54%, transparent 54%);
}

.material-thumb span,
.detail-media figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  max-width: calc(100% - 32px);
  padding: 7px 10px;
  color: #061326;
  background: var(--gold-2);
  border-radius: var(--radius);
  font-size: 0.76rem;
  font-weight: 900;
}

.material-card-body,
.detail-block,
.price-panel,
.detail-qr,
.process-grid article {
  border: 1px solid var(--dark-line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 18px 46px rgba(6, 19, 38, 0.08);
}

.material-card-body {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.material-card-body h3 {
  margin: 0;
  color: var(--navy);
  line-height: 1.2;
}

.material-card-body p,
.detail-block p,
.price-panel p,
.detail-qr p {
  margin: 0;
  color: var(--muted);
}

.material-card-body strong {
  color: var(--navy);
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -10px 0 24px;
}

.filter-bar button {
  min-height: 38px;
  padding: 0 13px;
  color: var(--navy);
  background: var(--white);
  border: 1px solid rgba(6, 19, 38, 0.16);
  border-radius: var(--radius);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 850;
  cursor: pointer;
}

.filter-bar button.is-active {
  color: #041326;
  background: var(--cyan);
  border-color: transparent;
}

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

.process-grid article,
.detail-block,
.price-panel,
.detail-qr {
  padding: 22px;
}

.process-grid strong {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--gold);
  font-weight: 900;
}

.process-grid h3,
.detail-block h2,
.price-panel h2,
.detail-qr h2 {
  margin: 0 0 10px;
  color: var(--navy);
  line-height: 1.18;
}

.process-grid p {
  margin: 0;
  color: var(--muted);
}

.medical-notice {
  align-self: stretch;
  display: grid;
  align-content: center;
}

.detail-main {
  min-height: 100vh;
  background: var(--soft);
}

.detail-content,
.detail-sidebar {
  display: grid;
  gap: 18px;
}

.detail-media {
  min-height: 420px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.detail-media img {
  min-height: 420px;
}

.check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 10px;
  height: 10px;
  background: var(--cyan);
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(23, 215, 255, 0.12);
}

.price-panel dl {
  display: grid;
  gap: 12px;
  margin: 0 0 16px;
}

.price-panel div {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(6, 19, 38, 0.1);
}

.price-panel dt {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.price-panel dd {
  margin: 4px 0 0;
  color: var(--navy);
  font-weight: 850;
}

.qr-frame {
  position: relative;
  display: grid;
  min-height: 240px;
  place-items: center;
  margin-top: 14px;
  padding: 14px;
  border: 1px dashed rgba(6, 19, 38, 0.28);
  border-radius: var(--radius);
  background: #f8fbff;
}

.qr-frame img {
  max-height: 220px;
  object-fit: contain;
}

.qr-frame span {
  color: var(--muted);
  text-align: center;
}

.qr-frame img + span {
  display: none;
}

.microcopy {
  margin-top: 12px !important;
  font-size: 0.82rem;
}

.pdf-viewer-block {
  display: grid;
  gap: 12px;
}

.pdf-viewer {
  width: 100%;
  min-height: 720px;
  border: 1px solid rgba(6, 19, 38, 0.16);
  border-radius: var(--radius);
  background: var(--white);
}

.store-page {
  background: var(--white);
}

.store-hero {
  min-height: 78vh;
  padding: 142px 0 82px;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 20%, rgba(23, 215, 255, 0.24), transparent 28%),
    linear-gradient(135deg, rgba(6, 19, 38, 0.98), rgba(11, 36, 72, 0.94)),
    url("../img/banners/card-pattern.svg") center / 900px auto repeat;
}

.store-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
  gap: clamp(28px, 6vw, 70px);
  align-items: center;
}

.store-hero h1 {
  margin: 0;
  font-size: clamp(2.8rem, 7vw, 5.6rem);
  line-height: 0.98;
}

.store-hero p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}

.store-hero .store-subtitle {
  margin: 18px 0 12px;
  color: var(--cyan);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 900;
}

.store-hero-panel {
  display: grid;
  gap: 14px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.store-hero-panel strong {
  color: var(--gold-2);
  font-size: 1.35rem;
}

.store-hero-panel p,
.store-hero-panel span {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.store-hero-panel span {
  padding: 12px;
  color: #241600;
  background: var(--gold-2);
  border-radius: var(--radius);
  font-weight: 850;
}

.store-toolbar {
  display: grid;
  gap: 16px;
  margin: -8px 0 28px;
}

.store-search {
  max-width: 520px;
}

.store-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.store-filter-row button {
  min-height: 42px;
  padding: 0 14px;
  color: var(--navy);
  background: var(--white);
  border: 1px solid rgba(6, 19, 38, 0.16);
  border-radius: var(--radius);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 900;
  cursor: pointer;
}

.store-filter-row button:hover,
.store-filter-row button.is-active {
  color: #041326;
  background: var(--cyan);
  border-color: transparent;
}

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

.store-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--dark-line);
  border-radius: var(--radius);
  box-shadow: 0 18px 46px rgba(6, 19, 38, 0.08);
}

.store-card-media {
  position: relative;
  display: grid;
  min-height: 260px;
  place-items: center;
  overflow: hidden;
  background: var(--navy);
}

.store-card-media img {
  width: min(78%, 320px);
  height: min(78%, 320px);
  min-height: 260px;
  object-fit: contain;
  filter: drop-shadow(0 22px 30px rgba(0, 0, 0, 0.28));
}

.store-tag-row {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.store-tag {
  padding: 5px 8px;
  color: var(--navy);
  background: var(--cyan-soft);
  border-radius: var(--radius);
  font-size: 0.7rem;
  font-weight: 900;
}

.store-tag.oferta,
.store-tag.producto-bandera {
  color: #241600;
  background: var(--gold-2);
}

.store-tag.bajo-pedido,
.store-tag.stock-por-confirmar {
  color: var(--white);
  background: rgba(6, 19, 38, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.store-card-body {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.store-card h3 {
  min-height: 2.45em;
  margin: 0;
  color: var(--navy);
  font-size: 1.08rem;
  line-height: 1.18;
}

.store-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.store-price-list {
  display: grid;
  gap: 8px;
  margin: 0;
}

.store-price-list div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
  padding: 8px 10px;
  background: var(--soft);
  border: 1px solid rgba(6, 19, 38, 0.08);
  border-radius: var(--radius);
}

.store-price-list dt {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.store-price-list dd {
  margin: 0;
  color: var(--navy);
  font-weight: 900;
}

.store-whatsapp-btn {
  width: 100%;
  min-height: 50px;
  font-size: 0.94rem;
}

.commerce-page {
  background: var(--white);
}

.commerce-hero {
  min-height: 54vh;
  padding: 142px 0 72px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(6, 19, 38, 0.96), rgba(11, 36, 72, 0.9)),
    url("../img/banners/hero-tech.svg") center / cover no-repeat;
}

.commerce-hero h1 {
  max-width: 900px;
  margin: 0 0 18px;
  font-size: clamp(2.4rem, 5.6vw, 5rem);
  line-height: 1;
}

.commerce-hero p:not(.eyebrow) {
  max-width: 820px;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.08rem;
}

.commerce-shell {
  width: min(var(--layout-max-width), calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) 280px;
  gap: 1.25rem;
  align-items: start;
}

.commerce-filters,
.commerce-aside {
  position: sticky;
  top: calc(var(--header-height) + 1rem);
  display: grid;
  gap: 12px;
  max-height: calc(100vh - var(--header-height) - 2rem);
  overflow-y: auto;
}

.commerce-filters {
  padding: 14px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--dark-line);
  border-radius: var(--radius);
  box-shadow: 0 18px 46px rgba(2, 10, 31, 0.1);
}

.commerce-filters h2,
.commerce-aside h2 {
  margin: 0;
  color: var(--navy);
  font-size: 0.95rem;
}

.commerce-results {
  min-width: 0;
}

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

.section [data-catalog-mode="home"] .commerce-toolbar {
  grid-template-columns: minmax(220px, 2fr) repeat(4, minmax(140px, 1fr));
  margin-bottom: 22px;
}

.commerce-search {
  grid-column: span 2;
}

.section [data-catalog-mode="home"] .commerce-search {
  grid-column: span 2;
}

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

.commerce-section-head h2 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.commerce-section-head p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
}

.commerce-section-head strong {
  color: var(--navy);
  white-space: nowrap;
}

.commerce-subtitle {
  margin: 24px 0 12px;
  color: var(--navy);
  font-size: 1.1rem;
}

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

.commerce-grid.is-compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 12px;
}

.commerce-card {
  display: grid;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--dark-line);
  border-radius: var(--radius);
  box-shadow: 0 18px 46px rgba(6, 19, 38, 0.08);
}

.commerce-card-media {
  position: relative;
  display: grid;
  min-height: 190px;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
}

.commerce-card-media img {
  width: min(76%, 260px);
  height: 180px;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.24));
}

.commerce-badge-row {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.commerce-badge {
  padding: 5px 8px;
  color: var(--navy);
  background: var(--cyan-soft);
  border-radius: var(--radius);
  font-size: 0.68rem;
  font-weight: 900;
}

.commerce-badge.is-offer {
  background: var(--gold-2);
}

.commerce-badge.is-featured {
  color: var(--white);
  background: rgba(23, 215, 255, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.commerce-card-body {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.commerce-kicker {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
}

.commerce-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.02rem;
  line-height: 1.22;
}

.commerce-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.commerce-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  padding: 10px;
  background: var(--soft);
  border: 1px solid rgba(6, 19, 38, 0.08);
  border-radius: var(--radius);
}

.commerce-price strong {
  color: var(--navy);
  font-size: 1rem;
}

.commerce-price span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.commerce-status {
  color: var(--navy) !important;
  font-weight: 900;
}

.commerce-notice {
  font-size: 0.78rem !important;
}

.commerce-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.commerce-card-actions .btn {
  flex: 1 1 150px;
  min-height: 42px;
  text-align: center;
}

.commerce-empty {
  padding: 22px;
  background: var(--soft);
  border: 1px solid var(--dark-line);
  border-radius: var(--radius);
}

.item-detail-page {
  background: var(--white);
}

.item-detail-layout {
  display: grid;
}

.item-detail-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(20px, 4vw, 44px);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--dark-line);
  border-radius: var(--radius);
  box-shadow: 0 18px 46px rgba(6, 19, 38, 0.08);
}

.item-detail-media {
  display: grid;
  min-height: 480px;
  place-items: center;
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
}

.item-detail-media img {
  width: min(78%, 420px);
  max-height: 420px;
  object-fit: contain;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.26));
}

.item-detail-content {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: clamp(22px, 4vw, 42px);
}

.item-detail-content h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.04;
}

.item-detail-content p {
  margin: 0;
  color: var(--muted);
}

.item-detail-price {
  max-width: 420px;
}

.item-detail-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.item-detail-meta div {
  padding: 10px;
  background: var(--soft);
  border: 1px solid rgba(6, 19, 38, 0.08);
  border-radius: var(--radius);
}

.item-detail-meta dt {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.item-detail-meta dd {
  margin: 0;
  color: var(--navy);
  font-weight: 900;
}

.item-detail-tags {
  position: static;
}

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

  .commerce-shell {
    grid-template-columns: 1fr;
  }

  .commerce-filters,
  .commerce-aside {
    position: static;
    max-height: none;
  }

  .commerce-toolbar,
  .section [data-catalog-mode="home"] .commerce-toolbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .item-detail-card {
    grid-template-columns: 1fr;
  }

  .item-detail-media {
    min-height: 340px;
  }

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

  .store-hero-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .subpage-hero,
  .detail-hero {
    padding-top: 118px;
  }

  .commerce-hero {
    padding-top: 118px;
  }

  .commerce-toolbar,
  .section [data-catalog-mode="home"] .commerce-toolbar {
    grid-template-columns: 1fr;
  }

  .commerce-search,
  .section [data-catalog-mode="home"] .commerce-search {
    grid-column: auto;
  }

  .commerce-grid,
  .commerce-grid.is-compact {
    grid-template-columns: 1fr;
  }

  .commerce-section-head {
    display: grid;
  }

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

  .process-grid {
    grid-template-columns: 1fr;
  }

  .detail-media,
  .detail-media img {
    min-height: 280px;
  }

  .store-hero {
    padding-top: 118px;
  }

  .store-grid {
    grid-template-columns: 1fr;
  }

  .store-card-media,
  .store-card-media img {
    min-height: 330px;
  }

  .store-card-body {
    padding: 20px;
  }

  .store-filter-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .store-filter-row button {
    width: 100%;
  }
}
