/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

@font-face {
  font-family: "Inter";
  src: url(/assets/fonts/Inter-VariableFont_opsz_wght.woff);
}

@font-face {
  font-family: "Canela";
  src: url(/assets/fonts/Canela-Regular-Trial.woff);
}

/* End: Fonts */

/* Global */
:root {
  --primary: #152f47;
  --secondary: #406282;
  --white: #e0d9ca;
  --nude: #bcb3a0;
  --mouse: #8e826c;
  --accent: #d3a04c;
}
/* End: Global */

/* Hero */

.pro-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 100dvh;
  height: auto;
}

.pro-hero-media {
  position: absolute;
  inset: 0;
  background: url("/assets/images/hero-profesionales.png") center / cover
    no-repeat;
  z-index: -1;
}

.pro-hero-title {
  margin: 0;
  line-height: 1;
  letter-spacing: 0.01em;
}

.pro-hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  height: 100%;
  display: grid;
  place-items: end center;
  text-align: center;
  margin-top: 500px;
}

.pro-hero-word {
  display: block;
  font-family: "Canela", serif;
  font-weight: 500;
  font-style: normal;
  font-style: italic;
  font-size: 240px;
  color: var(--white);
}

.pro-hero-sub {
  display: block;
  margin-top: -60px;
  font-family: "Canela", serif;
  font-weight: 500;
  font-style: italic;
  font-size: clamp(40px, 5.5vw, 110px);
  color: #a27d3d;
  transform-origin: left bottom;
}

/*Responsive*/
@media (max-width: 480px) {
  .pro-hero-inner {
    text-align: end center;
    margin-bottom: 20px;
  }

  .pro-hero-word {
    font-size: 120px;
  }

  .pro-hero-sub {
    font-size: 40px;
    margin-top: -8px;
  }
}
/*Resposive*/

/* Logos */

.pro-after-hero {
  padding: clamp(36px, 6vw, 64px) 16px;
}

.pro-logos {
  margin: 60px;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr));
  gap: 58px;
  align-items: center;
  justify-items: center;
}

.pro-logo img {
  display: block;
  max-width: 100px;
  width: 100%;
  height: auto;
  object-fit: contain;
  opacity: 0.95;
  margin-bottom: 64px;
}

/* Logo Animation */
.logo-marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-block: 24px;
}

.logo-track {
  display: flex;
  align-items: center;
  gap: 58px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: nowrap;
  animation: marquee 40s linear infinite;
  will-change: transform;
}

.logo-marquee:hover .logo-track {
  animation-play-state: paused;
}

.logo-track > li {
  flex: 0 0 auto;
}

.pro-logo img {
  display: block;
  height: 80px;
  width: auto;
  object-fit: contain;
  opacity: 0.95;
}

/* Resposive */

@media (max-width: 480px) {
  .pro-logos {
    display: flex;
    gap: 24px;
    margin: 24px 0;
    overflow-x: auto;
    padding: 0 16px;
    scroll-snap-type: x mandatory;
  }

  .pro-logos li {
    flex: 0 0 auto;
    scroll-snap-align: center;
  }

  .pro-logo img {
    height: 40px;
    max-width: 80px;
    margin-bottom: 42px;
  }

  .pro-logos::-webkit-scrollbar {
    display: none;
  }
  .pro-logos {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}

/* End : Resposive */

.c-offer {
  width: calc(100% - 140px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 4vw, 48px);
  align-items: center;
  padding: clamp(18px, 2.2vw, 26px);
  background: radial-gradient(
    at top,
    rgba(255, 255, 255, 0.6),
    rgba(255, 255, 255, 0.2)
  );
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2),
    0 8px 24px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px) saturate(140%);
  backdrop-filter: blur(25px) saturate(140%);
  margin: 0 auto clamp(28px, 4.8vw, 44px);
  border-radius: 50px;
  transition: box-shadow 0.25s ease, transform 0.25s ease,
    border-color 0.25s ease;
}

.c-offer:is(:hover, :focus-within) {
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
  transform: translateY(-2px);
  border-color: rgba(0, 0, 0, 0.18);
}

.c-offer-media {
  width: 568px;
  height: 336px;
  aspect-ratio: 4 / 3;
  border-radius: 30px;
  overflow: hidden;
}
.c-offer-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
}

