:root {
  --ink: #15191f;
  --muted: #606875;
  --paper: #f4f5f1;
  --surface: #ffffff;
  --line: #d7dcd3;
  --steel: #25313d;
  --red: #b3292d;
  --gold: #d7a23a;
  --shadow: 0 22px 70px rgba(21, 25, 31, 0.16);
  font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
}

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

img[data-gallery] {
  cursor: zoom-in;
}

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

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

.site-header {
  position: fixed;
  z-index: 20;
  inset: 0 0 auto;
  color: #fff;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 40px rgba(21, 25, 31, 0.12);
  backdrop-filter: blur(16px);
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 9px clamp(18px, 5vw, 56px);
  color: rgba(255, 255, 255, 0.82);
  background: rgba(10, 14, 19, 0.58);
  font-size: 0.82rem;
  font-weight: 700;
}

.topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.topbar-item::before {
  content: "";
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  background: currentColor;
  opacity: 0.9;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.topbar-address::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 6-8 12-8 12S4 16 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 6-8 12-8 12S4 16 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.topbar-phone::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.69 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.33 1.85.56 2.81.69A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.69 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.33 1.85.56 2.81.69A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E");
}

.topbar-whatsapp::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12.04 2a9.9 9.9 0 0 0-8.5 15.02L2.2 22l5.1-1.34A9.96 9.96 0 1 0 12.04 2Zm0 18.2a8.2 8.2 0 0 1-4.18-1.15l-.3-.18-3.02.79.8-2.94-.2-.31a8.17 8.17 0 1 1 6.9 3.79Zm4.49-6.13c-.25-.12-1.45-.72-1.67-.8-.22-.08-.38-.12-.54.12-.16.25-.62.8-.76.96-.14.16-.28.18-.53.06-.25-.12-1.04-.38-1.98-1.22-.73-.65-1.22-1.45-1.36-1.7-.14-.25-.02-.38.1-.5.11-.1.25-.28.37-.42.12-.14.16-.25.25-.41.08-.16.04-.31-.02-.43-.06-.12-.54-1.3-.74-1.78-.2-.47-.4-.4-.54-.41h-.46c-.16 0-.43.06-.65.31-.22.25-.85.83-.85 2.02s.87 2.34.99 2.5c.12.16 1.7 2.6 4.13 3.65.58.25 1.03.4 1.38.51.58.18 1.1.16 1.52.1.46-.07 1.45-.59 1.65-1.16.2-.57.2-1.06.14-1.16-.06-.1-.22-.16-.47-.28Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12.04 2a9.9 9.9 0 0 0-8.5 15.02L2.2 22l5.1-1.34A9.96 9.96 0 1 0 12.04 2Zm0 18.2a8.2 8.2 0 0 1-4.18-1.15l-.3-.18-3.02.79.8-2.94-.2-.31a8.17 8.17 0 1 1 6.9 3.79Zm4.49-6.13c-.25-.12-1.45-.72-1.67-.8-.22-.08-.38-.12-.54.12-.16.25-.62.8-.76.96-.14.16-.28.18-.53.06-.25-.12-1.04-.38-1.98-1.22-.73-.65-1.22-1.45-1.36-1.7-.14-.25-.02-.38.1-.5.11-.1.25-.28.37-.42.12-.14.16-.25.25-.41.08-.16.04-.31-.02-.43-.06-.12-.54-1.3-.74-1.78-.2-.47-.4-.4-.54-.41h-.46c-.16 0-.43.06-.65.31-.22.25-.85.83-.85 2.02s.87 2.34.99 2.5c.12.16 1.7 2.6 4.13 3.65.58.25 1.03.4 1.38.51.58.18 1.1.16 1.52.1.46-.07 1.45-.59 1.65-1.16.2-.57.2-1.06.14-1.16-.06-.1-.22-.16-.47-.28Z'/%3E%3C/svg%3E");
}

.site-header.is-scrolled .topbar,
.site-header.is-open .topbar {
  color: #fff;
  background: var(--steel);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 0 clamp(18px, 5vw, 56px);
}

.brand img {
  width: 160px;
  height: auto;
}

.site-header.is-scrolled .brand,
.site-header.is-open .brand {
  padding: 8px 12px;
  background: var(--steel);
  border-radius: 4px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
  font-size: 0.98rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.main-nav,
.nav-toggle {
  display: none !important;
}

#servicios .wide-photo,
#servicios .service-grid {
  display: none;
}

.main-nav a,
.submenu-toggle {
  opacity: 0.9;
}

.main-nav a:hover,
.submenu-toggle:hover {
  color: var(--gold);
  opacity: 1;
}

