:root {
  --ft-home-accent: #998484;
  --ft-home-accent-text: #6f5d5d;
  --ft-home-ink: #0a0a0a;
  --ft-home-paper: #f4f1ef;
  --ft-home-white: #fff;
  --ft-home-shell: 1280px;
}

body.home #main-content .container,
body.home #main-content .et_pb_row {
  width: 100%;
  max-width: none;
  padding: 0;
}

body.home #left-area {
  float: none;
  width: 100%;
  padding: 0;
}

body.home #sidebar,
body.home .et_post_meta_wrapper,
body.home .entry-title {
  display: none !important;
}

body.home article.page,
body.home .entry-content {
  margin: 0;
  padding: 0;
}

/*
 * Divi puede conservar el relleno calculado para una altura antigua de la
 * cabecera. En la Home fijamos la compensación real de la cabecera actual
 * para que el hero comience inmediatamente debajo de ella.
 */
body.home.et_fixed_nav #page-container {
  padding-top: 74px !important;
}

.ft-home {
  overflow: hidden;
  background: var(--ft-home-ink);
  color: var(--ft-home-white);
  font-family: Abel, Helvetica, Arial, sans-serif;
  font-size: 19px;
  line-height: 1.5;
}

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

.ft-home-shell {
  width: 88%;
  max-width: var(--ft-home-shell);
  margin: 0 auto;
}

.ft-home h1,
.ft-home h2,
.ft-home h3,
.ft-home p {
  margin-top: 0;
}

.ft-home h1,
.ft-home h2,
.ft-home h3,
.ft-home-button,
.ft-home-text-link,
.ft-home-kicker {
  font-family: Oswald, Helvetica, Arial, sans-serif;
}

.ft-home a {
  text-decoration: none;
}

.ft-home-hero {
  position: relative;
  min-height: 650px;
  padding: clamp(72px, 7vw, 110px) 0 clamp(68px, 6vw, 88px);
  background:
    radial-gradient(circle at 72% 32%, rgba(153,132,132,.20), transparent 30%),
    #080808;
}

.ft-home-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(255,255,255,.13);
  content: "";
}

.ft-home-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  gap: clamp(48px, 7vw, 104px);
  align-items: center;
}

.ft-home-kicker {
  margin-bottom: 17px;
  color: var(--ft-home-accent);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2.1px;
  line-height: 1.25;
  text-transform: uppercase;
}

.ft-home-hero h1 {
  max-width: 760px;
  margin-bottom: 30px;
  color: #fff;
  font-size: clamp(58px, 6.1vw, 94px);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: .98;
  text-transform: uppercase;
}

.ft-home-hero h1 span {
  color: var(--ft-home-accent);
}

.ft-home-hero__lead {
  max-width: 650px;
  margin-bottom: 0;
  color: #d9d4d2;
  font-size: clamp(21px, 2vw, 26px);
  line-height: 1.42;
}