.c-offer-body {
  padding: clamp(6px, 1.2vw, 10px);
}

.c-offer-title {
  font: 700 clamp(20px, 2.4vw, 28px) / 1.2 "Montserrat", system-ui, sans-serif;
  color: var(--primary);
  text-transform: uppercase;
  margin: 0 0 10px;
  letter-spacing: 0.02em;
}

.c-offer-sub {
  font: 500 clamp(14px, 1.4vw, 16px) / 1.5 "Montserrat", system-ui, sans-serif;
  color: var(--primary);
  margin: 0 0 14px;
}

.c-offer-text {
  font: 400 15px/1.7 "Montserrat", system-ui, sans-serif;
  color: var(--primary);
  margin: 0 0 16px;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--btn-bg);
  color: var(--primary);
  border: 1px solid var(--primary);
  text-decoration: none;
  font: 500 13px/1 "Montserrat", system-ui, sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: background-color 0.2s ease, box-shadow 0.2s ease,
    transform 0.2s ease, border-color 0.2s ease;
}

.c-btn:hover {
  background: rgba(27, 42, 53, 0.06);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
  border-color: rgba(27, 42, 53, 0.45);
}

.c-btn:active {
  transform: translateY(0);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}

/* Mobile */
@media (max-width: 900px) {
  #cafeby-card {
    width: 100%;
    padding: 16px;
    display: grid;
    gap: 20px;
  }

  .c-offer {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    border-radius: 18px;
    margin: 0;
  }

  .c-offer-media {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    height: auto;
  }

  .c-offer-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .c-offer-title {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: 0 0 16px;
    font-size: 26px;
  }

  .c-offer-sub {
    text-align: center;
    font-size: 14px;
  }

  .c-btn {
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
  }
}

/* End: Mobile */

/* Responsive tweaks */
@media (max-width: 340px) {
  .pro-logo img {
    height: 48px;
  }
  .logo-track {
    gap: 40px;
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/*End: Responsive*/

.eyebrow {
  position: relative;
  margin: 0 0 clamp(40px, 5.5vw, 80px);
  padding-top: 12px;
  border-top: 1px solid rgba(14, 35, 48, 0.1);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font: 14px/1.4 "Montserrat", system-ui, -apple-system, sans-serif;
  color: rgba(14, 35, 48, 0.8);
}

.eyebrow span {
  position: relative;
  padding-left: 18px;
  margin-left: 48px;
}

.eyebrow span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.9;
}

.catalogo-head {
  width: calc(100% - 140px);
  padding-inline: 4px;
  position: relative;
}

.catalogo-head h2 {
  font: 600 12px/1 "Montserrat", system-ui, sans-serif;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin: 0;
}

.catalogo-head::after {
  content: "";
  display: block;
  height: 1px;
  background: rgba(0, 0, 0, 0.18);
  margin-top: 10px;
  opacity: 0.4;
}

.catalogo-card {
  width: calc(100% - 140px);
  display: grid;
  align-items: center;
  margin: clamp(16px, 3vw, 28px) auto;
  padding: clamp(16px, 3vw, 24px);
  background: radial-gradient(
    at top,
    rgba(255, 255, 255, 0.6),
    rgba(255, 255, 255, 0.2)
  );
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2),
    0 8px 24px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px) saturate(140%);
  backdrop-filter: blur(25px) saturate(140%);
  margin: 0 auto clamp(28px, 4.8vw, 44px);
  border-radius: 50px;
  transition: box-shadow 0.25s ease, transform 0.25s ease,
    border-color 0.25s ease;
  border: 1px solid var(--white);
  border-radius: 50px;
}

.catalogo-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 2.2vw, 24px);
}

.cat-link {
  display: block;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.14);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.25s ease, border-color 0.2s ease,
    filter 0.2s ease;
}

.cat-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: inherit;
}

.cat-link:is(:hover, :focus-visible) {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
  border-color: rgba(0, 0, 0, 0.22);
  filter: saturate(105%);
  outline: none;
}

/* End : Responsive*/
@media (max-width: 768px) {
  .catalogo-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 16px;
  }

  .catalogo-card,
  .cat-img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
  }

  .cat-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

/* End : Responsive*/