.nav-item {
  position: relative;
}

.submenu-toggle {
  display: inline-flex;
  align-items: center;
  border: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.submenu-toggle::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-3px) rotate(45deg);
}

.submenu {
  position: absolute;
  top: calc(100% + 18px);
  right: 0;
  display: grid;
  min-width: 310px;
  padding: 10px;
  border: 1px solid rgba(21, 25, 31, 0.08);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.has-submenu:hover .submenu,
.has-submenu.is-open .submenu,
.has-submenu:focus-within .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.submenu a {
  padding: 11px 12px;
  border-radius: 4px;
  color: var(--ink);
  font-size: 0.86rem;
  line-height: 1.25;
  text-transform: none;
}

.submenu a:hover {
  color: var(--red);
  background: #f4f5f1;
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  min-height: 64vh;
  align-items: end;
  overflow: hidden;
  color: #fff;
}

.page-main {
  min-height: 70vh;
}

.page-hero {
  position: relative;
  display: grid;
  min-height: 480px;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background-position: center;
  background-size: cover;
}

.page-hero .container {
  position: relative;
  z-index: 1;
  padding: 138px 0 56px;
}

.page-hero h1 {
  margin-bottom: 0;
}

.page-lead {
  max-width: 620px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.2rem;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(10, 14, 19, 0.9), rgba(10, 14, 19, 0.54) 50%, rgba(10, 14, 19, 0.14)),
    linear-gradient(0deg, rgba(10, 14, 19, 0.78), rgba(10, 14, 19, 0) 48%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
  padding: 82px 0 28px;
}

.brand-line {
  margin: 0 0 8px;
  color: var(--gold);
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 34px;
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(3.4rem, 7vw, 6.8rem);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 18px;
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(2.05rem, 3.5vw, 3.25rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 10px;
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.hero-statement {
  width: min(720px, 100%);
  border-left: 4px solid var(--gold);
  background: linear-gradient(90deg, rgba(13, 18, 24, 0.84), rgba(13, 18, 24, 0.6));
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(12px);
  padding: 26px 34px 20px;
}

.hero-statement h1 {
  margin-bottom: 14px;
  color: #fff;
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(2.15rem, 4vw, 3.7rem);
  font-weight: 700;
  line-height: 0.94;
}

.hero-statement p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.12rem;
}

.split-section,
.section,
.contact {
  padding: clamp(30px, 3.8vw, 48px) 0;
}

.section-muted {
  background: var(--surface);
}

.section-dark {
  color: #fff;
  background: var(--steel);
}

.section-dark p {
  color: rgba(255, 255, 255, 0.78);
}

.split-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: center;
}

.split-grid-reverse .image-frame {
  order: 2;
}

.copy-block p,
.section-heading p,
.narrow p,
.contact p {
  color: var(--muted);
  font-size: 1.05rem;
}

.section-dark .copy-block p {
  color: rgba(255, 255, 255, 0.78);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 12px;
  padding: 13px 20px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: var(--red);
  font: inherit;
  font-weight: 950;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.button:hover {
  filter: brightness(0.92);
  transform: translateY(-2px);
}

.image-frame {
  overflow: hidden;
  border-radius: 8px;
  background: #dfe4de;
  box-shadow: var(--shadow);
}

.image-frame img {
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.map-frame {
  overflow: hidden;
  border-radius: 8px;
  background: #dfe4de;
  box-shadow: var(--shadow);
}

.map-frame iframe {
  display: block;
  width: 100%;
  min-height: 420px;
}

.contact-info-list {
  display: grid;
  gap: 12px;
}

.contact-info-list p {
  margin: 0;
}

.contact-info-list a {
  color: var(--red);
  font-weight: 900;
}

.feature-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 34px;
  color: var(--steel);
  font-size: 1.12rem;
  font-weight: 800;
}

.feature-list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  background: var(--red);
  box-shadow: 0 0 0 5px rgba(179, 41, 45, 0.12);
}

.media-carousel {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #dfe4de;
  box-shadow: var(--shadow);
}

.media-carousel-track {
  position: relative;
  aspect-ratio: 16 / 11;
  min-height: 0;
}

.media-carousel-track img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.02);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
}

.media-carousel-track img.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.media-carousel-controls {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  z-index: 2;
}

.media-carousel-dots,
.media-carousel-arrows {
  display: flex;
  align-items: center;
  gap: 9px;
}

.media-carousel-dots button,
.media-carousel-arrows button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.media-carousel-dots button {
  width: 32px;
  height: 3px;
  padding: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
}