.ft-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.ft-home-button {
  display: inline-flex;
  min-height: 52px;
  padding: 14px 21px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .55px;
  line-height: 1.2;
  text-transform: uppercase;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.ft-home-button:hover,
.ft-home-button:focus-visible {
  transform: translateY(-2px);
}

.ft-home-button--primary {
  background: var(--ft-home-accent);
  color: #111;
}

.ft-home-button--primary:hover,
.ft-home-button--primary:focus-visible {
  background: #ad9797;
  color: #111;
}

.ft-home-button--ghost {
  border-color: rgba(255,255,255,.34);
  color: #fff;
}

.ft-home-button--ghost:hover,
.ft-home-button--ghost:focus-visible {
  border-color: #fff;
  color: #fff;
}

.ft-home-search {
  display: grid;
  max-width: 650px;
  grid-template-columns: 1fr auto;
  margin-top: 36px;
  border-bottom: 2px solid var(--ft-home-accent);
}

.ft-home-search input {
  min-width: 0;
  height: 58px;
  padding: 0 14px 0 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font-family: Abel, Helvetica, Arial, sans-serif;
  font-size: 21px;
}

.ft-home-search input::placeholder {
  color: #aaa1a1;
  opacity: 1;
}

.ft-home-search button {
  padding: 0 4px 0 22px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-family: Oswald, Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: .8px;
}

.ft-home-hero__visual {
  width: 100%;
  max-width: 580px;
  justify-self: end;
  line-height: 0;
}

.ft-home-hero__image {
  display: block;
  width: 100%;
  height: auto;
}

.ft-home-section {
  padding: clamp(82px, 9vw, 132px) 0;
}

.ft-home-section--light {
  background: var(--ft-home-paper);
  color: #171717;
}

.ft-home-section--ink {
  background: #101010;
  color: #fff;
}

.ft-home-section--ink h2,
.ft-home-section--ink .ft-home-card h3,
.ft-home-section--ink .ft-home-card h3 a {
  color: #fff !important;
}

.ft-home-section h2,
.ft-home-colorlab h2,
.ft-home-about h2 {
  max-width: 950px;
  margin-bottom: 26px;
  font-size: clamp(42px, 4.8vw, 68px);
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: 1.05;
  text-transform: uppercase;
}

.ft-home-section--light h2 {
  color: #111;
}

.ft-home-section--light .ft-home-kicker,
.ft-home-section--ecosystem .ft-home-kicker {
  color: var(--ft-home-accent-text);
}

.ft-home-section__intro {
  max-width: 880px;
  margin-bottom: 52px;
  color: #454141;
  font-size: 23px;
  line-height: 1.48;
}

.ft-home-portals {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #cfc5c3;
  border-left: 1px solid #cfc5c3;
}

.ft-home-portal {
  position: relative;
  min-height: 238px;
  padding: 22px 22px 54px;
  border-right: 1px solid #cfc5c3;
  border-bottom: 1px solid #cfc5c3;
  color: #151515;
  transition: background .25s ease, color .25s ease;
}

.ft-home-portal:hover,
.ft-home-portal:focus-visible {
  background: var(--ft-home-accent);
  color: #111;
}

.ft-home-portal__number {
  display: block;
  margin-bottom: 22px;
  color: var(--ft-home-accent-text);
  font-family: Oswald, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
}

.ft-home-portal:hover .ft-home-portal__number,
.ft-home-portal:focus-visible .ft-home-portal__number {
  color: #111;
}

.ft-home-portal h3 {
  margin-bottom: 13px;
  color: inherit;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.15;
  text-transform: uppercase;
}

.ft-home-portal p {
  margin-bottom: 0;
  color: inherit;
  font-family: Abel, Helvetica, Arial, sans-serif;
  font-size: 16.5px;
  line-height: 1.38;
  opacity: .82;
}

.ft-home-portal__arrow {
  position: absolute;
  right: 21px;
  bottom: 18px;
  font-size: 24px;
}

.ft-home-heading-row {
  display: flex;
  gap: 32px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
}

.ft-home-heading-row h2 {
  margin-bottom: 0;
}

.ft-home-text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--ft-home-accent);
  color: #fff;
  font-size: 15px;
  letter-spacing: .4px;
  white-space: nowrap;
}

.ft-home-text-link--dark,
.ft-home-section--light .ft-home-text-link {
  color: #111;
}

.ft-home-text-link:hover,
.ft-home-text-link:focus-visible {
  color: var(--ft-home-accent);
}

.ft-home-cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(18px, 2.3vw, 32px);
}

.ft-home-cards--designer {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ft-home-cards--article {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ft-home-card__image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: #232323;
}

.ft-home-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
  transition: transform .45s ease;
}

.ft-home-cards--designer .ft-home-card__image img,
.ft-home-cards--article .ft-home-card__image img {
  object-fit: cover;
  object-position: top center;
}

.ft-home-card__image:hover img,
.ft-home-card__image:focus-visible img {
  transform: scale(1.025);
}

.ft-home-card h3 {
  margin: 17px 0 0;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
}

.ft-home-card h3 a {
  color: inherit;
}

.ft-home-section--light .ft-home-card h3 {
  color: #111;
}

.ft-home-colorlab {
  padding: clamp(88px, 10vw, 150px) 0;
  background: var(--ft-home-accent);
  color: #fff;
}

.ft-home-colorlab__grid,
.ft-home-about__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .76fr);
  gap: clamp(52px, 9vw, 135px);
  align-items: start;
}

.ft-home-colorlab .ft-home-kicker {
  color: #111;
}

.ft-home-colorlab h2 {
  margin-bottom: 0;
  color: #fff;
}

