/* Logo typeface: Montserrat matches the geometric sans in FOUR POINTS. */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-latin-wght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-latin-wght-italic.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  min-width: 320px;
  overflow-x: hidden;
  font-family: "Montserrat", "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
}

.font-serif,
h1,
h2,
h3 {
  font-family: "Montserrat", "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 650;
  overflow-wrap: break-word;
}

/* Compiled Tailwind is missing .inline-flex; do not use !important or it un-hides xl-only header CTAs. */
.inline-flex {
  display: inline-flex;
}

a.embossed-button.flex,
a.embossed-button.inline-flex,
button.embossed-button.flex,
button.embossed-button.inline-flex {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 100%;
  box-sizing: border-box;
}

a.embossed-button.flex > span,
a.embossed-button.inline-flex > span,
button.embossed-button.flex > span,
button.embossed-button.inline-flex > span {
  flex-shrink: 0;
}

#mobile-navigation {
  transform-origin: top;
}

.inner-hero-title {
  max-width: 100%;
  font-size: clamp(2rem, 4vw + 1.1rem, 78px);
  font-weight: 500;
  line-height: 1.08;
}

#home .relative.z-20,
section .relative.z-20 {
  min-width: 0;
}

.inner-hero-panel {
  min-height: 0 !important;
  align-items: flex-start !important;
  padding-top: 2rem !important;
  padding-bottom: 5.5rem !important;
}

.banner-title {
  max-width: 40rem;
  margin-top: 1.25rem;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}

.hero-copy {
  min-width: 0;
  max-width: 56rem;
  width: 100%;
}

.hero-copy[data-reveal] {
  opacity: 1;
  transform: none;
}

.hero-copy .inner-hero-title {
  margin-top: 1.15rem;
}

.hero-copy .embossed-button {
  margin-top: 1.75rem;
}

.banner-cta {
  display: inline-flex !important;
  align-items: center;
  align-self: center;
  justify-content: space-between;
  flex: 0 0 auto;
  gap: 1.25rem;
  width: fit-content;
  height: auto;
  max-width: 100%;
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  line-height: 1;
}

.cta-band {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 1024px) {
  .cta-band {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
  }

  .cta-band .banner-cta {
    margin-top: 0;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.banner-cta > span {
  display: flex;
  width: 2.75rem;
  height: 2.75rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.contact-hero .inner-hero-panel {
  padding-bottom: 6.5rem !important;
}

.contact-panel {
  padding-top: 4.5rem !important;
  padding-bottom: 5.5rem !important;
}

#contact,
.product-item {
  scroll-margin-top: 1.5rem;
}

.product-item {
  overflow: hidden;
  padding: 0;
}

.product-item-media {
  position: relative;
  height: 220px;
  overflow: hidden;
  background: #073728;
}

.product-item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.product-item:hover .product-item-media img {
  transform: scale(1.05);
}

.product-item-body {
  padding: 1.75rem 1.75rem 2rem;
}

@media (min-width: 640px) {
  .product-item-media {
    height: 250px;
  }

  .product-item-body {
    padding: 2.25rem;
  }
}

.contact-panel .embossed-box {
  overflow: visible;
}

@media (min-width: 640px) {
  .contact-hero .inner-hero-panel {
    padding-bottom: 8rem !important;
  }

  .contact-panel {
    padding-top: 5.5rem !important;
    padding-bottom: 6.5rem !important;
  }
}

@media (min-width: 1024px) {
  .contact-hero .inner-hero-panel {
    padding-bottom: 10rem !important;
  }

  .contact-panel {
    padding-top: 6.5rem !important;
    padding-bottom: 7rem !important;
  }
}

header > div:first-child {
  align-items: center;
}

header .logo-panel {
  height: 64px;
  width: 124px;
}

header button.embossed-button {
  width: 44px;
  height: 44px;
  padding: 0;
  gap: 0;
}

@media (max-width: 1279px) {
  header a.embossed-button {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  header button.embossed-button {
    display: none !important;
  }
}

@media (min-width: 640px) {
  header .logo-panel {
    height: 88px;
    width: 168px;
  }

  .inner-hero-panel {
    padding-top: 3rem !important;
    padding-bottom: 7rem !important;
  }

  .banner-title {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}

@media (min-width: 1024px) {
  .inner-hero-panel {
    min-height: 580px !important;
    align-items: center !important;
    padding-top: 4.5rem !important;
    padding-bottom: 8.5rem !important;
  }
}

@media (min-width: 1280px) {
  header .logo-panel {
    height: 108px;
    width: 205px;
  }
}

@media (max-width: 640px) {
  #home {
    min-height: auto;
  }

  #home .relative.z-20 {
    min-height: 0;
    align-items: flex-start;
    padding-top: 1.25rem;
    padding-bottom: 6.5rem;
  }

  h2 {
    font-size: clamp(1.95rem, 6.5vw, 2.55rem);
    line-height: 1.15;
  }

  .footer-logo,
  footer .embossed-soft {
    height: 110px;
    width: 170px;
  }
}

.service-line-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 2rem 1.75rem 2.5rem;
  text-decoration: none;
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.service-line-card:hover {
  border-color: #c29a37;
  transform: translateY(-3px);
}

.service-line-index {
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #c29a37;
}

.service-line-card p {
  margin-top: 1.15rem;
  flex: 1;
  line-height: 1.75;
  color: #607169;
}

.service-line-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e4dcc9;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9e7417;
}

@media (min-width: 640px) {
  .service-line-card {
    padding: 2.35rem 2.25rem 2.75rem;
  }
}

.nav-link[aria-current="page"]::after {
  right: 0;
}

#mobile-navigation a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.06);
  color: #e1b84f;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 80;
  background: #d6a72d;
  color: #032d20;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.skip-link:focus {
  top: 12px;
}

.honeypot {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

.whatsapp-float {
  position: fixed;
  right: max(1.1rem, env(safe-area-inset-right));
  bottom: max(1.1rem, env(safe-area-inset-bottom));
  z-index: 90;
  display: flex;
  width: 3.6rem;
  height: 3.6rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 12px 28px rgba(18, 140, 70, 0.38);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 16px 32px rgba(18, 140, 70, 0.45);
}

.whatsapp-float svg {
  width: 1.85rem;
  height: 1.85rem;
  fill: currentColor;
}

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