:root {
  --navy: #071f4b;
  --navy-deep: #04142f;
  --indigo: #21146f;
  --blue: #0784df;
  --cyan: #12a9e8;
  --green: #08ad75;
  --ice: #eef8ff;
  --mist: #f5f8fc;
  --white: #ffffff;
  --ink: #102d4d;
  --muted: #62758a;
  --line: #dce8f1;
  --shadow-sm: 0 12px 34px rgba(7, 31, 75, 0.08);
  --shadow-lg: 0 30px 80px rgba(4, 20, 47, 0.18);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 14px;
  --container: 1200px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 94px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 14px;
  color: var(--white);
  background: var(--navy-deep);
  border-radius: 9px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(220, 232, 241, 0.9);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 34px;
}

.wordmark {
  flex: 0 0 auto;
  display: inline-flex;
  width: 205px;
  text-decoration: none;
}

.wordmark img {
  width: 100%;
  height: auto;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
}

.primary-nav a {
  position: relative;
  color: #193b62;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.primary-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: var(--cyan);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after {
  transform: scaleX(1);
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 21px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

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

.button:focus-visible,
.primary-nav a:focus-visible,
.wordmark:focus-visible,
.menu-toggle:focus-visible {
  outline: 3px solid rgba(18, 169, 232, 0.42);
  outline-offset: 3px;
}

.button-whatsapp {
  color: var(--white);
  background: var(--green);
  box-shadow: 0 14px 30px rgba(8, 173, 117, 0.25);
}

.header-cta {
  min-height: 44px;
  padding: 10px 17px;
  font-size: 0.88rem;
}

.button-secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.58);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  color: var(--navy);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 11px;
  cursor: pointer;
}

.menu-toggle span {
  width: 21px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 700px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 18%, rgba(18, 169, 232, 0.25), transparent 28%),
    linear-gradient(128deg, #04142f 0%, #082b5e 50%, #0a5d9d 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, transparent 0%, #000 65%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(430px, 0.96fr);
  align-items: center;
  gap: 64px;
  padding-block: 82px;
}

.hero-copy {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.hero .eyebrow {
  color: #74d6ff;
}

h1 {
  max-width: 720px;
  margin: 0;
  color: var(--white);
  font-size: clamp(2.8rem, 4.55vw, 4.75rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.hero-lead {
  margin: 26px 0 0;
  color: #d7eaff;
  font-size: clamp(1.03rem, 1.35vw, 1.18rem);
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-products {
  position: relative;
  min-height: 540px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 36px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04));
  box-shadow: var(--shadow-lg);
}

.hero-product {
  position: absolute;
  overflow: hidden;
  background: #e3e5e5;
  border: 5px solid rgba(255, 255, 255, 0.9);
  border-radius: 22px;
  box-shadow: 0 22px 52px rgba(3, 16, 40, 0.3);
}

.hero-product img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}

.hero-product span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 6px 10px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 850;
}

.hero-product-black {
  z-index: 1;
  width: 59%;
  bottom: 24px;
  left: 24px;
}

.hero-product-blue {
  z-index: 2;
  width: 68%;
  top: 24px;
  right: 24px;
}

.hero-product-note {
  position: absolute;
  right: 24px;
  bottom: 22px;
  z-index: 4;
  margin: 0;
  padding: 10px 13px;
  color: var(--white);
  background: rgba(4, 20, 47, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.section {
  padding-block: 104px;
}

.products-section {
  background: var(--white);
}

.section-intro,
.section-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  align-items: end;
  gap: 64px;
  margin-bottom: 44px;
}

.section-intro h2,
.section-heading-row h2,
.contact-copy h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2.3rem, 4vw, 3.8rem);
  line-height: 1.03;
  letter-spacing: -0.05em;
}

.section-intro > p,
.section-heading-row > p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.product-grid {
  display: grid;
  gap: 26px;
}

