@import url("https://fonts.googleapis.com/css2?family=Bellefair&family=Fanwood+Text&family=Fira+Mono:wght@400&family=Jost:wght@300;400;500;600&family=Montserrat:wght@400;500;600;700&family=Open+Sans:wght@400;500;600;700&family=Playfair+Display:wght@400;500;600;700&family=Roboto:wght@300;400;500;600;700&family=Roboto+Slab:wght@300;400;500;600;700&display=swap");

:root {
  --black: #050505;
  --white: #ffffff;
  --gold: #dfa741;
  --blue: #0e3c5d;
  --text: #1c2122;
  --muted: #7d8485;
  --max: 1170px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  line-height: 1.65;
}

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

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 86px;
  min-height: 86px;
  display: grid;
  grid-template-columns: minmax(130px, 285px) 1fr minmax(90px, 285px);
  align-items: center;
  gap: 0;
  padding: 0 86px;
  background: #000;
  color: #fff;
  font-family: "Jost", sans-serif;
}

.brand img {
  width: auto;
  max-width: 99.5px;
  max-height: 40px;
  height: auto;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 1px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1.4px;
  text-transform: none;
  transform: translateX(-19px);
}

.nav a,
.lang-switch a {
  transition: color .2s ease;
}

.nav a:hover {
  color: rgba(255, 255, 255, .75);
}

.nav a {
  padding: 10px 17px;
}

#trp-floater-ls.lang-switch {
  position: fixed;
  z-index: 9999999;
  top: 0;
  right: 10%;
  justify-self: auto;
  width: 97.36px;
  min-width: 97.36px;
  height: 58px;
  min-height: 58px;
  overflow: visible;
  display: flex;
  align-items: center;
  padding: 0;
  border-radius: 0 0 5px 5px;
  background: rgb(30, 30, 30);
  box-shadow: none;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: normal;
  text-align: left;
}

#trp-floater-ls .lang-current,
#trp-floater-ls .lang-options a {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 0;
}

#trp-floater-ls-current-language {
  display: flex;
  align-items: center;
  min-height: 58px;
  width: 100%;
  justify-content: center;
}

#trp-floater-ls .lang-current {
  cursor: pointer;
}

#trp-floater-ls a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
}

#trp-floater-ls a:hover {
  color: #fff;
}

#trp-floater-ls span {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

#trp-floater-ls img {
  width: 18px;
  height: 12px;
  object-fit: cover;
}

#trp-floater-ls .lang-options {
  position: absolute;
  top: 58px;
  right: 0;
  min-width: 100%;
  display: none;
  padding: 8px 12px;
  background: rgba(20, 20, 20, .96);
  border-radius: 0 0 5px 5px;
  box-shadow: none;
}

#trp-floater-ls.lang-switch.is-open .lang-options {
  display: block;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  padding: 8px;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 7px 0;
  background: #fff;
}

.agave-visual-block,
.agave-block {
  position: relative;
  background: #000;
  color: #fff;
}

.agave-visual-block::before,
.agave-block::before {
  display: none;
}

.agave-visual-block .hero,
.agave-visual-block .mission-band,
.agave-block .hero,
.agave-block .mission-band {
  position: relative;
  z-index: 1;
}