.media-carousel-dots button.is-active {
  background: var(--gold);
}

.media-carousel-arrows button {
  position: relative;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 50%;
  background: rgba(13, 18, 24, 0.46);
}

.media-carousel-arrows button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.media-carousel-arrows button:first-child::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.media-carousel-arrows button:last-child::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(7, 10, 14, 0.92);
}

.gallery-lightbox.is-open {
  display: flex;
}

.gallery-lightbox img {
  width: auto;
  max-width: 94vw;
  height: auto;
  max-height: 88vh;
  object-fit: contain;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}

.gallery-lightbox button {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.gallery-close {
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  font-size: 1.9rem;
  line-height: 1;
}

.gallery-prev,
.gallery-next {
  top: 50%;
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
}

.gallery-prev {
  left: 20px;
}

.gallery-next {
  right: 20px;
}

.gallery-prev::before,
.gallery-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.gallery-prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.gallery-next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 18px 46px rgba(37, 211, 102, 0.36);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 56px rgba(37, 211, 102, 0.44);
}

.whatsapp-float::before {
  content: "";
  width: 32px;
  height: 32px;
  background: #fff;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12.04 2a9.9 9.9 0 0 0-8.5 15.02L2.2 22l5.1-1.34A9.96 9.96 0 1 0 12.04 2Zm0 18.2a8.2 8.2 0 0 1-4.18-1.15l-.3-.18-3.02.79.8-2.94-.2-.31a8.17 8.17 0 1 1 6.9 3.79Zm4.49-6.13c-.25-.12-1.45-.72-1.67-.8-.22-.08-.38-.12-.54.12-.16.25-.62.8-.76.96-.14.16-.28.18-.53.06-.25-.12-1.04-.38-1.98-1.22-.73-.65-1.22-1.45-1.36-1.7-.14-.25-.02-.38.1-.5.11-.1.25-.28.37-.42.12-.14.16-.25.25-.41.08-.16.04-.31-.02-.43-.06-.12-.54-1.3-.74-1.78-.2-.47-.4-.4-.54-.41h-.46c-.16 0-.43.06-.65.31-.22.25-.85.83-.85 2.02s.87 2.34.99 2.5c.12.16 1.7 2.6 4.13 3.65.58.25 1.03.4 1.38.51.58.18 1.1.16 1.52.1.46-.07 1.45-.59 1.65-1.16.2-.57.2-1.06.14-1.16-.06-.1-.22-.16-.47-.28Z'/%3E%3C/svg%3E");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12.04 2a9.9 9.9 0 0 0-8.5 15.02L2.2 22l5.1-1.34A9.96 9.96 0 1 0 12.04 2Zm0 18.2a8.2 8.2 0 0 1-4.18-1.15l-.3-.18-3.02.79.8-2.94-.2-.31a8.17 8.17 0 1 1 6.9 3.79Zm4.49-6.13c-.25-.12-1.45-.72-1.67-.8-.22-.08-.38-.12-.54.12-.16.25-.62.8-.76.96-.14.16-.28.18-.53.06-.25-.12-1.04-.38-1.98-1.22-.73-.65-1.22-1.45-1.36-1.7-.14-.25-.02-.38.1-.5.11-.1.25-.28.37-.42.12-.14.16-.25.25-.41.08-.16.04-.31-.02-.43-.06-.12-.54-1.3-.74-1.78-.2-.47-.4-.4-.54-.41h-.46c-.16 0-.43.06-.65.31-.22.25-.85.83-.85 2.02s.87 2.34.99 2.5c.12.16 1.7 2.6 4.13 3.65.58.25 1.03.4 1.38.51.58.18 1.1.16 1.52.1.46-.07 1.45-.59 1.65-1.16.2-.57.2-1.06.14-1.16-.06-.1-.22-.16-.47-.28Z'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.section-heading {
  max-width: 860px;
  margin-bottom: 36px;
}

.wide-photo {
  width: 100%;
  max-height: 440px;
  margin-bottom: 18px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

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

.service-card {
  overflow: hidden;
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.service-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-card div {
  padding: 22px;
}

.service-card p {
  margin: 0;
  color: var(--muted);
}

.service-detail {
  padding: clamp(28px, 3.5vw, 47px) 0;
}

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

.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 1px 0 rgba(21, 25, 31, 0.02);
}

.product-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #dfe4de;
}

.product-card div {
  padding: 18px;
}

.product-card h2 {
  font-size: clamp(1.12rem, 1.35vw, 1.45rem);
}

.product-card p {
  margin-bottom: 6px;
  color: var(--muted);
}

