/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .hidden {
    display: none;
  }
}
:root {
  --navy: #041f46;
  --blue: #0875bd;
  --gold: #b38a42;
  --green: #1ca662;
  --ink: #0e2039;
  --muted: #627188;
  --line: #dbe5ef;
  --surface: #f5f8fb;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
.whatsapp-icon {
  width: 1.1em;
  height: 1.1em;
  display: inline-block;
  flex: 0 0 auto;
  fill: currentColor;
}
button,input,select,textarea {
  font: inherit;
}
.shell {
  width: min(1180px,calc(100% - 40px));
  margin-inline: auto;
}
.topbar {
  background: var(--navy);
  color: #dce8f7;
  font-size: 12px;
}
.topbar-inner {
  min-height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.topbar-contact {
  display: flex;
  align-items: center;
  gap: 22px;
}
.topbar a:hover {
  color: #fff;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(4,31,70,.08);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(15px);
}
.nav-wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
}
.brand-emblem {
  width: 76px;
  height: 55px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.brand-emblem img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.brand-lockup {
  display: block;
  white-space: nowrap;
}
.brand-lockup strong {
  display: block;
  color: var(--navy);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .055em;
}
.brand-lockup strong span {
  color: var(--blue);
}
.brand-lockup small {
  display: block;
  margin-top: 6px;
  color: #cc1f2b;
  font-size: 8px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .15em;
}
nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .045em;
}
nav a {
  position: relative;
  padding-block: 32px;
  white-space: nowrap;
}
nav a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 22px;
  height: 2px;
  background: var(--blue);
  transition: right .2s ease;
}
nav a:hover::after {
  right: 0;
}
.nav-products {
  position: relative;
  display: flex;
  align-items: center;
}
.nav-products-trigger {
  display: flex;
  align-items: center;
  gap: 5px;
}
.nav-products-trigger span {
  color: var(--blue);
  font-size: 14px;
  transition: transform .2s ease;
}
.nav-products:hover .nav-products-trigger span,.nav-products:focus-within .nav-products-trigger span {
  transform: rotate(180deg);
}
.nav-dropdown {
  position: absolute;
  left: 50%;
  top: calc(100% - 5px);
  width: min(720px,calc(100vw - 40px));
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 10px;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%,8px);
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 12px;
  box-shadow: 0 22px 50px rgba(4,31,70,.16);
  transition: opacity .18s ease,transform .18s ease,visibility .18s ease;
}
.nav-products:hover .nav-dropdown,.nav-products:focus-within .nav-dropdown {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%,0);
}
.nav-dropdown a {
  border-radius: 7px;
  padding: 12px 13px;
  color: #29435f;
  font-size: 11px;
  text-transform: none;
  letter-spacing: 0;
  white-space: normal;
}
.nav-dropdown a::after {
  display: none;
}
.nav-dropdown a:hover {
  background: #eef6fc;
  color: var(--blue);
}
.nav-category-group {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  align-content: start;
  gap: 4px;
  overflow: hidden;
  border: 1px solid #e0e9f1;
  border-radius: 10px;
  background: #fbfdff;
  padding: 7px;
}
.nav-dropdown .nav-root-category {
  grid-column: 1/-1;
  display: block;
  padding: 10px 11px;
  color: var(--navy);
  font-weight: 900;
  line-height: 1.25;
  background: #eaf4fb;
}
.nav-dropdown .nav-child-category {
  min-width: 0;
  display: block;
  padding: 8px 10px;
  color: #536a82;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.nav-cta {
  border-radius: 6px;
  background: var(--navy);
  color: #fff;
  padding: 14px 18px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
  white-space: nowrap;
}
.mobile-menu {
  display: none;
  position: relative;
}
.mobile-menu summary {
  list-style: none;
  cursor: pointer;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 11px 13px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.mobile-menu > div {
  position: absolute;
  right: 0;
  top: 47px;
  width: min(340px,calc(100vw - 28px));
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 20px 40px rgba(4,31,70,.14);
}
.mobile-menu a {
  display: block;
  padding: 12px;
  border-bottom: 1px solid #edf2f6;
  font-size: 12px;
  font-weight: 800;
  white-space: normal;
  overflow-wrap: anywhere;
}
.mobile-categories-title {
  display: block;
  padding: 14px 12px 7px;
  color: var(--blue);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.mobile-menu .mobile-category-link {
  position: relative;
  padding: 9px 12px 9px 24px;
  color: #405973;
  font-size: 11px;
  font-weight: 700;
}
.mobile-menu .mobile-category-link::before {
  content: '›';
  position: absolute;
  left: 11px;
  color: var(--blue);
}
.mobile-category-group {
  position: static;
  width: auto;
  max-height: none;
  overflow: visible;
  border: 0;
  border-bottom: 1px solid #edf2f6;
  border-radius: 0;
  background: transparent;
  padding: 2px 0;
  box-shadow: none;
}
.mobile-menu .mobile-root-category {
  color: var(--navy);
  font-weight: 900;
}
.mobile-menu .mobile-child-category {
  padding-left: 36px;
  font-size: 10px;
}
.mobile-menu .mobile-child-category::before {
  left: 23px;
}
.hero {
  overflow: hidden;
  background: linear-gradient(110deg,#f6faff 0%,#e8f1f9 56%,#f7fbff 100%);
  padding: 20px 0;
}
.hero-grid {
  position: relative;
  isolation: isolate;
  min-height: 0;
  aspect-ratio: 2/1;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(4,31,70,.06);
  border-radius: 18px;
  background: #edf5fb;
  box-shadow: 0 22px 55px rgba(4,31,70,.09);
}
.hero-copy {
  position: relative;
  z-index: 2;
  width: 58%;
  padding: clamp(48px,5vw,74px) 20px 38px clamp(34px,5vw,68px);
}
.eyebrow {
  margin: 0 0 15px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
}
.hero-copy h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(44px,5vw,68px);
  line-height: .96;
  letter-spacing: -.045em;
}
.hero-slogan {
  margin: 12px 0 0;
  color: var(--gold);
  font-size: clamp(28px,3.4vw,48px);
  line-height: 1;
  letter-spacing: -.04em;
}
.hero-lead {
  max-width: 460px;
  margin: 22px 0 0;
  color: #52657b;
  font-size: 18px;
  line-height: 1.55;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.button {
  min-height: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 0 21px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .035em;
  transition: transform .2s ease,box-shadow .2s ease;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(4,31,70,.15);
}
.button-primary {
  background: var(--navy);
  color: #fff;
}
.button-whatsapp {
  gap: 9px;
  background: var(--green);
  color: #fff;
}
.button-whatsapp .whatsapp-icon {
  width: 18px;
  height: 18px;
}
.trust-row {
  display: flex;
  gap: 24px;
  margin-top: 34px;
}
.trust-row span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #263b56;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
}
.trust-row b {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 2px solid #1a426d;
  border-radius: 10px;
  color: var(--navy);
  font-size: 16px;
}
.hero-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  min-height: 0;
}
.hero-photo::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg,rgba(246,250,255,.42) 0%,rgba(238,245,251,.1) 43%,transparent 65%);
}
.hero-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.photo-note {
  position: absolute;
  z-index: 2;
  right: 34px;
  top: 44px;
  color: var(--navy);
  font-family: Georgia,serif;
  font-size: 24px;
  font-style: italic;
  line-height: 1.35;
  transform: rotate(-5deg);
}
.photo-note strong {
  color: var(--blue);
  font-weight: 500;
}
.section {
  padding: 55px 0;
}
.category-section {
  padding-bottom: 34px;
}
.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 28px;
  text-align: center;
}
.section-title span {
  width: 54px;
  height: 1px;
  background: #6e8095;
}
.section-title h2 {
  margin: 0;
  color: var(--navy);
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -.02em;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 14px;
}
.category-card {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  overflow: hidden;
  border: 1px solid #e1e7ee;
  border-radius: 12px;
  background: #fff;
  padding: 12px 12px 15px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(4,31,70,.055);
  transition: transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.category-card:hover {
  transform: translateY(-4px);
  border-color: #afd3ec;
  box-shadow: 0 14px 28px rgba(4,31,70,.1);
}
.category-image-wrap {
  width: 100%;
  height: 190px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}
.category-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transition: transform .25s ease;
}
.category-card:hover .category-image {
  transform: scale(1.045);
}
.category-card strong {
  min-height: 30px;
  color: var(--navy);
  font-size: 14px;
  line-height: 1.25;
}
.category-card small {
  color: var(--navy);
  font-size: 18px;
}
.products-section {
  padding-top: 24px;
  background: linear-gradient(#fff,#fbfdff);
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}
.product-card {
  overflow: hidden;
  border: 1px solid #dce5ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(4,31,70,.05);
  transition: transform .2s ease,box-shadow .2s ease;
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(4,31,70,.11);
}
.product-visual-link {
  display: block;
}
.product-art {
  position: relative;
  min-height: 300px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: radial-gradient(circle at 45% 35%,#fff 0 24%,#edf4f8 70%);
}
.product-art.compact {
  min-height: 160px;
}
.product-art.uploaded img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: contain;
  padding: 12px;
}
.product-package {
  position: relative;
  width: 78%;
  min-height: 110px;
  overflow: hidden;
  border-radius: 4px 8px 8px 4px;
  border: 1px solid #d4dde5;
  background: linear-gradient(160deg,#fff 0 49%,var(--product-accent) 50% 100%);
  box-shadow: 0 18px 25px rgba(4,31,70,.16);
  padding: 15px;
  transform: perspective(600px) rotateX(4deg) rotateY(-8deg);
}
.product-package::after {
  content: '';
  position: absolute;
  right: -30px;
  top: -50px;
  width: 100px;
  height: 160px;
  background: rgba(255,255,255,.17);
  transform: rotate(30deg);
}
.package-brand {
  display: block;
  color: var(--product-accent);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .08em;
}
.product-package strong {
  display: block;
  margin-top: 10px;
  color: var(--navy);
  font-size: 20px;
  letter-spacing: -.04em;
}
.product-package small {
  display: block;
  max-width: 58%;
  margin-top: 4px;
  color: #5c6e82;
  font-size: 7px;
}
.product-package i {
  position: absolute;
  right: 9px;
  bottom: 6px;
  color: rgba(255,255,255,.75);
  font-size: 22px;
  font-weight: 900;
  font-style: normal;
}
.package-glove {
  position: absolute;
  right: 15%;
  bottom: 20%;
  color: var(--product-accent);
  filter: drop-shadow(0 5px 5px rgba(4,31,70,.2));
  transform: rotate(-12deg);
}
.package-glove span {
  font-size: 42px;
}
.product-body {
  padding: 14px;
}
.product-body > p {
  margin: 0 0 6px;
  color: var(--blue);
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.product-body h3 {
  min-height: 32px;
  margin: 0 0 9px;
  color: var(--navy);
  font-size: 13px;
  line-height: 1.25;
}
.product-body ul {
  min-height: 53px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #526276;
  font-size: 9px;
  line-height: 1.5;
}
.product-body li::before {
  content: '•';
  margin-right: 5px;
  color: var(--navy);
}
.package-info {
  display: block;
  margin-top: 7px;
  color: #526276;
  font-size: 9px;
  font-weight: 700;
}
.product-actions {
  display: grid;
  grid-template-columns: 1fr 42px;
  gap: 8px;
  margin-top: 12px;
}
.offer-button,.wa-mini {
  min-height: 32px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}
.offer-button {
  background: var(--navy);
}
.wa-mini {
  background: var(--green);
}
.wa-mini .whatsapp-icon {
  width: 17px;
  height: 17px;
}
.section-cta {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.section-cta a {
  border: 1px solid var(--navy);
  border-radius: 5px;
  padding: 11px 20px;
  color: var(--navy);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.section-cta b {
  margin-left: 22px;
}
.about-why {
  display: grid;
  grid-template-columns: .95fr 2.05fr;
  background: #f5f7fa;
}
.about-panel {
  position: relative;
  overflow: hidden;
  min-height: 290px;
  background: var(--navy);
  color: #fff;
  padding: 42px max(32px,calc((100vw - 1180px)/2));
  padding-right: 40px;
}
.about-panel::after {
  content: '';
  position: absolute;
  right: -100px;
  bottom: -140px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
}
.about-content {
  position: relative;
  z-index: 2;
  max-width: 430px;
}
.eyebrow.light {
  color: #77bee8;
}
.about-content h2 {
  margin: 0 0 16px;
  font-size: 28px;
  text-transform: uppercase;
}
.about-content p {
  margin: 0 0 12px;
  color: #d2deeb;
  font-size: 13px;
  line-height: 1.6;
}
.about-content a {
  display: inline-flex;
  margin-top: 9px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}
.why-panel {
  padding: 38px 5vw;
}
.section-title.compact {
  margin-bottom: 28px;
}
.section-title.compact h2 {
  font-size: 20px;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 18px;
}
.why-grid article {
  text-align: center;
}
.why-grid i {
  display: grid;
  width: 64px;
  height: 64px;
  margin: 0 auto 12px;
  place-items: center;
  color: var(--navy);
  border: 2px solid #123e6c;
  border-radius: 18px;
  font-size: 30px;
  font-style: normal;
}
.why-grid h3 {
  margin: 0;
  color: var(--navy);
  font-size: 12px;
}
.why-grid p {
  margin: 7px 0 0;
  color: #6a788a;
  font-size: 10px;
  line-height: 1.45;
}
.brands-section {
  padding-block: 44px;
}
.brands-kicker {
  margin: 0 0 9px;
  color: var(--blue);
  text-align: center;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .2em;
}
.brands-row {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 12px;
}
.brands-row .brand-card {
  min-width: 0;
  min-height: 132px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid #dce6ef;
  border-radius: 10px;
  background: linear-gradient(145deg,#fff,#f8fbfd);
  color: var(--navy);
  text-align: center;
  box-shadow: 0 8px 22px rgba(4,31,70,.05);
}
.brands-row strong {
  font-size: 22px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -.03em;
}
.brands-row small {
  max-width: 150px;
  min-height: 25px;
  color: #718197;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.35;
}
.brand-logo {
  width: 158px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-logo img {
  display: block;
  max-width: 150px;
  max-height: 60px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.brand-logo-beybi img {
  max-width: 132px;
}
.brand-logo-valeria img {
  max-width: 138px;
}
.brand-logo-brp img {
  max-width: 112px;
}
.brand-logo-haspet img {
  max-height: 62px;
}
.brand-logo-tenty img {
  max-width: 136px;
}
.brand-logo-betatech img {
  max-width: 152px;
}
.section-intro {
  max-width: 650px;
  margin: -8px auto 28px;
  color: var(--muted);
  text-align: center;
  font-size: 14px;
  line-height: 1.65;
}
.audiences-section {
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg,#fff,#f4f8fb);
}
.audience-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
}
.audience-card {
  min-height: 210px;
  border: 1px solid #dce6ef;
  border-radius: 14px;
  background: #fff;
  padding: 27px 22px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(4,31,70,.055);
}
.audience-card i {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 16px;
  background: #e7f3fb;
  color: var(--blue);
  font-size: 28px;
  font-style: normal;
}
.audience-card h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 16px;
}
.audience-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}
.product-list-cta-section {
  padding-block: 30px;
}
.product-list-cta {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 45px;
  align-items: center;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(120deg,var(--navy),#0b4b82);
  padding: 44px 48px;
  color: #fff;
  box-shadow: 0 20px 48px rgba(4,31,70,.18);
}
.product-list-cta h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(28px,3.4vw,44px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.product-list-cta p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: #d8e8f4;
  font-size: 15px;
  line-height: 1.65;
}
.product-list-actions {
  display: grid;
  gap: 10px;
}
.button-light {
  background: #fff;
  color: var(--navy);
}
.text-action {
  padding: 7px 0;
  color: #dbeaf5;
  text-align: center;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.blog-section {
  border-top: 1px solid var(--line);
  background: #f6f9fc;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
}
.blog-card {
  display: flex;
  min-height: 285px;
  flex-direction: column;
  border: 1px solid #dbe5ee;
  border-radius: 14px;
  background: #fff;
  padding: 25px;
  box-shadow: 0 10px 28px rgba(4,31,70,.055);
  transition: transform .2s ease,box-shadow .2s ease;
}
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(4,31,70,.1);
}
.blog-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.blog-card-top span {
  border-radius: 999px;
  background: #e6f3fb;
  color: var(--blue);
  padding: 6px 9px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.blog-card-top small {
  color: #7b8999;
  font-size: 9px;
}
.blog-card h2,.blog-card h3 {
  margin: 0 0 13px;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.28;
  letter-spacing: -.025em;
}
.blog-card p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}
.blog-read {
  margin-top: auto;
  color: var(--blue);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.blog-grid-list {
  padding-block: 10px;
}
.blog-hero {
  background: linear-gradient(120deg,#edf6fc,#fff);
}
.narrow {
  width: min(820px,calc(100% - 40px));
}
.blog-article-header {
  padding: 72px 0 58px;
  background: linear-gradient(120deg,#eaf4fb,#f9fcff);
}
.blog-article-header h1 {
  margin: 10px 0 18px;
  color: var(--navy);
  font-size: clamp(40px,5.5vw,66px);
  line-height: 1.04;
  letter-spacing: -.045em;
}
.blog-article-header > .narrow > p:not(.category-location) {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}
.article-meta {
  display: flex;
  gap: 20px;
  margin-top: 25px;
  color: #75869a;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.article-body {
  padding-block: 58px 75px;
}
.article-body > section {
  margin-bottom: 42px;
}
.article-body h2 {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: 28px;
  line-height: 1.18;
  letter-spacing: -.03em;
}
.article-body p {
  margin: 0 0 17px;
  color: #4d6076;
  font-size: 15px;
  line-height: 1.85;
}
.article-body ul {
  margin: 22px 0;
  display: grid;
  gap: 9px;
  padding-left: 22px;
  color: #3f5570;
  font-size: 14px;
  line-height: 1.55;
}
.article-body li::marker {
  color: var(--blue);
}
.article-cta {
  margin: 54px 0;
  border-radius: 18px;
  background: linear-gradient(125deg,var(--navy),#0b477e);
  padding: 34px;
  color: #fff;
}
.article-cta h2 {
  color: #fff;
}
.article-cta p {
  color: #d7e5f1;
}
.article-cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.article-cta .button-primary {
  background: #fff;
  color: var(--navy);
}
.related-posts {
  border-top: 1px solid var(--line);
  padding-top: 36px;
}
.related-posts a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
}
.related-posts span {
  color: var(--blue);
  font-size: 20px;
}
.article-product-links {
  margin: 44px 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #f7fbfe;
  padding: 26px;
}
.article-product-links h2 {
  margin-bottom: 16px;
}
.article-product-links > div {
  display: grid;
  gap: 8px;
}
.article-product-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-radius: 9px;
  background: #fff;
  padding: 13px 15px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 4px 14px rgba(4,31,70,.04);
}
.article-product-links a span {
  color: var(--blue);
  font-size: 18px;
}
.article-author-note {
  border-left: 3px solid var(--blue);
  background: #f4f8fb;
  padding: 16px 18px;
  color: #51677e !important;
  font-size: 12px !important;
}
.quote-section {
  padding: 70px 0;
  background: linear-gradient(120deg,#eaf4fb,#f8fbfd);
}
.quote-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 80px;
  align-items: center;
}
.quote-copy h2,.contact-grid h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(34px,4vw,54px);
  line-height: 1.03;
  letter-spacing: -.045em;
}
.quote-copy > p:not(.eyebrow) {
  max-width: 470px;
  margin: 23px 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}
.quote-stat {
  display: flex;
  align-items: center;
  gap: 14px;
  border-left: 4px solid var(--green);
  padding: 6px 0 6px 14px;
}
.quote-stat strong,.quote-stat span {
  display: block;
}
.quote-stat strong {
  color: var(--navy);
  font-size: 20px;
}
.quote-stat span {
  color: var(--muted);
  font-size: 11px;
}
.quote-form {
  display: grid;
  gap: 15px;
  border: 1px solid #d9e5ee;
  border-radius: 14px;
  background: #fff;
  padding: 28px;
  box-shadow: 0 24px 60px rgba(4,31,70,.11);
}
.quote-form label {
  display: grid;
  gap: 7px;
  color: #2c405a;
  font-size: 11px;
  font-weight: 800;
}
.form-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.quote-form input,.quote-form select,.quote-form textarea {
  width: 100%;
  border: 1px solid #d8e2ea;
  border-radius: 6px;
  background: #fbfdff;
  padding: 12px 13px;
  outline: none;
  color: var(--ink);
  font-size: 13px;
}
.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus {
  border-color: #61a9d8;
  box-shadow: 0 0 0 3px #dff1fc;
}
.quote-form button {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 6px;
  background: var(--navy);
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.quote-form button .whatsapp-icon {
  width: 18px;
  height: 18px;
}
.form-note {
  margin: 0;
  color: var(--green);
  font-size: 11px;
  line-height: 1.4;
}
.contact-section {
  padding: 70px 0;
}
.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: center;
}
.contact-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 30px;
}
.contact-list a,.contact-list > div {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
}
.contact-list i {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 8px;
  background: #e8f4fb;
  color: var(--blue);
  font-style: normal;
}
.contact-list small {
  display: block;
  margin-bottom: 4px;
  color: #7d8a99;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.contact-list span {
  color: var(--navy);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
}
.map-card {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  border: 8px solid #eef4f8;
  border-radius: 16px;
  box-shadow: 0 18px 50px rgba(4,31,70,.1);
}
.map-card iframe {
  width: 100%;
  height: 430px;
  border: 0;
}
.map-link {
  position: absolute;
  right: 16px;
  bottom: 16px;
  border-radius: 7px;
  background: var(--navy);
  color: #fff;
  padding: 12px 15px;
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 8px 22px rgba(4,31,70,.25);
}
.site-footer {
  background: var(--navy);
  color: #d7e3ef;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr .8fr 1fr 1.2fr;
  gap: 55px;
  padding-block: 48px;
}
.footer-grid h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}
.footer-grid a,.footer-grid p,.footer-grid small {
  display: block;
  margin: 0 0 9px;
  color: #c8d7e5;
  font-size: 11px;
  line-height: 1.5;
}
.footer-grid .footer-icon-link {
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer-icon-link .whatsapp-icon {
  width: 14px;
  height: 14px;
  color: #43d67d;
}
.footer-whatsapp {
  margin-top: 15px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 6px;
  background: var(--green);
  color: #fff !important;
  padding: 12px 14px;
  font-size: 16px !important;
  font-weight: 900;
  text-align: center;
}
.footer-whatsapp .whatsapp-icon {
  width: 20px;
  height: 20px;
}
.footer-bottom {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,.1);
  color: #9fb0c2;
  font-size: 9px;
}
.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 5px solid #fff;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  box-shadow: 0 12px 28px rgba(16,121,72,.34);
  transition: transform .2s ease,box-shadow .2s ease;
}
.floating-whatsapp:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 16px 34px rgba(16,121,72,.42);
}
.floating-whatsapp .whatsapp-icon {
  width: 29px;
  height: 29px;
}
.inner-hero {
  padding: 64px 0;
  background: linear-gradient(120deg,#edf6fc,#f9fcff);
}
.breadcrumbs {
  margin-bottom: 14px;
  color: #64809a;
  font-size: 11px;
}
.inner-hero .category-location {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
}
.inner-hero h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(38px,5vw,62px);
  letter-spacing: -.045em;
}
.inner-hero p {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}
.listing-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
  padding-block: 55px;
}
.category-children-section {
  padding: 52px 0 20px;
}
.category-children-heading,.category-products-heading {
  margin-bottom: 24px;
}
.category-children-heading h2,.category-products-heading h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(25px,3vw,36px);
  letter-spacing: -.03em;
}
.category-children-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}
.category-child-card {
  min-height: 130px;
  display: grid;
  grid-template-columns: 96px 1fr auto;
  gap: 17px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
  padding: 13px;
  box-shadow: 0 10px 25px rgba(4,31,70,.055);
  transition: transform .2s ease,box-shadow .2s ease;
}
.category-child-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(4,31,70,.1);
}
.category-child-card img {
  width: 96px;
  height: 96px;
  border-radius: 9px;
  object-fit: contain;
  background: #f6f9fb;
}
.category-child-card span {
  min-width: 0;
}
.category-child-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 14px;
}
.category-child-card small {
  display: block;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.45;
}
.category-child-card b {
  color: var(--blue);
  font-size: 20px;
}
.category-products-section {
  padding: 42px 0 55px;
}
.category-products-section .listing-grid {
  padding: 0;
}
.empty-category {
  border: 1px dashed #bfd4e4;
  border-radius: 14px;
  background: #f5faff;
  padding: 35px;
  text-align: center;
}
.empty-category h3 {
  margin: 0 0 8px;
  color: var(--navy);
}
.empty-category p {
  margin: 0 0 16px;
  color: var(--muted);
}
.empty-category a {
  color: var(--blue);
  font-weight: 900;
}
.category-seo-section {
  border-top: 1px solid var(--line);
  background: #f7fafc;
  padding: 54px 0;
}
.category-seo-copy {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
  align-items: start;
}
.category-seo-copy h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(27px,3vw,40px);
  line-height: 1.1;
  letter-spacing: -.035em;
}
.category-seo-copy p {
  margin: 0 0 15px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}