.product-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  min-height: 470px;
  overflow: hidden;
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
}

.product-card-featured {
  min-height: 540px;
  border-color: rgba(18, 169, 232, 0.34);
  box-shadow: 0 28px 70px rgba(7, 74, 137, 0.14);
}

.product-card-copy {
  display: flex;
  flex-direction: column;
  padding: 46px;
}

.product-card-featured .product-card-copy {
  color: var(--white);
  background:
    radial-gradient(circle at 0 100%, rgba(18, 169, 232, 0.28), transparent 38%),
    linear-gradient(145deg, #071f4b, #183c78);
}

.product-card-topline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 34px;
}

.product-number {
  color: var(--blue);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.product-card-featured .product-number {
  color: #79d8ff;
}

.product-priority,
.product-type {
  padding: 6px 10px;
  color: var(--navy);
  background: var(--white);
  border: 1px solid rgba(8, 132, 223, 0.18);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
}

.product-card h3 {
  max-width: 440px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.product-card-featured h3 {
  color: var(--white);
}

.product-colors {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 22px 0 30px;
}

.product-colors span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #49647e;
  font-size: 0.9rem;
  font-weight: 750;
}

.product-card-featured .product-colors span {
  color: #d7eaff;
}

.product-colors span::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #1689eb;
  border: 2px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(8, 45, 99, 0.18);
}

.product-colors span:last-child::before {
  background: #171b21;
}

.product-label {
  margin: auto 0 12px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.product-card-featured .product-label {
  color: #9fdcff;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tag-list li {
  padding: 7px 10px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(8, 126, 230, 0.14);
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 750;
}

.product-card-featured .tag-list li {
  color: var(--white);
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.16);
}

.product-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
  padding: 18px;
  background: var(--white);
}

.product-gallery figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #eef0f0;
  border-radius: 16px;
}

.product-gallery img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  transition: transform 300ms ease;
}

.product-gallery figure:hover img {
  transform: scale(1.02);
}

.product-gallery figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 7px 10px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.94);
  border-radius: 9px;
  font-size: 0.76rem;
  font-weight: 850;
}

.advantages-section {
  background: linear-gradient(180deg, #f1f8fd 0%, #ffffff 100%);
}

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

.advantage-card {
  grid-column: span 2;
  min-height: 220px;
  padding: 27px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: 0 14px 36px rgba(7, 31, 75, 0.05);
}

.advantage-card:nth-child(4),
.advantage-card:nth-child(5) {
  grid-column: span 3;
  min-height: 190px;
}

.advantage-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  background: var(--ice);
  border-radius: 13px;
}

.advantage-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.advantage-card h3 {
  margin: 24px 0 9px;
  color: var(--navy);
  font-size: 1.06rem;
  line-height: 1.25;
}

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