.hero {
  position: relative;
  height: 581px;
  min-height: 581px;
  margin-top: 0;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.hero::before,
.history::before,
.values-video::before,
.contact::before,
.products-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.hero-home {
  height: 581px;
  min-height: 581px;
  background-color: #fff;
  background-image: url("/assets/images/original/rivesca-agaves-inicio.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-home::before {
  display: block;
  z-index: 1;
  background: rgba(255, 255, 255, .18);
}

.hero-inner,
.hero-content {
  position: relative;
  z-index: 2;
  height: 581px;
  min-height: 581px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transform: none;
  padding: 163px 24px 0;
  text-align: center;
}

.button-chevron {
  display: inline-block;
  font-size: 1.15em;
  line-height: 1;
  transform: translateY(-1px);
}

.hero-logo {
  width: 584px;
  max-width: 47vw;
  height: auto;
}

.hero-bottom-band {
  display: none;
}

.products-hero {
  background-image: url("/assets/images/original/inicio-rivesca-1.jpg");
}

.products-hero::before {
  background: rgba(0, 0, 0, .68);
  mix-blend-mode: multiply;
}

.page-title {
  position: relative;
  z-index: 1;
  min-height: 77vh;
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0 24px;
}

.page-title h1 {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 5.2em;
  line-height: 1.643em;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.outline-button,
.gold-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  border-radius: 44px;
  padding: 12px 29px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.outline-button svg,
.gold-button svg,
.icon-line svg,
.social-icons svg {
  flex: 0 0 auto;
  width: 1em;
  height: 1em;
  max-width: 1em;
  max-height: 1em;
  fill: currentColor;
}

.outline-button {
  border: 2px solid currentColor;
  color: #fff;
  margin-top: -4px;
  min-height: 48px;
  padding: 14px 20px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.2px;
}

.outline-button:hover {
  transform: translateY(-2px);
  background: #fff;
  color: #000;
}

.gold-button {
  border: 1px solid var(--gold);
  background: rgba(0, 0, 0, .3);
  color: #fff;
}

.gold-button:hover {
  background: var(--blue);
  border-color: #fff;
}

.mission-band,
.mission-vision {
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  min-height: 400px;
  padding: 4em;
  background-color: #1414147d;
  background-image: url("/assets/images/original/rivesca-agaves-inicio.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #eee;
  backdrop-filter: none;
}

.mission-band::before,
.mission-vision::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(20, 20, 20, .49);
  z-index: 0;
}

.two-col {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 0;
  max-width: 960px;
  min-height: 400px;
  margin: 0 auto;
  padding: 0;
  background: transparent;
}

.two-col article {
  width: 100%;
  max-width: none;
  justify-self: center;
  padding: 0;
}

.mission-title {
  margin: 0 0 110px;
  padding: 0 20px;
  color: #eee;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 3.1rem;
  line-height: 1.7em;
  font-weight: 600;
  text-align: center;
}

.mission-band p {
  margin: 0;
  font-family: "Open Sans", Arial, sans-serif;
  max-width: none;
  padding: 0 20px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7em;
  text-align: left;
  color: #eee;
}

@media (min-width: 1025px) {
  .hero-home,
  .mission-band,
  .mission-vision {
    background-attachment: fixed;
  }
}

.home-products {
  padding: 80px 10% 92px;
  background: #fff;
  color: #121212;
}

.home-products-inner {
  display: grid;
  grid-template-columns: 24% repeat(3, 26%);
  align-items: center;
  gap: 0;
  width: 102%;
  margin: 0 auto;
}

.home-products-copy {
  padding: 3em 3em 3em 0;
  text-align: center;
}

.home-products h2 {
  margin: 0;
  color: var(--gold);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1em;
  text-transform: capitalize;
}

.product-divider {
  display: block;
  width: 130px;
  height: 2px;
  margin: 20px auto 18px;
  background: var(--gold);
}

.home-products p {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 2.2em;
  text-align: center;
}

.home-product-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 24px 8px 8px;
  padding: 14px 20px;
  border: 2px solid var(--gold);
  border-radius: 50px;
  background: var(--gold);
  color: #f8f8f8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.home-product-button:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 0, 0, 0);
  background: var(--blue);
  color: var(--gold);
}

.home-product-card {
  min-height: 548px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
  overflow: visible;
}

.home-product-card-framed {
  --product-offset-y: 37px;
  transform: translateY(37px);
  border: 0;
  border-radius: 0;
  overflow: hidden;
}

.home-product-card-raised {
  --product-offset-y: 0px;
  transform: translateY(var(--product-offset-y));
}

.home-product-card[data-reveal] {
  transform: translateY(calc(var(--product-offset-y, 0px) + 26px));
}

.home-product-card[data-reveal].is-visible {
  transform: translateY(var(--product-offset-y, 0px));
}

.home-product-card img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: none;
  object-fit: fill;
  transition: transform .35s ease;
}

.home-product-card-raised img {
  height: auto;
}

.home-product-card:hover img {
  transform: scale(1.015);
}

.section-kicker {
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.4;
  text-transform: uppercase;
}

.history {
  position: relative;
  overflow: hidden;
  background: #121212 url("/assets/images/original/inicio-rivesca-1.jpg") center / cover fixed;
  color: #fff;
  padding: 6em 0;
}

.history::before {
  background: #000;
  opacity: .9;
}

.history-inner {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.history-eyebrow {
  display: block;
  max-width: 750px;
  margin: 131px auto 0;
  color: #7c7c7c;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: .586em;
  font-weight: 600;
  line-height: 1.25em;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.history h2,
.clients-title,
.contact h2 {
  margin: 12px 0 0;
  color: #fff;
  font-size: clamp(48px, 7vw, 84px);
  line-height: 1;
  font-weight: 700;
}

.history h2 {
  margin: 0 auto;
  padding: 1.3em 0 1.1em;
  max-width: 750px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 5.7em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0;
}

.history-brand {
  margin: 0;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 3.4em;
  font-weight: 700;
  line-height: 1.75em;
  letter-spacing: 0;
}

.history-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  max-width: 808px;
  min-height: 173px;
  margin: 0 auto;
  text-align: left;
}

.history-copy p,
.stats {
  color: #eee;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.7em;
  letter-spacing: 0;
}

.history-copy p {
  margin: 0;
}

.history-copy p:first-child {
  padding: 0 3em 0 0;
}

.history-copy p:last-child {
  padding: 0 0 0 3em;
}

.history-carousels {
  display: grid;
  grid-template-columns: 72.411% 27.589%;
  gap: 0;
  align-items: center;
  min-height: 300px;
  padding: 3em 0 0;
}

.carousel {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  border-radius: 0;
  background: #202020;
}

.history-carousels .carousel:first-child {
  height: 500px;
  margin-right: 3.6em;
}

.history-carousels .carousel:last-child {
  height: 375px;
  min-height: 375px;
}

.carousel-track {
  height: 100%;
  display: flex;
  transition: transform .5s ease;
}

.carousel-slide {
  flex: 0 0 100%;
  min-width: 100%;
  background-position: center;
  background-size: cover;
  filter: brightness(.94);
}

.carousel-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, .4);
  color: #fff;
  cursor: pointer;
  font-size: 20px;
}