.seo-contact-link {
  display: inline-flex;
  margin-top: 5px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .045em;
}
.product-detail {
  padding: 65px 0;
}
.product-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.detail-art {
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
}
.detail-copy .category-label {
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.detail-copy h1 {
  margin: 10px 0 18px;
  color: var(--navy);
  font-size: clamp(38px,5vw,60px);
  line-height: 1;
  letter-spacing: -.045em;
}
.detail-copy > p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}
.spec-table {
  margin: 25px 0;
  border-top: 1px solid var(--line);
}
.spec-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
  font-size: 12px;
}
.spec-row strong {
  color: var(--navy);
}
.spec-row span {
  color: var(--muted);
}
.detail-actions {
  display: flex;
  gap: 10px;
}
.detail-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 6px;
  padding: 14px 18px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.detail-actions a .whatsapp-icon {
  width: 17px;
  height: 17px;
}
.detail-actions a:first-child {
  background: var(--navy);
}
.detail-actions a:last-child {
  background: var(--green);
}
.detail-quote {
  padding: 65px 0;
  background: #f4f8fb;
}
.detail-quote .quote-form {
  max-width: 760px;
  margin-inline: auto;
}
.admin-shell {
  min-height: 100vh;
  background: #f3f6f9;
}
.admin-header {
  background: var(--navy);
  color: #fff;
}
.admin-header .shell {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.admin-header h1 {
  margin: 0;
  font-size: 20px;
}
.admin-header a {
  font-size: 11px;
}
.admin-main {
  padding-block: 40px;
}
.admin-intro {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 25px;
}
.admin-intro h2 {
  margin: 0;
  color: var(--navy);
}
.admin-intro p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 13px;
}
.admin-panel {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 22px;
  margin-bottom: 20px;
}
.admin-panel h3 {
  margin: 0 0 16px;
  color: var(--navy);
}
.admin-form {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 12px;
}
.admin-form .wide {
  grid-column: 1/-1;
}
.admin-form input,.admin-form select,.admin-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 11px;
}
.admin-form button,.admin-button {
  border: 0;
  border-radius: 6px;
  background: var(--navy);
  color: #fff;
  padding: 12px 16px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
}
.admin-list {
  display: grid;
  gap: 8px;
}
.admin-item {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 12px;
  align-items: center;
  border: 1px solid #e5ebf0;
  border-radius: 7px;
  padding: 12px;
}
.admin-item strong {
  color: var(--navy);
  font-size: 13px;
}
.admin-item span {
  display: block;
  color: var(--muted);
  font-size: 10px;
}
.admin-item button {
  border: 0;
  background: #f8e6e8;
  color: #a51f2a;
  border-radius: 5px;
  padding: 8px;
  cursor: pointer;
}
.admin-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.admin-message {
  border-radius: 6px;
  padding: 10px 12px;
  background: #e9f7ef;
  color: #187143;
  font-size: 12px;
}
@media (max-width:1050px) {
  nav {
    gap: 14px;
  }
  .category-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .products-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .why-grid {
    grid-template-columns: repeat(3,1fr);
  }
  .brands-row {
    grid-template-columns: repeat(3,1fr);
  }
  .audience-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .blog-card {
    min-height: auto;
  }
  .listing-grid {
    grid-template-columns: repeat(3,1fr);
  }
  .category-children-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width:1180px) {
  nav,.nav-cta {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .hero {
    padding: 0 0 24px;
  }
  .hero-grid {
    aspect-ratio: auto;
    display: grid;
    grid-template-columns: 1fr;
    border: 0;
    border-radius: 0 0 18px 18px;
  }
  .hero-copy {
    width: 100%;
    padding: 48px 24px 34px;
    text-align: center;
  }
  .hero-lead {
    margin-inline: auto;
  }
  .hero-actions,.trust-row {
    justify-content: center;
  }
  .hero-photo {
    position: relative;
    inset: auto;
    min-height: 0;
    aspect-ratio: 2/1;
  }
  .hero-photo::before {
    display: none;
  }
  .hero-photo img {
    object-fit: cover;
    object-position: center;
  }
  .photo-note {
    display: none;
  }
  .about-why {
    grid-template-columns: 1fr;
  }
  .about-panel {
    padding: 45px max(25px,calc((100vw - 720px)/2));
  }
  .quote-grid,.contact-grid,.product-detail-grid,.category-seo-copy,.product-list-cta {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .listing-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .admin-columns {
    grid-template-columns: 1fr;
  }
}
@media (max-width:600px) {
  .shell {
    width: min(100% - 28px,1180px);
  }
  .narrow {
    width: min(100% - 28px,820px);
  }
  .topbar-inner {
    justify-content: center;
    min-height: 30px;
  }
  .topbar-inner > span,.topbar-email {
    display: none;
  }
  .topbar-contact {
    gap: 0;
  }
  .nav-wrap {
    min-height: 72px;
  }
  .brand {
    gap: 7px;
  }
  .brand-emblem {
    width: 59px;
    height: 43px;
  }
  .brand-lockup strong {
    font-size: 14px;
  }
  .brand-lockup small {
    margin-top: 4px;
    font-size: 6px;
  }
  .hero-copy {
    padding: 38px 8px 28px;
  }
  .hero-copy h1 {
    font-size: 42px;
  }
  .hero-slogan {
    font-size: 28px;
  }
  .hero-lead {
    font-size: 15px;
  }
  .button {
    width: 100%;
  }
  .trust-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    text-align: left;
  }
  .hero-photo {
    width: calc(100% + 28px);
    margin-left: -14px;
    aspect-ratio: 2/1;
  }
  .section {
    padding-block: 40px;
  }
  .section-title h2 {
    font-size: 17px;
  }
  .section-title span {
    width: 30px;
  }
  .category-grid {
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
  }
  .category-card {
    min-height: 225px;
    padding-top: 10px;
  }
  .category-image-wrap {
    height: 150px;
  }
  .category-card strong {
    font-size: 12px;
  }
  .products-grid {
    grid-template-columns: 1fr;
  }
  .product-art.compact {
    min-height: 230px;
  }
  .product-package {
    min-height: 140px;
  }
  .product-package strong {
    font-size: 28px;
  }
  .why-grid {
    grid-template-columns: 1fr 1fr;
  }
  .why-grid article:last-child {
    grid-column: 1/-1;
  }
  .audience-grid {
    grid-template-columns: 1fr;
  }
  .audience-card {
    min-height: auto;
  }
  .brands-row {
    grid-template-columns: repeat(2,1fr);
  }
  .product-list-cta {
    padding: 30px 22px;
  }
  .category-children-grid {
    grid-template-columns: 1fr;
  }
  .category-child-card {
    grid-template-columns: 78px 1fr auto;
  }
  .category-child-card img {
    width: 78px;
    height: 78px;
  }
  .blog-card {
    padding: 21px;
  }
  .blog-article-header {
    padding: 48px 0 40px;
  }
  .blog-article-header h1 {
    font-size: 38px;
  }
  .blog-article-header > .narrow > p:not(.category-location) {
    font-size: 16px;
  }
  .article-body {
    padding-block: 40px 55px;
  }
  .article-body h2 {
    font-size: 24px;
  }
  .article-body p {
    font-size: 14px;
  }
  .article-cta {
    margin: 40px 0;
    padding: 25px 20px;
  }
  .article-cta > div {
    flex-direction: column;
  }
  .form-two {
    grid-template-columns: 1fr;
  }
  .quote-form {
    padding: 20px;
  }
  .contact-list {
    grid-template-columns: 1fr;
  }
  .map-card,.map-card iframe {
    min-height: 330px;
    height: 330px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    gap: 5px;
  }
  .listing-grid {
    grid-template-columns: 1fr;
  }
  .detail-actions {
    flex-direction: column;
  }
  .spec-row {
    grid-template-columns: 110px 1fr;
  }
  .admin-form {
    grid-template-columns: 1fr;
  }
  .admin-form .wide {
    grid-column: auto;
  }
  .admin-item {
    grid-template-columns: 1fr auto;
  }
  .admin-item label {
    grid-column: 1/-1;
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  *,*::before,*::after {
    transition-duration: .01ms !important;
  }
}