.sizes-panel {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
  align-items: center;
  gap: 46px;
  margin-top: 30px;
  padding: 38px;
  color: var(--white);
  background:
    radial-gradient(circle at 85% 0%, rgba(18, 169, 232, 0.26), transparent 34%),
    linear-gradient(135deg, var(--navy-deep), #0b3c77);
  border-radius: var(--radius-xl);
}

.sizes-copy .eyebrow {
  margin-bottom: 10px;
  color: #78d6ff;
}

.sizes-copy h3 {
  margin: 0;
  font-size: clamp(1.65rem, 2.5vw, 2.4rem);
  line-height: 1.1;
}

.sizes-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sizes-list li {
  min-width: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  padding: 15px 6px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 13px;
  text-align: center;
}

.sizes-list strong {
  display: flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  background: var(--white);
  border-radius: 50%;
  font-size: 1rem;
}

.sizes-list span {
  color: #d6ebfb;
  font-size: 0.7rem;
  line-height: 1.1;
}

.contact-section {
  padding: 24px 0 0;
  background: var(--white);
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(220px, 0.65fr) minmax(220px, 0.65fr);
  align-items: center;
  gap: 42px;
  padding: 54px;
  color: var(--white);
  background:
    radial-gradient(circle at 100% 0%, rgba(18, 169, 232, 0.35), transparent 38%),
    linear-gradient(135deg, #071f4b, #075391);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}

.eyebrow-light {
  color: #7bd8ff;
}

.contact-copy h2 {
  color: var(--white);
}

.contact-copy > p:last-child {
  max-width: 480px;
  margin: 16px 0 0;
  color: #d7eaff;
}

.contact-details {
  display: grid;
  gap: 18px;
  font-style: normal;
}

.contact-details a,
.contact-details p {
  display: grid;
  gap: 2px;
  margin: 0;
  color: var(--white);
  text-decoration: none;
}

.contact-details span {
  color: #acd9f5;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-details strong {
  font-size: 1.04rem;
}

.contact-actions {
  display: grid;
  gap: 10px;
}

.button-light {
  color: var(--navy);
  background: var(--white);
}

.button-contact-whatsapp {
  color: var(--white);
  background: var(--green);
  box-shadow: 0 12px 28px rgba(8, 173, 117, 0.24);
}

.site-footer {
  padding: 62px 0 34px;
  color: #b9d2e8;
  background: var(--navy-deep);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 34px;
}

.footer-wordmark {
  width: 190px;
  margin-bottom: 20px;
}

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

.footer-phone {
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
}

.footer-nav {
  display: flex;
  gap: 26px;
  padding-top: 11px;
}

.footer-nav a {
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none;
}

.copyright {
  grid-column: 1 / -1;
  padding-top: 23px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.78rem;
}

.mobile-contact-bar {
  display: none;
}

@media (max-width: 1100px) {
  .header-cta {
    display: none;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.86fr);
    gap: 38px;
  }

  .hero-products {
    min-height: 485px;
  }

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

  .contact-actions {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  html {
    scroll-padding-top: 76px;
  }

  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .header-inner {
    min-height: 74px;
    justify-content: space-between;
  }

  .wordmark {
    width: 184px;
  }

  .menu-toggle {
    display: flex;
  }

  .primary-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 16px;
    left: 16px;
    display: grid;
    gap: 0;
    margin: 0;
    padding: 10px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: var(--shadow-lg);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  }

  .primary-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .primary-nav a {
    padding: 12px 14px;
    border-radius: 10px;
  }

  .primary-nav a:hover,
  .primary-nav a:focus-visible {
    background: var(--mist);
  }

  .primary-nav a::after {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-block: 64px 58px;
  }

  h1 {
    max-width: 720px;
    font-size: clamp(2.6rem, 8vw, 4rem);
  }

  .hero-products {
    width: min(100%, 600px);
    min-height: 520px;
    margin-inline: auto;
  }

  .section {
    padding-block: 82px;
  }

  .section-intro,
  .section-heading-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

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

  .product-card-copy {
    min-height: 390px;
    padding: 38px 32px;
  }

  .product-gallery {
    min-height: 410px;
    padding-top: 0;
  }

  .product-gallery img {
    min-height: 390px;
  }

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

  .advantage-card,
  .advantage-card:nth-child(4),
  .advantage-card:nth-child(5) {
    grid-column: auto;
    min-height: 190px;
  }

  .advantage-card:last-child {
    grid-column: 1 / -1;
  }

  .sizes-panel {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .contact-panel {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 42px 34px;
  }

  .contact-actions {
    grid-column: auto;
  }
}

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

  .header-inner {
    min-height: 68px;
  }

  .wordmark {
    width: 168px;
  }

  .hero-grid {
    gap: 34px;
    padding-block: 46px 44px;
  }

  .eyebrow {
    margin-bottom: 13px;
    font-size: 0.72rem;
    line-height: 1.35;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2rem, 9.2vw, 2.7rem);
    line-height: 1.02;
    letter-spacing: -0.045em;
    overflow-wrap: anywhere;
    text-wrap: pretty;
  }

  .hero-lead {
    margin-top: 22px;
    font-size: 1rem;
  }

  .hero-actions {
    display: grid;
    margin-top: 26px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-products {
    min-height: 375px;
    border-radius: 24px;
  }

  .hero-product {
    border-width: 4px;
    border-radius: 17px;
  }

  .hero-product-black {
    width: 61%;
    bottom: 14px;
    left: 12px;
  }

  .hero-product-blue {
    width: 70%;
    top: 14px;
    right: 12px;
  }

  .hero-product-note {
    right: 12px;
    bottom: 12px;
    padding: 8px 10px;
    font-size: 0.64rem;
  }

  .section {
    padding-block: 68px;
  }

  .section-intro,
  .section-heading-row {
    margin-bottom: 30px;
  }

  .section-intro h2,
  .section-heading-row h2,
  .contact-copy h2 {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .product-grid {
    gap: 18px;
  }

  .product-card,
  .product-card-featured {
    min-height: 0;
    border-radius: 22px;
  }

  .product-card-copy {
    min-height: 0;
    padding: 30px 22px;
  }

  .product-card-topline {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 24px;
  }

  .product-card h3 {
    font-size: 2rem;
  }

  .product-label {
    margin-top: 28px;
  }

  .product-gallery {
    gap: 7px;
    min-height: auto;
    padding: 0 10px 10px;
  }

  .product-gallery figure {
    border-radius: 13px;
  }

  .product-gallery img {
    min-height: 190px;
  }

  .product-gallery figcaption {
    right: 7px;
    bottom: 7px;
    padding: 5px 7px;
    font-size: 0.68rem;
  }

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

  .advantage-card,
  .advantage-card:nth-child(4),
  .advantage-card:nth-child(5),
  .advantage-card:last-child {
    grid-column: auto;
    min-height: 0;
  }

  .sizes-panel {
    gap: 22px;
    padding: 30px 18px;
    border-radius: 22px;
  }

  .sizes-list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 5px;
  }

  .sizes-list li {
    padding: 11px 2px;
  }

  .sizes-list strong {
    width: 39px;
    height: 39px;
    font-size: 0.9rem;
  }

  .sizes-list span {
    max-width: 100%;
    font-size: 0.66rem;
    line-height: 1.1;
    overflow-wrap: anywhere;
  }

  .contact-section {
    padding-top: 8px;
  }

  .contact-panel {
    width: calc(100% - 16px);
    gap: 26px;
    padding: 34px 24px;
    border-radius: 22px;
  }

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

  .site-footer {
    padding-bottom: 102px;
  }

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

  .footer-nav {
    flex-wrap: wrap;
    gap: 14px 20px;
  }

  .copyright {
    grid-column: auto;
  }

  .mobile-contact-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    padding: 9px 8px calc(9px + env(safe-area-inset-bottom));
    background: rgba(4, 20, 47, 0.96);
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(14px);
  }

  .mobile-contact-bar a {
    min-width: 0;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 5px;
    color: var(--white);
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    font-size: 0.88rem;
    font-weight: 850;
    white-space: nowrap;
    text-decoration: none;
  }

  .mobile-contact-bar a:last-child {
    background: var(--green);
    border-color: var(--green);
  }
}

@media (max-width: 360px) {
  .container {
    width: min(calc(100% - 24px), var(--container));
  }

  .wordmark {
    width: 154px;
  }

  h1 {
    font-size: 1.88rem;
  }

  .hero-products {
    min-height: 330px;
  }

  .hero-product-note {
    max-width: 118px;
    line-height: 1.25;
    text-align: center;
  }

  .mobile-contact-bar {
    gap: 4px;
    padding-inline: 6px;
  }

  .mobile-contact-bar a {
    font-size: 0.82rem;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