.ft-home-colorlab__grid > div:last-child > p {
  margin-bottom: 28px;
  font-size: 25px;
  line-height: 1.42;
}

.ft-home-button--light {
  background: #fff;
  color: #211d1d;
}

.ft-home-button--ghost-light {
  border-color: rgba(17,17,17,.65);
  color: #111;
}

.ft-home-button--ghost-light:hover,
.ft-home-button--ghost-light:focus-visible {
  border-color: #111;
  color: #111;
}

.ft-home-section--ecosystem {
  background: #e6dfdc;
  color: #151515;
}

.ft-home-section--ecosystem h2 {
  color: #111;
}

.ft-home-ecosystem {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 46px;
}

.ft-home-ecosystem__card {
  min-height: 280px;
  padding: 34px 30px;
  border-top: 5px solid var(--ft-home-accent);
  background: #fff;
  color: #161616;
  transition: transform .2s ease;
}

.ft-home-ecosystem__card:hover,
.ft-home-ecosystem__card:focus-visible {
  color: #161616;
  transform: translateY(-4px);
}

.ft-home-ecosystem__card h3 {
  margin-bottom: 24px;
  color: #111;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.12;
  text-transform: uppercase;
}

.ft-home-ecosystem__card p {
  min-height: 112px;
  margin-bottom: 22px;
  font-size: 19px;
  line-height: 1.5;
}

.ft-home-ecosystem__card span {
  color: var(--ft-home-accent-text);
  font-family: Oswald, sans-serif;
  font-size: 14px;
  letter-spacing: .6px;
}

.ft-home-about {
  padding: clamp(92px, 10vw, 150px) 0;
  background: #0b0b0b;
  color: #fff;
}

.ft-home-about h2 {
  margin-bottom: 0;
  color: #fff;
}

.ft-home-about__grid > div:last-child > p {
  margin-bottom: 32px;
  color: #d6d1cf;
  font-size: 22px;
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .ft-home-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .85fr);
    gap: 44px;
  }
  .ft-home-portals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ft-home-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .ft-home-cards .ft-home-card:nth-child(5) {
    display: none;
  }
}

@media (max-width: 820px) {
  .ft-home-hero {
    padding-top: 82px;
  }
  .ft-home-hero__grid,
  .ft-home-colorlab__grid,
  .ft-home-about__grid {
    grid-template-columns: 1fr;
  }
  .ft-home-hero__visual {
    max-width: 620px;
    justify-self: center;
  }
  .ft-home-heading-row {
    display: block;
  }
  .ft-home-heading-row .ft-home-text-link {
    margin-top: 24px;
  }
  .ft-home-cards,
  .ft-home-cards--designer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ft-home-cards--article,
  .ft-home-ecosystem {
    grid-template-columns: 1fr;
  }
  .ft-home-ecosystem__card p {
    min-height: 0;
  }
}

@media (max-width: 980px) {
  body.home.et_fixed_nav #page-container {
    padding-top: 144px !important;
  }
}

@media (max-width: 600px) {
  .ft-home {
    font-size: 18px;
  }
  .ft-home-shell {
    width: 88%;
  }
  .ft-home-hero {
    min-height: 0;
    padding: 82px 0 64px;
  }
  .ft-home-hero h1 {
    font-size: clamp(49px, 15vw, 68px);
  }
  .ft-home-actions,
  .ft-home-button {
    width: 100%;
  }
  .ft-home-search {
    grid-template-columns: 1fr;
    padding-bottom: 12px;
  }
  .ft-home-search button {
    min-height: 42px;
    padding: 0;
    text-align: left;
  }
  .ft-home-portals {
    grid-template-columns: 1fr;
  }
  .ft-home-portal {
    min-height: 210px;
  }
  .ft-home-section h2,
  .ft-home-colorlab h2,
  .ft-home-about h2 {
    font-size: clamp(38px, 12vw, 54px);
  }
  .ft-home-section__intro,
  .ft-home-colorlab__grid > div:last-child > p {
    font-size: 21px;
  }
  .ft-home-cards,
  .ft-home-cards--designer {
    gap: 18px 14px;
  }
  .ft-home-card h3 {
    font-size: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ft-home *,
  .ft-home *::before,
  .ft-home *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