.carousel-arrow:hover {
  background: rgba(0, 0, 0, .7);
}

.carousel-arrow.prev {
  left: 0;
}

.carousel-arrow.next {
  right: 0;
}

.carousel-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 10px;
  display: flex;
  justify-content: center;
  gap: 6px;
}

.carousel-dots button {
  width: 6px;
  height: 6px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .45);
  padding: 0;
}

.carousel-dots button.is-active {
  background: #fff;
}

.stats {
  max-width: 900px;
  margin: 50px auto 0;
  text-align: center;
}

.values-video {
  position: relative;
  overflow: hidden;
  min-height: 415px;
  display: grid;
  align-items: center;
  color: #fff;
  background: url("/assets/images/original/IMG_1891-scaled.jpg") center / cover;
}

.values-video::before {
  z-index: 1;
  background: #141414;
  opacity: .4;
}

.youtube-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.youtube-bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(100vw, 177.78vh);
  height: max(56.25vw, 100vh);
  transform: translate(-50%, -50%);
  border: 0;
}

.values-inner {
  position: relative;
  z-index: 2;
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: center;
  padding: 0 24px;
}

.values-video h2 {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 43px;
  line-height: 1.15;
  text-align: center;
}

.values-pill {
  display: inline-flex;
  margin-top: 28px;
  float: none;
  border: 0;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  padding: 10px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 2.2em;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.values-pill:hover {
  color: #fff;
}

.values-inner > div:first-child {
  text-align: center;
}

.values-list {
  margin: 0;
  padding: 4em;
  background: transparent !important;
  list-style: none;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 1.78;
}

.clients {
  background: #fff;
}

.clients-head {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 4em 4em 2em;
}

.clients-title-wrap {
  display: flex;
  align-items: baseline;
  gap: 10px;
  min-width: 0;
  white-space: nowrap;
}

.clients-dash {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 1.2;
}

.clients-title {
  margin: 0;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 1.2;
  white-space: nowrap;
}

.clients-title::before {
  content: none;
}

.clients-divider {
  width: 100%;
  height: 80px;
  background: url("/assets/images/original/vertical-gold-line.png") center / auto repeat-y;
}

.clients-head p {
  margin: 0;
  color: #54595f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 2.6px;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}

.client-logo-band {
  background: #f7f7f7;
  padding: 0 0 95px;
}

.client-grid {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
  background: transparent;
}

.client-cell {
  min-height: 0;
  margin: 0;
  padding: 35px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
}

.client-cell img {
  width: 139px;
  height: auto;
  max-height: none;
  margin: 0 auto;
  object-fit: contain;
  filter: none;
  opacity: 1;
  transition: transform .25s ease;
}

.client-cell:nth-child(4) img {
  width: 119px;
}

.client-cell:nth-child(6) img {
  width: 129px;
}

.client-cell img:hover {
  transform: scale(1.08);
}

.contact {
  position: relative;
  overflow: hidden;
  background: #0c0300 url("/assets/images/original/inicio-rivesca.jpg") center / cover;
  background-attachment: fixed;
  color: #fff;
  margin: -59px 0;
  padding: 80px 0;
}

.contact::before {
  background: #0c0300;
  opacity: .8;
}

.contact-inner {
  position: relative;
  z-index: 1;
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  padding: 0 24px;
}

.contact h2 {
  font-family: Roboto, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1666em;
}

.contact h2::after,
.contact-form h3::after {
  display: block;
  width: 48px;
  height: 4px;
  margin-top: 14px;
  background: var(--gold);
  content: "";
}

.contact-copy p {
  color: #eee;
  font-size: 18px;
}

.contact-details {
  margin: 34px 0;
  display: grid;
  gap: 11px;
}

.contact-details strong,
.social-lines strong {
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.icon-line {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, .7);
  font-family: Roboto, Arial, sans-serif;
  font-size: .875rem;
  line-height: 1.5em;
}

.icon-line svg {
  display: block;
  width: 16px !important;
  height: 16px !important;
  max-width: 16px !important;
  max-height: 16px !important;
  color: var(--gold);
}

.social-lines {
  display: grid;
  gap: 11px;
}

.contact-form {
  display: grid;
  gap: 15px;
  align-content: start;
}

.contact-form h3 {
  margin: 0 0 10px;
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.33em;
  text-transform: capitalize;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-radius: 20px;
  background: rgba(255, 255, 255, .16);
  padding: 17px 18px;
  color: #fff;
  font: inherit;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, .72);
}

.contact-form textarea {
  resize: vertical;
}

.contact-form button {
  width: 100%;
  min-height: 53px;
  justify-self: stretch;
  cursor: pointer;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.contact-form button[disabled] {
  cursor: wait;
  opacity: .7;
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: #fff;
}

.form-status.is-error {
  color: #ffd2c8;
}

.form-status.is-success {
  color: #d9f7d7;
}

.order-band {
  background: #000;
  color: #fff;
  padding: 52px 24px;
}

.order-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}

.order-band h2 {
  margin: 0;
  color: #fff;
  font-family: Bellefair, serif;
  font-size: 2.7em;
  font-weight: 400;
  line-height: .865em;
}

.order-button {
  flex-direction: row-reverse;
  gap: 10px;
  font-family: "Fira Mono", monospace;
  font-size: .8em;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 1.8px;
}

.product-intro {
  max-width: var(--max);
  margin: 0 auto;
  padding: 78px 24px 28px;
  text-align: center;
}

.product-intro p {
  margin: 0;
  font-size: clamp(20px, 2.2vw, 26px);
}

.product-grid {
  max-width: var(--max);
  margin: 0 auto;
  padding: 60px 24px 80px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px 48px;
}

.product-card {
  text-align: center;
}

.product-card img {
  width: 270px;
  height: 350px;
  margin: 0 auto 28px;
  border-radius: 8px;
  object-fit: cover;
  transition: transform .35s ease, filter .35s ease;
}

.product-card:hover img {
  transform: translateY(-10px) scale(1.025);
  filter: saturate(1.08);
}

.product-card h2 {
  margin: 0;
  color: #1c2122;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.23;
}

.product-card h3 {
  margin: 14px 0;
  color: var(--muted);
  font-family: "Fanwood Text", Georgia, serif;
  font-size: 16px;
  font-weight: 400;
}

.product-card p {
  max-width: 290px;
  margin: 0 auto;
  color: #333;
  text-align: justify;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  background: #000;
  color: #fff;
  padding: 4em max(24px, calc((100vw - var(--max)) / 2)) 2em;
  text-align: center;
}

.site-footer h2 {
  margin: 0 0 12px;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.site-footer h2::after {
  display: block;
  width: 5%;
  min-width: 36px;
  margin: 15px auto 0;
  border-top: 4.4px dotted #fff;
  content: "";
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, .48);
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 8px;
  color: #fff;
  font-size: 26px;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #fff;
}

.social-icons svg {
  width: 26px !important;
  height: 26px !important;
  max-width: 26px !important;
  max-height: 26px !important;
  fill: currentColor;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s ease, transform .7s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1024px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
    padding: 12px 22px;
  }

  .menu-toggle {
    display: block;
    order: 3;
    margin-right: 108px;
  }

  .nav {
    position: fixed;
    top: 86px;
    left: 0;
    width: 100%;
    display: none;
    flex-direction: column;
    gap: 0;
    background: #000;
    padding: 18px 22px 28px;
  }

  .nav.is-open {
    display: flex;
  }

  .nav a {
    padding: 13px 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
  }

  .mission-band,
  .mission-vision {
    min-height: auto;
    padding: 90px 48px 110px;
  }

  .two-col,
  .home-products-inner,
  .values-inner,
  .clients-head,
  .contact-inner,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .history-carousels {
    grid-template-columns: 1.1fr .75fr;
  }

  .hero-home,
  .hero-inner,
  .hero-content {
    min-height: 620px;
    height: 620px;
    transform: none;
  }

  .two-col {
    min-height: auto;
    gap: 54px;
    padding: 0;
  }

  .mission-title {
    margin-bottom: 56px;
    font-size: clamp(50px, 7vw, 74px);
  }

  .mission-band p {
    max-width: 620px;
    margin: 0 auto;
    font-size: 18px;
  }

  .history h2 {
    font-size: 4.6em;
  }

  .history-copy p:first-child {
    padding-right: 2em;
  }

  .history-copy p:last-child {
    padding-left: 2em;
  }

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

  .home-products-copy {
    padding: 2em 1em;
  }

  .home-product-card-framed,
  .home-product-card-raised {
    --product-offset-y: 0px;
    transform: none;
  }

  .clients-divider {
    width: 80px;
    height: 1px;
    justify-self: center;
    background-repeat: repeat-x;
    background-size: auto 1px;
  }

  .clients-title-wrap {
    justify-content: center;
  }

  .clients-head p {
    text-align: center;
    white-space: normal;
  }

  .values-video h2,
  .values-pill {
    float: none;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .brand img {
    width: 98px;
  }

  .site-header {
    min-height: 86px;
  }

  .lang-switch {
    right: 18px;
    width: 86px;
    height: 52px;
    font-size: 14px;
  }

  .lang-current,
  .lang-options a,
  .lang-options span {
    min-height: 52px;
    padding: 12px 8px;
  }

  .hero,
  .hero-inner,
  .hero-content,
  .page-title {
    min-height: 560px;
    height: 560px;
  }

  .hero-logo {
    width: 78vw;
    transform: none;
  }

  .page-title h1 {
    max-width: calc(100vw - 40px);
    font-size: clamp(38px, 12vw, 72px);
    line-height: 1.1;
    overflow-wrap: normal;
  }

  .mission-band,
  .mission-vision {
    min-height: auto;
    margin-bottom: 0;
    padding: 70px 20px 84px;
  }

  .mission-title {
    margin-bottom: 28px;
    font-size: clamp(34px, 11vw, 52px);
    line-height: 1.05;
  }

  .two-col,
  .home-products-inner,
  .history-copy,
  .history-carousels,
  .client-grid,
  .order-inner,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .two-col {
    min-height: 0;
    gap: 26px;
    padding: 0;
  }

  .mission-title {
    text-align: center;
  }

  .mission-band p {
    font-size: 15px;
    line-height: 1.8;
  }

  .history {
    padding: 4em 0;
    background-attachment: scroll;
  }

  .history-eyebrow {
    margin-top: 0;
  }

  .history h2 {
    font-size: 4em;
  }

  .history-brand {
    font-size: 2.5rem;
  }

  .history-copy {
    min-height: 0;
    margin-top: 20px;
  }

  .history-copy p:first-child,
  .history-copy p:last-child {
    padding: 0;
  }

  .history-carousels {
    padding-top: 2em;
  }

  .history-carousels .carousel:first-child,
  .history-carousels .carousel:last-child {
    height: 310px;
    min-height: 310px;
    margin-right: 0;
  }

  .home-products {
    padding: 50px 20px 80px;
  }

  .home-product-card {
    min-height: 260px;
  }

  .home-product-card img {
    max-height: 320px;
  }

  .home-product-card-raised img {
    height: 320px;
  }

  .carousel {
    min-height: 310px;
  }

  .values-video {
    min-height: auto;
  }

  .youtube-bg {
    display: none;
  }

  .values-inner {
    padding: 50px 20px 80px;
    text-align: center;
  }

  .values-list {
    padding: 34px 0 0;
    text-align: left;
    font-size: 22px;
  }

  .clients,
  .contact-inner,
  .product-intro,
  .product-grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .client-logo-band {
    margin-left: -20px;
    margin-right: -20px;
    padding: 3em 20px 6em;
  }

  .client-cell {
    min-height: 150px;
  }

  .client-cell img {
    width: 58%;
    height: 150px;
  }

  .product-card p {
    text-align: center;
  }
}