.sale-intro {
  display: flex;
  align-items: center;
  gap: 28px;
}

.service-intro {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 32px;
  align-items: center;
}

.service-intro img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

.service-intro p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

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

.capacity-grid article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.capacity-grid h3 {
  color: var(--red);
}

.capacity-grid p {
  margin-bottom: 6px;
  color: var(--muted);
}

.capacity-grid a {
  color: var(--red);
  font-weight: 900;
}

.closing-line {
  margin: 32px 0 0;
  color: var(--steel);
  font-weight: 900;
}

.brand-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 26px;
}

.brand-strip img {
  max-width: 170px;
  max-height: 84px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
}

.sale-intro img {
  width: 112px;
  height: 112px;
  object-fit: contain;
}

.sale-intro p {
  margin: 0;
  color: var(--muted);
}

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

.image-pair img {
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.value-list {
  display: grid;
  gap: 16px;
}

.value-list p {
  margin: 0;
  padding: 18px;
  border-left: 4px solid var(--red);
  background: #fff;
  box-shadow: 0 1px 0 rgba(21, 25, 31, 0.04);
}

.narrow {
  max-width: 880px;
}

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

.check-list li {
  position: relative;
  padding-left: 32px;
  font-weight: 800;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  background: var(--red);
  box-shadow: 0 0 0 5px rgba(179, 41, 45, 0.12);
}

.contact {
  background: #ecefea;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.form-fields {
  display: grid;
  gap: 14px;
}

.form-fields[hidden] {
  display: none;
}

label {
  display: grid;
  gap: 7px;
  color: var(--steel);
  font-size: 0.86rem;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #cdd5cb;
  border-radius: 4px;
  padding: 13px 12px;
  color: var(--ink);
  background: #fbfcfa;
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(179, 41, 45, 0.14);
  border-color: var(--red);
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.52;
  transform: none;
}

.form-note {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.form-status {
  display: none;
  margin: 0;
  padding: 12px 14px;
  border-radius: 4px;
  font-weight: 800;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-success {
  color: #1f5b48;
  background: #dceee8;
}

.form-status.is-error {
  color: #8d1c20;
  background: #f7dedf;
}

.site-footer {
  padding: 26px 0;
  color: rgba(255, 255, 255, 0.76);
  background: #111820;
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.footer-grid img {
  width: 100px;
}

.footer-grid p {
  margin: 0;
}

@media (max-width: 1100px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .topbar {
    display: none;
  }

  .nav-shell {
    min-height: 70px;
  }

  .nav-toggle {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 4px;
    color: inherit;
    background: transparent;
  }

  .nav-toggle span {
    width: 18px;
    height: 2px;
    background: currentColor;
  }

  .main-nav {
    position: absolute;
    top: 70px;
    left: 16px;
    right: 16px;
    display: none;
    padding: 18px;
    color: var(--ink);
    background: #fff;
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .site-header.is-open .main-nav {
    display: grid;
  }

  .main-nav a {
    padding: 8px 0;
  }

  .nav-item {
    display: grid;
  }

  .submenu-toggle {
    width: 100%;
    padding: 8px 0;
    text-align: left;
  }

  .submenu {
    position: static;
    display: none;
    min-width: 0;
    margin-top: 4px;
    padding: 6px 0 6px 14px;
    border: 0;
    border-left: 2px solid var(--line);
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .has-submenu .submenu {
    display: grid;
  }

  .has-submenu:hover .submenu,
  .has-submenu:focus-within .submenu {
    transform: none;
  }

  .submenu a {
    padding: 9px 10px;
  }

  .hero {
    min-height: 620px;
  }

  .hero-statement,
  .split-grid,
  .contact-grid,
  .service-grid,
  .product-grid,
  .image-pair,
  .capacity-grid {
    grid-template-columns: 1fr;
  }

  .service-intro {
    grid-template-columns: 1fr;
  }

  .page-hero {
    min-height: 430px;
  }

  .split-grid-reverse .image-frame {
    order: initial;
  }
}

@media (max-width: 560px) {
  .container,
  .hero-content {
    width: min(100% - 28px, 1140px);
  }

  .brand img {
    width: 130px;
  }

  h1 {
    font-size: clamp(2.65rem, 15vw, 4rem);
  }

  h2 {
    font-size: 1.9rem;
  }

  .hero {
    min-height: 560px;
  }

  .hero-content {
    padding-bottom: 22px;
  }

  .hero-statement {
    padding: 24px 22px 18px;
  }

  .image-frame img {
    aspect-ratio: 16 / 11;
  }

  .footer-grid {
    display: grid;
  }
}
